summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix leak in isDefaultValueAvailable()Nikita Popov2020-06-302-2/+25
* Merge branch 'PHP-7.4'Christoph M. Becker2020-06-302-1/+16
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-06-303-1/+19
| |\
| | * Fix #70362: Can't copy() large 'data://' with open_basedirChristoph M. Becker2020-06-303-1/+19
* | | Move to alpha2 sectionXinchen Hui2020-06-301-2/+4
* | | Replace EXPECTF when possibleFabien Villepinte2020-06-29102-111/+106
* | | Tracing JIT support for include() and generatorsDmitry Stogov2020-06-295-11/+29
* | | Don't record "fake" closuresDmitry Stogov2020-06-291-3/+3
* | | Fix macro redifinition warnings in debug buildsChristoph M. Becker2020-06-292-2/+2
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-06-294-14/+77
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-06-295-14/+80
| |\ \ | | |/
| | * Fix #63208: BSTR to PHP string conversion not binary safeChristoph M. Becker2020-06-295-14/+80
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-06-293-4/+26
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-06-294-4/+29
| |\ \ | | |/
| | * Fix #79756: finfo_file crash (FILEINFO_MIME)Christoph M. Becker2020-06-294-4/+29
* | | Fix #79749: Converting FFI instances to bool failsChristoph M. Becker2020-06-293-2/+33
* | | Don't accept objects instead of arrays in curlNikita Popov2020-06-294-16/+19
* | | Make exit() unwind properlyNikita Popov2020-06-2917-44/+154
* | | Fixed bug #79743 (Fatal error when assigning to array property with JIT enabled)Xinchen Hui2020-06-292-4/+6
* | | Implement Attribute Amendments.Martin Schröder2020-06-2922-75/+502
* | | Fixed bug #79737 (Building embed as static fails during install step).Dmitry Stogov2020-06-293-1/+7
* | | Remove restriction on method call inliningNikita Popov2020-06-291-7/+0
* | | Merge branch 'PHP-7.4'Nikita Popov2020-06-291-0/+6
|\ \ \ | |/ /
| * | Don't inline static call to instance methodNikita Popov2020-06-291-0/+6
* | | Drop non-well formed numeric strings from math function testsGeorge Peter Banyard2020-06-2817-180/+12
* | | Drop non-well numeric string in Intl testGeorge Peter Banyard2020-06-281-4/+0
* | | Drop non-well formed numeric strings in array function testsGeorge Peter Banyard2020-06-282-14/+3
* | | Drop non-well formed numeric strings in strings function testsGeorge Peter Banyard2020-06-282-11/+1
* | | Simplify and fix php-cgi detectionNikita Popov2020-06-261-14/+11
* | | Merge branch 'PHP-7.4'Nikita Popov2020-06-262-2/+18
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-06-262-2/+18
| |\ \ | | |/
| | * Fixed bug #79741Nikita Popov2020-06-263-2/+22
* | | Haiku proc_open build fix, *pty api resides on the BSD libraryDavid Carlier2020-06-261-2/+2
* | | Better leak fix for cgi -s / -wNikita Popov2020-06-261-7/+1
* | | Cache __unserialize() instead of unserialize()Nikita Popov2020-06-2611-70/+54
* | | Merge branch 'PHP-7.4'Nikita Popov2020-06-260-0/+0
|\ \ \ | |/ /
| * | Fixed bug #79740Nikita Popov2020-06-263-0/+32
* | | Use cheaper zend_hash_find_ex() to handle IS_CONST indexDmitry Stogov2020-06-261-8/+32
* | | Fix uninitialized reads in min/maxNikita Popov2020-06-261-6/+4
* | | Clear last error before shutting down memory managerNikita Popov2020-06-261-0/+1
* | | [ci skip] Various typo fixes in stub comments and CHANGES fileAyesh Karunaratne2020-06-258-10/+10
* | | Fixed incorrect type guardDmitry Stogov2020-06-251-1/+1
* | | Move exception check to cold path.Dmitry Stogov2020-06-251-6/+18
* | | Optimization for +/- int(0)Dmitry Stogov2020-06-251-5/+22
* | | Improve tracing JIT for FETCH_THIS + FETCH_OBJ_*Dmitry Stogov2020-06-255-28/+128
* | | Fix leaks in cgi strip/highlight modeNikita Popov2020-06-251-5/+2
* | | Fix leaks in Phar::webPhar()Nikita Popov2020-06-251-20/+6
* | | Don't throw warning if exception thrown during dom validationNikita Popov2020-06-253-6/+6
* | | Avoid warning on exception in xsl extNikita Popov2020-06-253-3/+46
* | | ensure all files have same date in official archivesRemi Collet2020-06-251-1/+2