summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update versions for PHP 8.0.0alpha1php-8.0.0alpha1Sara Golemon2020-06-232-3/+3
* Update NEWS for PHP 8.0.0alpha1Sara Golemon2020-06-231-1/+1
* Deprecate the procedural API of ext/zipMáté Kocsis2020-06-2317-31/+253
* Replace exceptional code by side exit to VMDmitry Stogov2020-06-231-75/+80
* Cleanup and better register usageDmitry Stogov2020-06-231-20/+24
* Reduce amount of "cold" code generated for FETCH_OBJ_* instructionsDmitry Stogov2020-06-232-70/+51
* Simplify `_crypt_extended_init_r`, and fix redundant initialization on Win32/...Alex Dowad2020-06-233-32/+3
* Merge branch 'PHP-7.4'Christoph M. Becker2020-06-231-1/+4
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-06-232-1/+9
| |\
| | * Fix #55857: ftp_size on large filesChristoph M. Becker2020-06-232-1/+7
* | | Fix a couple of UNKNOWN default values in ext/sessionMáté Kocsis2020-06-234-183/+15
* | | Remove unnecessary initialization in phpdbg webhelperNikita Popov2020-06-231-1/+1
* | | Enable dba on azureNikita Popov2020-06-233-0/+3
* | | Fix UNKNOWN default values in ext/readlineMáté Kocsis2020-06-233-11/+14
* | | Improve JIT for SEPARATE_ARRAYDmitry Stogov2020-06-232-24/+27
* | | Fix missing initializers in dba inifileNikita Popov2020-06-231-5/+5
* | | Merge branch 'PHP-7.4'Nikita Popov2020-06-231-0/+2
|\ \ \ | |/ /
| * | Restore XFAIL on fpm testNikita Popov2020-06-231-0/+2
* | | Avoid convert_to_long_ex usage in readlineNikita Popov2020-06-231-6/+3
* | | Update azure pipelins to ubuntu 20.04Nikita Popov2020-06-231-1/+1
* | | Improve spill codeDmitry Stogov2020-06-231-9/+11
* | | Avoid register spillingDmitry Stogov2020-06-231-11/+25
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-06-230-0/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-06-230-0/+0
| |\ \ | | |/
| | * 7.3 is now 7.3.21-devChristoph M. Becker2020-06-234-5/+7
* | | Merge branch 'PHP-7.4'Derick Rethans2020-06-230-0/+0
|\ \ \ | |/ /
| * | PHP-7.4 is now 7.4.9-devDerick Rethans2020-06-231-1/+1
* | | Fix test wrt. commit 1a2732f9a8b3d62471b360f772b5458f78046f80Christoph M. Becker2020-06-221-1/+1
* | | Consistent file naming.Derick Rethans2020-06-222-0/+0
* | | Use ZPP callable check for preg_replace_callback() $callback argumentGeorge Peter Banyard2020-06-224-32/+24
* | | Also allow casting CurlMultiHandlesNikita Popov2020-06-224-2/+8
* | | Fixed JIT failures on WindowsDmitry Stogov2020-06-224-18/+1
* | | Correct implementation of joaat hash.Eddie Kohler2020-06-223-9/+10
* | | make bcpowmod stricter by not returning false, instead throw exceptionVladyslav Startsev2020-06-227-11/+39
* | | Haiku opcache jit build updateDavid Carlier2020-06-222-0/+34
* | | Merge branch 'PHP-7.4'Anatol Belski2020-06-211-1/+5
|\ \ \ | |/ /
| * | SplHeap: Avoid memcpy on overlapping pointerAnatol Belski2020-06-211-1/+5
* | | sapi/fpm/config.m4: add a new --with-fpm-apparmor configure flag.Michael Orlitzky2020-06-211-17/+16
* | | Mark failing tests as XFAIL for nowChristoph M. Becker2020-06-203-0/+17
* | | Allow casting CurlHandle to intNikita Popov2020-06-192-0/+34
* | | Clean up some unused code (and fix some comments) in build scriptsAlex Dowad2020-06-194-33/+6
* | | Merge branch 'PHP-7.4'Nikita Popov2020-06-191-0/+18
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-06-192-0/+20
| |\ \ | | |/
| | * Fixed bug #79570Böszörményi Zoltán2020-06-192-0/+20
* | | Fix Haiku buildDavid Carlier2020-06-194-3/+10
* | | Return void from php_jpeg_emit_message()Nikita Popov2020-06-191-5/+2
* | | JIT for FETCH_OBJ_WDmitry Stogov2020-06-195-21/+418
* | | Merge branch 'PHP-7.4'Nikita Popov2020-06-192-2/+47
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-06-193-2/+51
| |\ \ | | |/
| | * Fixed bug #79710Nikita Popov2020-06-193-2/+51