summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Check func_info consistencyNikita Popov2020-04-271-12/+38
* Fixed bug #79432Nikita Popov2020-04-272-6/+22
* Mark passthru() as RC0Nikita Popov2020-04-271-1/+1
* Make array_rand() type info more accurateNikita Popov2020-04-271-1/+1
* Remove MAY_BE_FALSE from range() type infoNikita Popov2020-04-271-3/+3
* Fix inaccurate func infosMáté Kocsis2020-04-271-23/+23
* Avoid throw expression leaksNikita Popov2020-04-271-1/+7
* Fixed incorrect side exit addressDmitry Stogov2020-04-271-1/+1
* SessionUpdateTimestampHandler class was never implementedAlex Dowad2020-04-273-39/+0
* Use information about classes returned by internal functionsNikita Popov2020-04-274-14/+21
* Test xml_error_string() and xml_get_error_code()Symeon Charalabides2020-04-271-0/+38
* Remove duplicate testsAlex Dowad2020-04-273-123/+0
* Ensure bcmath scale is between 0 and INT_MAXVladyslav Startsev2020-04-276-36/+177
* Add helper APIs for get_gc implementationsNikita Popov2020-04-272-33/+7
* Add macro to get ini target addressNikita Popov2020-04-273-67/+9
* Merge branch 'PHP-7.4'Christoph M. Becker2020-04-272-0/+53
|\
| * Fix #79065: DOM classes do not expose properties to ReflectionChristoph M. Becker2020-04-272-0/+53
| * Updated to version 2020.1 (2020a)Derick Rethans2020-04-241-792/+830
* | Clean section of test not working due to short open tagsGabriel Caruso2020-04-261-1/+1
* | Generate methods entries from stubs for ext/splMáté Kocsis2020-04-2526-1114/+1443
* | Avoid STORE of register inherited from parent traceDmitry Stogov2020-04-241-2/+4
* | Skip life range with LOAD and single useDmitry Stogov2020-04-241-0/+6
* | cleanupDmitry Stogov2020-04-241-71/+58
* | Updated to version 2020.1 (2020a)Derick Rethans2020-04-241-792/+830
* | Abort register allocation if no candidatesDmitry Stogov2020-04-241-0/+19
* | Update intl test suite for ICU 67.1Christoph M. Becker2020-04-244-3/+469
* | Test XSLTProcessor::importStylesheet() with invalid stylesheetSymeon Charalabides2020-04-241-0/+19
* | Fix #36365: scandir duplicates file name at every 65535th fileChristoph M. Becker2020-04-241-0/+27
* | Make throw statement an expressionIlija Tovilo2020-04-233-11/+11
* | More accurate life range terminationDmitry Stogov2020-04-231-48/+101
* | Add get_debug_type() functionYour Name2020-04-234-0/+110
* | Remove support for libmysqlclient 5.0Nikita Popov2020-04-238-68/+6
* | Merge branch 'PHP-7.4'Nikita Popov2020-04-232-28/+14
|\ \ | |/
| * Fix bug #79447Nicolas Grekas2020-04-232-28/+14
* | Remove unneeded prototype for spl_array_get_iteratorAlex Dowad2020-04-231-2/+0
* | Remove unused 'ce_get_iterator' field from spl_fixedarray_objectAlex Dowad2020-04-231-2/+0
* | Remove unused 'ce_get_iterator' field from spl_heap_objectAlex Dowad2020-04-231-2/+0
* | Drop unnecessary stdint and inttypes header checksGeorge Peter Banyard2020-04-226-66/+48
* | Skip non-existing properties returned by __sleep()Nicolas Grekas2020-04-224-14/+7
* | Tests for the default case of the parameter of xml_parser_get_option() and xm...Symeon Charalabides2020-04-222-0/+38
* | Document change to ReflectionMethod->isConstructor/isDestructorTyson Andre2020-04-221-0/+128
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-04-223-0/+24
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-04-223-0/+24
| |\
| | * Fix #79503: Memory leak on duplicate metadataChristoph M. Becker2020-04-223-0/+24
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-04-221-0/+35
|\ \ \ | |/ /
| * | Add additional preg_match test caseGraham Campbell2020-04-221-0/+35
| * | Upgrade to PCRE2 10.34Christoph M. Becker2020-04-2238-4628/+7351
* | | Reorder conditionsDmitry Stogov2020-04-221-37/+25
* | | Diagnose missing format specifier at end of stringNikita Popov2020-04-2210-28/+35
* | | Fixed register allocation constraintsDmitry Stogov2020-04-221-11/+3