summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* set versionsphp-7.1.18PHP-7.1.18Joe Watkins2018-05-232-3/+3
|
* set versionsphp-7.1.18RC1Joe Watkins2018-05-083-4/+4
|
* Updated to version 2018.5 (2018e)Derick Rethans2018-05-081-1045/+1049
|
* 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
|
* Fix tests, ref bug #74385Anatol Belski2018-05-034-8/+8
|
* 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.
* Fixed bug #76205 (PHP-FPM sporadic crash when running Infinitewp)Dmitry Stogov2018-05-032-22/+27
|
* 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
|
* The SO_PASSCRED constant is conditionally definedThomas Punt2018-04-291-0/+3
|
* Merge branch 'PHP-7.1' of https://git.php.net/push/php-src into PHP-7.1Thomas Punt2018-04-282-22/+21
|\
| * Revert "Fixed bug #76205 (PHP-FPM sporadic crash when running Infinitewp)."Dmitry Stogov2018-04-282-22/+21
| | | | | | | | This reverts commit c6ce03e45e09087de8fc65f8a0a3345fea163ba2.
* | Fix potential memory leaks in sockets extensionThomas Punt2018-04-281-21/+21
|/
* Fixed bug #76205 (PHP-FPM sporadic crash when running Infinitewp).Dmitry Stogov2018-04-282-21/+22
|
* 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.
* 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).
* Allocate default ini values into persistent memoryThomas Punt2018-04-261-1/+1
|
* Fix memory leak when phpdbg fails to start upThomas Punt2018-04-261-0/+5
|
* Fix memory leak in zend_disable_class()shiguangqi2008@gmail.com2018-04-261-0/+1
|
* 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
| | |
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2018-04-240-0/+0
|\ \ \ | |/ / | | | | | | | | | * PHP-7.0: 7.0.31 next
| * | 7.0.31 nextAnatol Belski2018-04-243-5/+9
| | |
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2018-04-240-0/+0
|\ \ \ | |/ / | | | | | | | | | * PHP-7.0: [ci skip] Update NEWS
| * | [ci skip] Update NEWSAnatol Belski2018-04-241-0/+12
| | |
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2018-04-241-2/+4
|\ \ \ | |/ / | | | | | | | | | * PHP-7.0: Fix test portability
| * | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2018-04-241-2/+4
| |\ \ | | |/ | | | | | | | | | * PHP-5.6: Fix test portability
| | * Fix test portabilityAnatol Belski2018-04-241-2/+4
| | |
* | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-04-2321-18/+101
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-7.0: Fix tsrm_ls Fix #76129 - remove more potential unfiltered outputs for phar Fix test Fix bug #76248 - Malicious LDAP-Server Response causes Crash Fix bug #76249 - fail on invalid sequences Fix #76130: Heap Buffer Overflow (READ: 1786) in exif_iif_add_value Fix bug #75981: prevent reading beyond buffer start
| * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-04-2321-18/+101
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | * PHP-5.6: Fix tsrm_ls Fix #76129 - remove more potential unfiltered outputs for phar Fix test Fix bug #76248 - Malicious LDAP-Server Response causes Crash Fix bug #76249 - fail on invalid sequences Fix #76130: Heap Buffer Overflow (READ: 1786) in exif_iif_add_value Fix bug #75981: prevent reading beyond buffer start
| | * Fix tsrm_lsStanislav Malyshev2018-04-231-1/+1
| | |
| | * Merge remote-tracking branch 'security/bug76249' into PHP-5.6Stanislav Malyshev2018-04-232-0/+21
| | |\ | | | | | | | | | | | | | | | | | | | | * security/bug76249: Fix test Fix bug #76249 - fail on invalid sequences
| | | * Fix testStanislav Malyshev2018-04-221-2/+4
| | | |
| | | * Fix bug #76249 - fail on invalid sequencesStanislav Malyshev2018-04-222-0/+19
| | | |
| | * | Merge remote-tracking branch 'security/bug76248' into PHP-5.6Stanislav Malyshev2018-04-232-1/+45
| | |\ \ | | | | | | | | | | | | | | | | | | | | * security/bug76248: Fix bug #76248 - Malicious LDAP-Server Response causes Crash
| | | * | Fix bug #76248 - Malicious LDAP-Server Response causes CrashStanislav Malyshev2018-04-222-1/+45
| | | |/
| | * | Fix #76129 - remove more potential unfiltered outputs for pharStanislav Malyshev2018-04-2313-16/+14
| | | |
| | * | Merge remote-tracking branch 'security/PHP-5.6' into PHP-5.6Stanislav Malyshev2018-04-234-1/+21
| | |\ \ | | | |/ | | |/| | | | | | | | | | | | | * security/PHP-5.6: Fix #76130: Heap Buffer Overflow (READ: 1786) in exif_iif_add_value Fix bug #75981: prevent reading beyond buffer start
| | | * Fix #76130: Heap Buffer Overflow (READ: 1786) in exif_iif_add_valueChristoph M. Becker2018-04-224-1/+21
| | | | | | | | | | | | | | | | | | | | | | | | The MakerNote is not necessarily null-terminated, so we must not use `strlen()` to avoid OOB reads. Instead `php_strnlen()` is the proper way to handle this.
| | | * Fix bug #75981: prevent reading beyond buffer startStanislav Malyshev2018-02-202-2/+34
| | | |
* | | | Add a bit of defensive conding for bug #76155Stanislav Malyshev2018-04-221-1/+1
| | | | | | | | | | | | | | | | | | | | Even though it should not be ever negative, since strlen() is size_t better to be safe than sorry.
* | | | Make openssl_error_string test work in OpenSSL 1.1.1Jakub Zelenka2018-04-151-5/+8
| | | | | | | | | | | | | | | | It was the only failing test
* | | | reset imap_errorstack after outputting itAron Rotteveel2018-04-141-0/+1
| | | | | | | | | | | | | | | | This happens in `imap_errors` as well, but seems to be omitted in the `shutdown` routine.
* | | | [ci skip] Update NEWS with fpm acl fixJakub Zelenka2018-04-131-0/+4
| | | |
* | | | Support using acl_* functions on *BSDMichał Górny2018-04-131-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | The *BSD systems have ACL routines built-in in libc rather than in separate libacl. Update the configure check to detect that and enable ACL support without adding 'acl' library.
* | | | Fix arginfo for array_replace(_recursive) and array_merge(_recursive)Gabriel Caruso2018-04-133-11/+14
| | | |
* | | | Fix memory leakAnatol Belski2018-04-122-1/+11
| | | |
* | | | bump versionsJoe Watkins2018-04-113-5/+9
| | | |