summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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 tests, ref bug #74385Anatol Belski2018-05-034-8/+8
* Fixed bug #74385 Locale::parseLocale() broken with some argumentsAnatol Belski2018-05-031-5/+9
* Fixed bug #76205 (PHP-FPM sporadic crash when running Infinitewp)Dmitry Stogov2018-05-031-22/+26
* 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-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
|/
* Fixed bug #76205 (PHP-FPM sporadic crash when running Infinitewp).Dmitry Stogov2018-04-281-21/+20
* Fix bug #76281Nikita Popov2018-04-272-3/+32
* Fixed bug #76275Nikita Popov2018-04-273-1/+37
* 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.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
* | | | Add a bit of defensive conding for bug #76155Stanislav Malyshev2018-04-221-1/+1
* | | | Make openssl_error_string test work in OpenSSL 1.1.1Jakub Zelenka2018-04-151-5/+8
* | | | reset imap_errorstack after outputting itAron Rotteveel2018-04-141-0/+1
* | | | Fix arginfo for array_replace(_recursive) and array_merge(_recursive)Gabriel Caruso2018-04-132-11/+11
* | | | Fix memory leakAnatol Belski2018-04-122-1/+11
* | | | Group common flagsAnatol Belski2018-04-051-5/+6
* | | | Rename varAnatol Belski2018-04-051-1/+1
* | | | Sync fix for bug #72498 for 32-bitAnatol Belski2018-04-032-3/+2
* | | | Fix shared ext/intl compilationAnatol Belski2018-04-031-3/+8
* | | | Fix #52070: imagedashedline() - dashed line sometimes is not visibleChristoph M. Becker2018-03-303-1/+25
* | | | Fix clang build, ref buf #76153Anatol Belski2018-03-301-12/+15
* | | | Adjust tests for ICU 61.1 compatibilityAnatol Belski2018-03-297-8/+236
* | | | Fixed bug #76153 Intl compilation fails with icu4c 61.1Anatol Belski2018-03-282-2/+2
* | | | Fixed #75996: Add the right urls to the header of mt_rand.TATAR Balazs Janos2018-03-271-2/+2
* | | | Fix #76131 some arginfo params are different from the documentationGabriel Caruso2018-03-272-8/+8
* | | | Updated to version 2018.4 (2018d)Derick Rethans2018-03-241-791/+796
* | | | Fix #76113: mbstring does not build with Oniguruma 6.8.1Christoph M. Becker2018-03-201-1/+1
* | | | Fix #75944: Wrong cp1251 detectionChristoph M. Becker2018-03-192-1/+14
* | | | Sync test with newer outputAnatol Belski2018-03-161-1/+1
* | | | Reduce var scopeAnatol Belski2018-03-141-3/+3
* | | | Fix stack use after scopeAnatol Belski2018-03-141-9/+7
* | | | Fixed use-after-freeDmitry Stogov2018-03-141-7/+9