summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Update _bits_per_char to use with new PHP 7.1. or greaterRicardo F2018-05-071-7/+8
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-05-034-8/+8
|\ \ | |/
| * Fix tests, ref bug #74385Anatol Belski2018-05-034-8/+8
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-05-031-5/+9
|\ \ | |/
| * Fixed bug #74385 Locale::parseLocale() broken with some argumentsAnatol Belski2018-05-031-5/+9
* | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2018-05-031-22/+26
|\ \ | |/
| * Fixed bug #76205 (PHP-FPM sporadic crash when running Infinitewp)Dmitry Stogov2018-05-031-22/+26
* | 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
|\ \ | |/
| * 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
|\ \ | |/
| * 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
|\ \ | |/
| * Merge branch 'PHP-7.1' of https://git.php.net/push/php-src into PHP-7.1Thomas Punt2018-04-281-20/+21
| |\
| | * Revert "Fixed bug #76205 (PHP-FPM sporadic crash when running Infinitewp)."Dmitry Stogov2018-04-281-20/+21
| * | Fix potential memory leaks in sockets extensionThomas Punt2018-04-281-21/+21
| |/
* | Revert "Merge branch 'PHP-7.1' into PHP-7.2"Dmitry Stogov2018-04-281-19/+20
* | Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2018-04-281-20/+19
|\ \ | |/
| * Fixed bug #76205 (PHP-FPM sporadic crash when running Infinitewp).Dmitry Stogov2018-04-281-21/+20
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-04-272-3/+32
|\ \ | |/
| * Fix bug #76281Nikita Popov2018-04-272-3/+32
* | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-04-273-1/+37
|\ \ | |/
| * Fixed bug #76275Nikita Popov2018-04-273-1/+37
* | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-04-241-2/+4
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2018-04-241-2/+4
| |\
| | * Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2018-04-241-2/+4
| | |\
| | | * Fix test portabilityAnatol Belski2018-04-241-2/+4
* | | | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-04-2321-18/+101
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2018-04-2321-18/+101
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-04-2321-18/+101
| | |\ \ | | | |/
| | | * Fix tsrm_lsStanislav Malyshev2018-04-231-1/+1
| | | * Merge remote-tracking branch 'security/bug76249' into PHP-5.6Stanislav Malyshev2018-04-232-0/+21
| | | |\
| | | | * 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
| | | |\ \
| | | | * | 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
| | | * | Fix #76130: Heap Buffer Overflow (READ: 1786) in exif_iif_add_valueChristoph M. Becker2018-04-224-1/+21
| | | * | Fix bug #75981: prevent reading beyond buffer startStanislav Malyshev2018-02-202-2/+34
* | | | | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2018-04-221-1/+1
|\ \ \ \ \ | |/ / / /
| * | | | Add a bit of defensive conding for bug #76155Stanislav Malyshev2018-04-221-1/+1
* | | | | Merge branch 'PHP-7.1' into PHP-7.2Jakub Zelenka2018-04-151-5/+8
|\ \ \ \ \ | |/ / / /
| * | | | Make openssl_error_string test work in OpenSSL 1.1.1Jakub Zelenka2018-04-151-5/+8
* | | | | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-04-141-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | reset imap_errorstack after outputting itAron Rotteveel2018-04-141-0/+1
* | | | | Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-04-132-10/+10
|\ \ \ \ \ | |/ / / /
| * | | | Fix arginfo for array_replace(_recursive) and array_merge(_recursive)Gabriel Caruso2018-04-132-11/+11