summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update NEWS for PHP 7.2.6PHP-7.2.6Sara Golemon2018-05-221-1/+1
|
* Prep for 7.2.6 releaseSara Golemon2018-05-221-3/+0
|
* Update NEWS for 7.2.6Sara Golemon2018-05-081-0/+3
|
* Update NEWS for PHP 7.2.6RC1Sara Golemon2018-05-081-1/+1
|
* Updated to version 2018.5 (2018e)Derick Rethans2018-05-081-1045/+1049
|
* Empty mergeDerick Rethans2018-05-080-0/+0
|\
| * Updated to version 2018.5 (2018e)Derick Rethans2018-05-081-1045/+1049
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-05-071-7/+8
|\ \ | |/ | | | | | | * PHP-7.1: Update _bits_per_char to use with new PHP 7.1. or greater
| * Update _bits_per_char to use with new PHP 7.1. or greaterRicardo F2018-05-071-7/+8
| | | | | | | | | | | | Fix typo Remove references to PHP lower than 7.1
* | [ci skip] Update NEWSAnatol Belski2018-05-061-0/+4
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-05-060-0/+0
|\ \ | |/ | | | | | | * PHP-7.1: [ci skip] Update NEWS
| * [ci skip] Update NEWSAnatol Belski2018-05-061-0/+4
| |
* | [ci skip] Update libs_version.txtAnatol Belski2018-05-061-1/+1
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-05-034-8/+8
|\ \ | |/ | | | | | | * PHP-7.1: Fix tests, ref bug #74385
| * Fix tests, ref bug #74385Anatol Belski2018-05-034-8/+8
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-05-031-5/+9
|\ \ | |/ | | | | | | * PHP-7.1: Fixed bug #74385 Locale::parseLocale() broken with some arguments
| * Fixed bug #74385 Locale::parseLocale() broken with some argumentsAnatol Belski2018-05-031-5/+9
| | | | | | | | Rely on the ICU's defined values for the max locale id length.
* | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2018-05-032-22/+27
|\ \ | |/ | | | | | | * PHP-7.1: Fixed bug #76205 (PHP-FPM sporadic crash when running Infinitewp)
| * Fixed bug #76205 (PHP-FPM sporadic crash when running Infinitewp)Dmitry Stogov2018-05-032-22/+27
| |
* | Fix shared ext/zip build with static dependency libAnatol Belski2018-05-021-1/+2
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Thomas Punt2018-04-291-1/+1
|\ \ | |/ | | | | | | | | * PHP-7.1: Fix potential memory leak in the enchant extension Fix potential memory leak in curl extension
| * Fix potential memory leak in the enchant extensionThomas Punt2018-04-291-1/+1
| |
| * Fix potential memory leak in curl extensionThomas Punt2018-04-291-1/+1
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Thomas Punt2018-04-291-0/+3
|\ \ | |/ | | | | | | * PHP-7.1: The SO_PASSCRED constant is conditionally defined
| * The SO_PASSCRED constant is conditionally definedThomas Punt2018-04-291-0/+3
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Thomas Punt2018-04-281-21/+21
|\ \ | |/ | | | | | | * PHP-7.1: Fix potential memory leaks in sockets extension
| * Merge branch 'PHP-7.1' of https://git.php.net/push/php-src into PHP-7.1Thomas Punt2018-04-282-22/+21
| |\
| * | Fix potential memory leaks in sockets extensionThomas Punt2018-04-281-21/+21
| | |
* | | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2018-04-280-0/+0
|\ \ \ | | |/ | |/| | | | | | | * PHP-7.1: Revert "Fixed bug #76205 (PHP-FPM sporadic crash when running Infinitewp)."
| * | Revert "Fixed bug #76205 (PHP-FPM sporadic crash when running Infinitewp)."Dmitry Stogov2018-04-282-22/+21
| |/ | | | | | | This reverts commit c6ce03e45e09087de8fc65f8a0a3345fea163ba2.
* | Revert "Merge branch 'PHP-7.1' into PHP-7.2"Dmitry Stogov2018-04-282-21/+20
| | | | | | | | | | This reverts commit c547c1b980468c6d5fd6e1a15606c858ffff36bf, reversing changes made to 4c083e7a66525ef662f1ae211cafb09752832342.
* | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2018-04-282-20/+21
|\ \ | |/ | | | | | | * PHP-7.1: Fixed bug #76205 (PHP-FPM sporadic crash when running Infinitewp).
| * Fixed bug #76205 (PHP-FPM sporadic crash when running Infinitewp).Dmitry Stogov2018-04-282-21/+22
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-04-273-3/+34
|\ \ | |/
| * Fix bug #76281Nikita Popov2018-04-273-3/+34
| | | | | | | | | | Make sure we keep the smart-branch inhibiting NOP even if there are multiple NOPs in sequence.
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-04-274-1/+41
|\ \ | |/
| * Fixed bug #76275Nikita Popov2018-04-274-1/+41
| | | | | | | | | | | | | | | | * Adjust IS_SERIALIZED() check to account for potential empty allocations at the end of the memory region. * Deallocate empty allocation if all try/catch elements have been removed in the block pass (similar to what we do if all live ranges have been eliminated).
* | Merge branch 'PHP-7.1' into PHP-7.2Thomas Punt2018-04-261-1/+1
|\ \ | |/ | | | | | | * PHP-7.1: Allocate default ini values into persistent memory
| * Allocate default ini values into persistent memoryThomas Punt2018-04-261-1/+1
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Thomas Punt2018-04-261-0/+5
|\ \ | |/ | | | | | | * PHP-7.1: Fix memory leak when phpdbg fails to start up
| * Fix memory leak when phpdbg fails to start upThomas Punt2018-04-261-0/+5
| |
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-04-261-0/+1
|\ \ | |/
| * Fix memory leak in zend_disable_class()shiguangqi2008@gmail.com2018-04-261-0/+1
| |
* | Update NEWSScott Arciszewski2018-04-251-1/+1
| | | | | | | | Add whitespace in NEWS file
* | Merge branch 'PHP-7.1' into PHP-7.2Ferenc Kovacs2018-04-250-0/+0
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Ferenc Kovacs2018-04-250-0/+0
| |\
| | * Merge branch 'PHP-5.6' into PHP-7.0Ferenc Kovacs2018-04-250-0/+0
| | |\
| | | * 5.6.37 will be nextFerenc Kovacs2018-04-243-5/+21
| | | |
* | | | update NEWS for 7.2.5Remi Collet2018-04-241-0/+14
| | | |
* | | | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-04-240-0/+0
|\ \ \ \ | |/ / / | | | | | | | | | | | | * PHP-7.1: 7.0.31 next