summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix MySQL 8 auth"Joe Watkins2018-06-207-414/+29
* Revert "Fix VC compilation as variable size array is not supported"Joe Watkins2018-06-201-9/+0
* Fix VC compilation as variable size array is not supportedAnatol Belski2018-06-061-0/+9
* Merge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1Johannes Schlüter2018-06-0620-53/+237
|\
| * Fix bug #76390 - do not allow invalid strings in range()Stanislav Malyshev2018-06-042-6/+26
| * Fixed bug #76383 (array_map on $GLOBALS returns IS_INDIRECT)Bob Weinand2018-05-281-1/+1
| * fix phpdbg disabling chroot supportJoe Watkins2018-05-231-1/+1
| * Fixed bug #76367 (NoRewindIterator segfault 11)Xinchen Hui2018-05-232-1/+17
| * Fix bug #76174 (openssl extension fails to build with LibreSSL 2.7)Jakub Zelenka2018-05-223-13/+32
| * Allow pecl like usage in ext/pdo, refs #2955Tianon Gravi2018-05-211-1/+6
| * Refix the tests once moreAnatol Belski2018-05-192-10/+5
| * Fix remaining AppVeyor test failures due to the image updateAnatol Belski2018-05-194-2/+22
| * Fix Opcache test fails regarding to AppVeyor image updateAnatol Belski2018-05-181-6/+12
| * Add test for bug #76296Jakub Zelenka2018-05-181-0/+22
| * Fix bug #76296 (openssl_pkey_get_public does not respect open_basedir)Erik Lax2018-05-181-3/+3
| * Fix curl tests wrt. AppVeyor and curl updatesAnatol Belski2018-05-183-9/+15
| * Fixed bug #76335 "link(): Bad file descriptor" with non-ASCII pathAnatol Belski2018-05-142-2/+77
* | Fix MySQL 8 authJohannes Schlüter2018-06-067-29/+414
|/
* 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