Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-5.5' into PHP-7.0.5 | Stanislav Malyshev | 2016-03-28 | 1 | -4/+4 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.5: Fixed bug #71704 php_snmp_error() Format String Vulnerability Fixed bug #71906: AddressSanitizer: negative-size-param (-1) in mbfl_strcut Fixed bug #71906: AddressSanitizer: negative-size-param (-1) in mbfl_strcut Fix bug #71798 - Integer Overflow in php_raw_url_encode Fix bug #71860: Require valid paths for phar filenames Going for 5.5.34 Conflicts: configure.in ext/phar/phar_object.c ext/phar/tests/badparameters.phpt ext/phar/tests/create_path_error.phpt ext/phar/tests/pharfileinfo_construct.phpt ext/snmp/snmp.c ext/standard/url.c main/php_version.h | ||||
| * | Fixed bug #71906: AddressSanitizer: negative-size-param (-1) in mbfl_strcut | Stanislav Malyshev | 2016-03-28 | 1 | -17/+17 |
| | | |||||
| * | added missing parentheses | Masaki Kagaya | 2015-03-08 | 2 | -1/+13 |
| | | | | | | | | | | | | | | added test case for bug #68846 replaced tab with space added missing parentheses again See also: http://icu-project.org/docs/papers/gb18030.html#h7 | ||||
| * | Bump year | Xinchen Hui | 2015-01-15 | 7 | -7/+7 |
| | | |||||
* | | fix incompatible pointers on 64-bit | Anatol Belski | 2016-03-07 | 1 | -29/+172 |
| | | |||||
* | | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE | Nikita Popov | 2016-03-03 | 2 | -2/+2 |
| | | | | | | | | Also re bug #71575. | ||||
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Yasuo Ohgaki | 2016-01-18 | 1 | -1/+1 |
|\ \ | | | | | | | | | | | | | * PHP-5.6: Fixed bug #65720 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c:281: bad if test | ||||
| * | | Fixed bug #65720 ext/mbstring/libmbfl/filters/mbfilter_cp5022x.c:281: bad if ↵ | Yasuo Ohgaki | 2016-01-18 | 1 | -1/+1 |
| | | | | | | | | | | | | test | ||||
* | | | Fixed bug 71397 (mb_send_mail segmentation fault) | Tim Düsterhus | 2016-01-17 | 1 | -1/+2 |
| | | | |||||
* | | | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 7 | -7/+7 |
|\ \ \ | |/ / | | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 7 | -7/+7 |
| | | | |||||
| * | | added missing parentheses | Masaki Kagaya | 2015-03-08 | 2 | -1/+13 |
| | | | | | | | | | | | | | | | | | | | | | added test case for bug #68846 replaced tab with space added missing parentheses again See also: http://icu-project.org/docs/papers/gb18030.html#h7 | ||||
| * | | bump year | Xinchen Hui | 2015-01-15 | 7 | -7/+7 |
| | | | |||||
* | | | Fixed bug #71066 (mb_send_mail: Program terminated with signal SIGSEGV, ↵ | Xinchen Hui | 2015-12-08 | 1 | -1/+2 |
| | | | | | | | | | | | | Segmentation fault) | ||||
* | | | SIZEOF_SIZE_T doesn't exist on AIX, keep using SIZEOF_LONG | Lior Kaplan | 2015-12-02 | 1 | -1/+5 |
| | | | | | | | | | | | | Follow up for 3689b444 | ||||
* | | | fix NULL deref in mbstring post handler | Anatol Belski | 2015-11-05 | 1 | -2/+4 |
| | | | |||||
* | | | Fix/improve zpp usage | Nikita Popov | 2015-10-02 | 2 | -56/+36 |
| | | | | | | | | | | | | | | | | | | The ext/interbase changes are done blindly, fingers crossed. Some of these are bug fixes, some make zpp usage more idiomatic. | ||||
* | | | Upgrade unicode_data.h to UnicodeData.txt 8.0.0 (part of bug #70475 ↵ | Xinchen Hui | 2015-09-15 | 1 | -1352/+2026 |
| | | | | | | | | | | | | ext/mbstring/unicode_data.h needs update) | ||||
* | | | fix incompatible types | Anatol Belski | 2015-08-15 | 1 | -0/+5 |
| | | | | | | | | | | | | namely between hash_data_type and st_data_t | ||||
* | | | add SIZEOF_SIZE_T to oniguruma | Anatol Belski | 2015-08-15 | 1 | -0/+5 |
| | | | |||||
* | | | fix pointer truncation cases | Anatol Belski | 2015-08-15 | 1 | -3/+7 |
| | | | |||||
* | | | switch to the unified globals accessor where appropriate | Anatol Belski | 2015-07-29 | 1 | -4/+3 |
| | | | |||||
* | | | Check mbfl_filt_put_invalid_char return value | Nikita Popov | 2015-07-18 | 3 | -15/+16 |
| | | | | | | | | | | | | And fix some libmbfl warnings | ||||
* | | | Various warning fixes | Nikita Popov | 2015-07-17 | 1 | -3/+3 |
| | | | |||||
* | | | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵ | Dmitry Stogov | 2015-06-30 | 3 | -25/+25 |
| | | | | | | | | | | | | semantick changes). | ||||
* | | | fix typos | olshevskiy87 | 2015-05-13 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: olshevskiy87 <olshevskiy87@bk.ru> | ||||
* | | | Fix compile error when oniguruma is not available | Lauri Kenttä | 2015-04-13 | 1 | -0/+2 |
| | | | |||||
* | | | Finish PHP 4 constructor deprecation | Nikita Popov | 2015-03-31 | 1 | -1/+1 |
| | | | |||||
* | | | Deprecate PHP 4 constructors | Andrea Faulds | 2015-03-31 | 1 | -2/+2 |
| | | | |||||
* | | | cleanup the mod version macros, round 2 | Anatol Belski | 2015-03-23 | 2 | -1/+4 |
| | | | |||||
* | | | upgrade to oniguruman 5.9.6 | Anatol Belski | 2015-03-12 | 17 | -61/+125 |
| | | | |||||
* | | | expose oniguruma version | Anatol Belski | 2015-03-12 | 1 | -0/+5 |
| | | | |||||
* | | | init mbstring tsrm_ls_cache on MINIT | Anatol Belski | 2015-03-11 | 1 | -0/+3 |
| | | | | | | | | | | | | as some globals are accessed there already | ||||
* | | | added missing parentheses | Masaki Kagaya | 2015-03-08 | 2 | -1/+13 |
| | | | | | | | | | | | | | | | | | | | | | added test case for bug #68846 replaced tab with space added missing parentheses again See also: http://icu-project.org/docs/papers/gb18030.html#h7 | ||||
* | | | Merge remote-tracking branch 'datibbaw/kill-ereg' | Adam Harvey | 2015-03-05 | 6 | -41/+7 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ext/ereg/config.w32 ext/ereg/config0.m4 ext/ereg/ereg.c ext/ereg/php_ereg.h ext/ereg/php_regex.h ext/ereg/regex/engine.c ext/ereg/regex/main.c ext/ereg/regex/regcomp.c ext/ereg/regex/regerror.c ext/ereg/tests/split_error_002.phpt ext/ereg/tests/split_variation_003.phpt ext/ereg/tests/spliti_error_002.phpt ext/ereg/tests/spliti_variation_003.phpt ext/pgsql/pgsql.c sapi/apache/php_apache_http.h sapi/apache_hooks/php_apache_http.h | ||||
| * | | | Revert "Revert "Removing ext/ereg and dependencies"" | Tjerk Meesters | 2014-09-11 | 6 | -41/+7 |
| | | | | | | | | | | | | | | | | This reverts commit 1981dd9c73ada7ea893b4636b84211f68838ba23. | ||||
* | | | | Fix declare error behavior so that improper usages will actually error | Anthony Ferrara | 2015-02-20 | 4 | -2/+32 |
| | | | | |||||
* | | | | made ZEND_TSRMLS_CACHE_* macros look like function calls | Anatol Belski | 2015-02-16 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | which also comply with the current semantics for such macros | ||||
* | | | | Merge branch 'pull-request/1012' | Stanislav Malyshev | 2015-01-31 | 1 | -4/+4 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | * pull-request/1012: Fix uninitalized variables reads. See CWE-457 for more info. | ||||
| * | | | | Fix uninitalized variables reads. See CWE-457 for more info. | Joshua Rogers | 2015-01-21 | 1 | -4/+4 |
| | | | | | |||||
* | | | | | Fixed valgrind issue in mb_ereg_replace_variation1.phpt | Xinchen Hui | 2015-01-29 | 1 | -1/+3 |
|/ / / / | |||||
* | | | | bump year | Xinchen Hui | 2015-01-15 | 7 | -7/+7 |
| | | | | |||||
* | | | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 200 | -2322/+2322 |
| | | | | |||||
* | | | | Specifying MACRO for ppc64 | Gustavo Frederico Temple Pedrosa | 2015-01-04 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Add PowerPC64 too, which is capable to access unaligned words. | ||||
* | | | | Fix bug #68706 - uninitalized pointer in mbstring | Stanislav Malyshev | 2015-01-03 | 1 | -6/+10 |
| | | | | |||||
* | | | | Improved trim/ltrim/rtrim functions. | Dmitry Stogov | 2014-12-23 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | Now php_trim() operates on zend_string and returns zend_string (it may return the same zend_string). | ||||
* | | | | Use "float" and "integer" in typehint and zpp errors | Andrea Faulds | 2014-12-21 | 5 | -35/+35 |
| | | | | |||||
* | | | | Merge remote-tracking branch 'origin/master' into native-tls | Anatol Belski | 2014-12-17 | 5 | -1/+6 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * origin/master: fix unserializer patch move this entry to the correct version add missing NEWS entry add missing NEWS entry Updated or skipped certain 32-bit tests add NEWS entry for #68594 5.4.37 add more BC breaks update news add CVE add missing test file Fix bug #68594 - Use after free vulnerability in unserialize() Fix typo Hash value must not zero? | ||||
| * | | | | Updated or skipped certain 32-bit tests | Andrea Faulds | 2014-12-17 | 5 | -1/+6 |
| | | | | | |||||
* | | | | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 9 | -267/+267 |
| | | | | |