summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-11-270-0/+0
|\ \ \ | |/ /
| * | Fix mysqli_get_client_stats testDaniel Black2020-11-271-20/+8
* | | Fixed bug #80368Nikita Popov2020-11-272-1/+6
* | | Fixed bug #80425Nikita Popov2020-11-272-10/+14
* | | Fix bug #80402: Don't strip -lpthreadNikita Popov2020-11-262-1/+2
* | | Fixed bug #80411Nikita Popov2020-11-253-1/+34
* | | Fixed error reporting in mysqli_stmt::__constructDharman2020-11-252-32/+28
* | | Reindent more mysqli testsNikita Popov2020-11-25374-17809/+17809
* | | Reindent ext/mysqli testsNikita Popov2020-11-25290-4857/+4857
* | | Fix usage of casted string in ReflectionParameter ctorNikita Popov2020-11-242-2/+20
* | | Fixed bug #80393Nikita Popov2020-11-242-3/+5
* | | Fix #77961: finfo_open crafted magic parsing SIGABRTChristoph M. Becker2020-11-245-31/+107
* | | Fix #80366: Return Value of zend_fstat() not CheckedChristoph M. Becker2020-11-242-1/+6
* | | Fixed bug #80362: Running dtrace scripts can cause php to crashNikita Popov2020-11-242-1/+5
* | | Fix #77594: ob_tidyhandler is never resetChristoph M. Becker2020-11-223-1/+27
* | | Fix typos in php.ini filesBenjamin Morel2020-11-202-2/+2
* | | Fix #72964: White space not unfolded for CC/Bcc headersChristoph M. Becker2020-11-193-0/+99
* | | Fix #80345: PHPIZE configuration has outdated PHP_RELEASE_VERSIONChristoph M. Becker2020-11-193-6/+18
* | | Short-circuit get_gc for currently running generatorNikita Popov2020-11-182-0/+35
* | | Fix #80312: change default engine from MyISAM to InnoDB in testsDarek Slusarczyk2020-11-172-2/+2
* | | Fix incorrectly optimized out live rangeNikita Popov2020-11-172-4/+33
* | | Fix #74558: Can't rebind closure returned by Closure::fromCallable()Christoph M. Becker2020-11-165-15/+22
* | | Handle errors during next_result()Nikita Popov2020-11-113-2/+83
* | | PHP-7.4 is now for 7.4.14Derick Rethans2020-11-101-1/+4
* | | Add integration test for symfony preloadingNikita Popov2020-11-101-0/+9
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-11-100-0/+0
|\ \ \ | |/ /
| * | 7.3.26 is nextChristoph M. Becker2020-11-104-6/+9
* | | Fix phi use chain management when renaming variableNikita Popov2020-11-093-8/+35
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-11-091-0/+2
|\ \ \ | |/ /
| * | Fixed bug #80310: Support for icu4c 68.1.Alexander M. Turek2020-11-092-0/+6
* | | Update version in 7.4 branchDerick Rethans2020-11-072-4/+4
* | | Split tests for compatibility with ICU 68.1Christoph M. Becker2020-11-068-4/+701
* | | Backport preloading trait fixup fixesNikita Popov2020-11-053-19/+69
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-11-046-8/+26
|\ \ \ | |/ /
| * | Fix #80266: parse_url silently drops port number 0Christoph M. Becker2020-11-046-8/+26
* | | Fix dynamic function definition in preload scriptNikita Popov2020-11-043-1/+24
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-11-031-5/+1
|\ \ \ | |/ /
| * | Fix another implicit function declaration in configureNikita Popov2020-11-031-5/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-11-022-1/+8
|\ \ \ | |/ /
| * | Fix #70461: disable md5 code when it is not supported in net-snmpChristoph M. Becker2020-11-022-1/+8
* | | Fix SSA integrity violation for type inference in dead codeNikita Popov2020-10-302-15/+37
* | | Fix bug79177.phpt wrt. JITChristoph M. Becker2020-10-303-30/+42
* | | Fix bug #72413: Segfault with get_result and PS cursorsDharman2020-10-293-23/+78
* | | Handle errors during PDO row fetchNikita Popov2020-10-291-5/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-10-291-1/+1
|\ \ \ | |/ /
| * | Fix format specifierChristoph M. Becker2020-10-291-1/+1
* | | Report gone away error in one more placeNikita Popov2020-10-291-0/+2
* | | [ci skip] Fix NEWS orderChristoph M. Becker2020-10-291-6/+6
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-10-293-4/+87
|\ \ \ | |/ /
| * | Fix #44618: Fetching may rely on uninitialized dataChristoph M. Becker2020-10-293-4/+87