Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-5.6' into PHP-7.0php-7.0.5PHP-7.0.5 | Anatol Belski | 2016-03-29 | 1 | -2/+2 |
| | | | | | * PHP-5.6: fix dir separator in test | ||||
* | fix item order | Anatol Belski | 2016-03-29 | 1 | -3/+3 |
| | |||||
* | fix credit | Anatol Belski | 2016-03-29 | 1 | -1/+1 |
| | |||||
* | set versions | Anatol Belski | 2016-03-29 | 3 | -4/+4 |
| | |||||
* | update NEWS | Anatol Belski | 2016-03-29 | 1 | -0/+16 |
| | |||||
* | Merge branch 'PHP-5.5' into PHP-7.0.5 | Stanislav Malyshev | 2016-03-28 | 3 | -5/+9 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 #71704 php_snmp_error() Format String Vulnerability | Anatol Belski | 2016-03-28 | 1 | -1/+1 |
| | | | | | | | | | | Conflicts: ext/snmp/snmp.c | ||||
| * | Merge branch 'PHP-5.5.34' into PHP-5.5 | Stanislav Malyshev | 2016-03-28 | 0 | -0/+0 |
| |\ | | | | | | | | | | | | | * PHP-5.5.34: Fixed bug #71906: AddressSanitizer: negative-size-param (-1) in mbfl_strcut | ||||
| | * | Fixed bug #71906: AddressSanitizer: negative-size-param (-1) in mbfl_strcut | Stanislav Malyshev | 2016-03-28 | 1 | -17/+17 |
| | | | |||||
| * | | Fixed bug #71906: AddressSanitizer: negative-size-param (-1) in mbfl_strcut | Stanislav Malyshev | 2016-03-28 | 2 | -20/+20 |
| |/ | |||||
| * | Fix bug #71798 - Integer Overflow in php_raw_url_encode | Stanislav Malyshev | 2016-03-27 | 2 | -4/+4 |
| | | |||||
| * | Fix bug #71860: Require valid paths for phar filenames | Stanislav Malyshev | 2016-03-20 | 9 | -37/+41 |
| | | |||||
| * | Going for 5.5.34 | Julien Pauli | 2016-03-02 | 3 | -4/+8 |
| | | |||||
* | | Merge remote-tracking branch 'security/PHP-7.0.5' into PHP-7.0.5 | Stanislav Malyshev | 2016-03-28 | 14 | -45/+66 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | * security/PHP-7.0.5: Fixed bug #71527 Buffer over-write in finfo_open with malformed magic file Fix bug #71860: Require valid paths for phar filenames update NEWS Fixed bug #71704 php_snmp_error() Format String Vulnerability | ||||
| * | | Fixed bug #71527 Buffer over-write in finfo_open with malformed magic file | Anatol Belski | 2016-03-28 | 4 | -7/+24 |
| | | | | | | | | | | | | | | | The actual fix is applying the upstream patch from https://github.com/file/file/commit/6713ca45e7757297381f4b4cdb9cf5e624a9ad36 | ||||
| * | | Fix bug #71860: Require valid paths for phar filenames | Stanislav Malyshev | 2016-03-20 | 9 | -37/+41 |
| | | | |||||
| * | | update NEWS | Anatol Belski | 2016-03-16 | 1 | -0/+4 |
| | | | |||||
| * | | Fixed bug #71704 php_snmp_error() Format String Vulnerability | Anatol Belski | 2016-03-16 | 1 | -1/+1 |
| | | | |||||
* | | | Updated to version 2016.3 (2016c) | Derick Rethans | 2016-03-28 | 1 | -647/+799 |
| | | | |||||
* | | | update NEWS | Anatol Belski | 2016-03-23 | 1 | -0/+3 |
| | | | |||||
* | | | Disable huge pages in the Zend allocator by default | Rasmus Lerdorf | 2016-03-23 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | As per the discussion on internals, this is an expert feature that needs special system-level configuration and care. | ||||
* | | | Added ability to disable huge pages in Zend Memeory Manager through the ↵ | Dmitry Stogov | 2016-03-23 | 1 | -1/+11 |
|/ / | | | | | | | environment variable USE_ZEND_ALLOC_HUGE_PAGES=0. | ||||
* | | Merge branch 'PHP-5.6' into PHP-7.0php-7.0.5RC1 | Remi Collet | 2016-03-16 | 1 | -1/+1 |
| | | | | | | | | | | * PHP-5.6: fix #ifdef usage | ||||
* | | Updated to version 2016.2 (2016b) | Derick Rethans | 2016-03-15 | 1 | -1449/+1594 |
| | | |||||
* | | update libs versions | Anatol Belski | 2016-03-15 | 1 | -5/+5 |
| | | |||||
* | | set RC1 versions | Anatol Belski | 2016-03-15 | 3 | -4/+4 |
| | | |||||
* | | update NEWS | Anatol Belski | 2016-03-15 | 1 | -0/+2 |
| | | |||||
* | | Fix bug #71624, PHP_MODE_PROCESS_STDIN (CLI SAPI called with '-R') did not ↵ | Sean DuBois | 2016-03-15 | 2 | -4/+46 |
| | | | | | | | | properly set $argi and $argn | ||||
* | | fix uninitialized value | Anatol Belski | 2016-03-15 | 1 | -1/+1 |
| | | |||||
* | | fix pointer truncation on 64 bit | Anatol Belski | 2016-03-14 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Anatol Belski | 2016-03-14 | 1 | -1/+2 |
|\ \ | | | | | | | | | | | | | * PHP-5.6: fix test | ||||
| * | | fix test | Anatol Belski | 2016-03-14 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | Many warnings won't appear with libxml2 >= 2.9.3 because in many cases libxml2 2.9.3 will just abort processing. | ||||
* | | | Update NEWS | Yasuo Ohgaki | 2016-03-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixed Bug #71754 Regression in PHP7.0: trivial script segfaults php-cgi Fixed Bug #71683 Null pointer dereference in zend_hash_str_find_bucket Fixed Bug #71599 trans sid handling rework broke interaction with cookies All of these bugs are caused by git global change in PHP-7.0. | ||||
* | | | Fixed Bug #71754 Regression in PHP7.0: trivial script segfaults php-cgi | Yasuo Ohgaki | 2016-03-12 | 27 | -61/+245 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Fixed Bug #71683 Null pointer dereference in zend_hash_str_find_bucket Fixed Bug #71599 trans sid handling rework broke interaction with cookies All of these bug is caused by git global change in PHP-7.0. | ||||
| * | | | Fixed bug #71806 | Nikita Popov | 2016-03-11 | 4 | -0/+19 |
| | | | | |||||
| * | | | Fix bug #71767 | Grigorii Sokolik | 2016-03-11 | 4 | -17/+63 |
| | | | | |||||
| * | | | update NEWS | Anatol Belski | 2016-03-11 | 1 | -0/+3 |
| | | | | |||||
| * | | | Merge branch 'PHP-5.6' into PHP-7.0 | Anatol Belski | 2016-03-11 | 0 | -0/+0 |
| |\ \ \ | | |/ / | | | | | | | | | | | | | * PHP-5.6: update NEWS | ||||
| | * | | update NEWS | Anatol Belski | 2016-03-11 | 1 | -0/+3 |
| | | | | |||||
| * | | | Merge branch 'PHP-5.6' into PHP-7.0 | Anatol Belski | 2016-03-11 | 2 | -0/+15 |
| |\ \ \ | | |/ / | | | | | | | | | | | | | * PHP-5.6: Fix DatePeriod::getEndDate() segfault | ||||
| | * | | Fix DatePeriod::getEndDate() segfault | Thomas Punt | 2016-03-11 | 2 | -0/+15 |
| | | | | |||||
| * | | | fix build with clang on Winodws | Anatol Belski | 2016-03-10 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'PHP-5.6' into PHP-7.0 | Anatol Belski | 2016-03-10 | 1 | -1/+1 |
| |\ \ \ | | |/ / | | | | | | | | | | | | | * PHP-5.6: fix error condition, part of bug #71753 | ||||
| | * | | fix error condition, part of bug #71753 | Anatol Belski | 2016-03-10 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'PHP-7.0' of git.php.net:php-src into PHP-7.0 | Dmitry Stogov | 2016-03-10 | 0 | -0/+0 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | * 'PHP-7.0' of git.php.net:php-src: tsrm_win32_get_path_sid_key might returns NULL (Partially fix bug #71752) | ||||
| | * \ \ | Merge branch 'PHP-5.6' into PHP-7.0 | Anatol Belski | 2016-03-10 | 0 | -0/+0 |
| | |\ \ \ | | | |/ / | | | | | | | | | | | | | | | | * PHP-5.6: tsrm_win32_get_path_sid_key might returns NULL (Partially fix bug #71752) | ||||
| | | * | | tsrm_win32_get_path_sid_key might returns NULL (Partially fix bug #71752) | Xinchen Hui | 2016-03-10 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | cherry-picked from 7d5f71b0b125c89211e5a2a6d925deba938abd41 | ||||
| * | | | | More effecient fix for bug #71756 | Dmitry Stogov | 2016-03-10 | 3 | -6/+80 |
| |/ / / | |||||
| * | | | fix invalid pointer on 64-bit | Anatol Belski | 2016-03-10 | 3 | -5/+5 |
| | | | | |||||
| * | | | Useless check (part of #71753) | Xinchen Hui | 2016-03-10 | 1 | -1/+1 |
| | | | |