summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Emit diagnostic on unknown printf specifierNikita Popov2020-04-2241-1068/+255
* | | Remove some redundant sprintf variation testsNikita Popov2020-04-2245-8289/+0
* | | printf: Unify error caseNikita Popov2020-04-221-10/+9
* | | printf: Report error if missing padding characterNikita Popov2020-04-222-6/+16
* | | Fix error message in ext/socketGeorge Peter Banyard2020-04-221-1/+1
* | | Promote warnings to Errors in sockets's extension.George Peter Banyard2020-04-2119-187/+205
* | | Remove redundant vfprintf/vsprintf variation testsNikita Popov2020-04-2154-4993/+0
* | | Fix number of required parameters in printfNikita Popov2020-04-212-5/+12
* | | Reuse registers allocated for parent trace in side tracesDmitry Stogov2020-04-212-6/+58
* | | Register allocation is useless if JIT just calls standarad VM handlersDmitry Stogov2020-04-211-1/+1
* | | Removed old TODODmitry Stogov2020-04-211-1/+0
* | | Ensure hash_update_stream() always returns the same hash when $length = 0Symeon Charalabides2020-04-211-0/+33
* | | Fix OPcache buildChristoph M. Becker2020-04-201-2/+2
* | | Fix #71417: fread() does not report zlib.inflate errorsChristoph M. Becker2020-04-205-3/+17
* | | Remove support for EBCDICNikita Popov2020-04-201-30/+0
* | | Merge branch 'PHP-7.4'Nikita Popov2020-04-201-11/+13
|\ \ \ | |/ /
| * | Don't rand() in testNikita Popov2020-04-201-8/+10
* | | Register allocator and deoptimizer for tracing JIT.Dmitry Stogov2020-04-204-43/+850
* | | Fix #71263: fread() does not report bzip2.decompress errorsChristoph M. Becker2020-04-202-4/+7
* | | Improve a last couple of argument error messagesMáté Kocsis2020-04-2040-100/+100
* | | Merge branch 'PHP-7.4'Nikita Popov2020-04-201-2/+1
|\ \ \ | |/ /
| * | Fix file name clash in touch_variation1.phptNikita Popov2020-04-201-2/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2020-04-207-14/+90
|\ \ \ | |/ /
| * | Fix bug #67369 ArrayObject serializatino drops the iterator classAlex Dowad2020-04-207-14/+88
* | | Fix order of ZPP in ext/sqlite3Máté Kocsis2020-04-201-49/+50
* | | Generate function entries from stubsMáté Kocsis2020-04-2019-452/+563
* | | Merge branch 'PHP-7.4'Nikita Popov2020-04-201-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-04-201-2/+2
| |\ \ | | |/