summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Formatting of release datePHP-8.0.3Sara Golemon2021-03-021-1/+1
* Prep NEWS for 8.0.3 finalSara Golemon2021-03-021-1/+1
* Update NEWS for PHP 8.0.3RC1Sara Golemon2021-02-171-1/+1
* Fixed bug #80745 (JIT produces Assert failure and UNKNOWN:0 var_dumps in code...Dmitry Stogov2021-02-174-12/+102
* Remove generated zend_jit_x86.c on `make clean`Dylan T2021-02-171-1/+1
* Fixed bug #80742 (Opcache JIT makes some boolean logic unexpectedly be true)Dmitry Stogov2021-02-163-3/+103
* Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-162-2/+5
|\
| * Handle incomplete result set metadata more gracefullyNikita Popov2021-02-162-2/+6
* | Mark resource-like objects as non-comparableNikita Popov2021-02-1613-0/+17
* | Fixed bug #80723Nikita Popov2021-02-165-0/+35
* | Merge branch 'PHP-7.4' into PHP-8.0Derick Rethans2021-02-160-0/+0
|\ \ | |/
| * Fixed datesDerick Rethans2021-02-161-2/+2
* | Merge branch 'PHP-7.4' into PHP-8.0Derick Rethans2021-02-160-0/+0
|\ \ | |/
| * PHP-7.4 is now 7.4.17-devDerick Rethans2021-02-162-2/+5
* | Increase timeout on asan jobNikita Popov2021-02-161-1/+1
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-162-27/+29
|\ \ | |/
| * Suppress OpenSSL error on missing optional configNikita Popov2021-02-162-27/+29
* | Adapt test case for libcurl 7.75.0+Christoph M. Becker2021-02-161-1/+1
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-153-0/+25
|\ \ | |/
| * Fixed bug #80747Nikita Popov2021-02-153-0/+25
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-152-3/+23
|\ \ | |/
| * Fix symtable cache being used while cleaning symtableNikita Popov2021-02-152-3/+23
* | Fix assertion failure in cufa optimization with named argsNikita Popov2021-02-152-0/+9
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-153-7/+55
|\ \ | |/
| * Fix #78680: mysqlnd pam plugin missing terminating nullDaniel Black2021-02-153-7/+55
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-152-19/+15
|\ \ | |/
| * Fix leak when breaking out of FilesystemIteratorNikita Popov2021-02-152-19/+15
* | Fixed bug #80600Benjamin Eberlei2021-02-121-1/+5
* | Fixed bug #80718Nikita Popov2021-02-112-2/+5
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-115-8/+31
|\ \ | |/
| * Fixed bug #80719Nikita Popov2021-02-115-8/+27
* | Update func info after password_get_info() changeNikita Popov2021-02-111-1/+1
* | Don't return null from password_get_info()Nikita Popov2021-02-113-8/+5
* | Don't throw additional Error in require_once if exception already thrownNikita Popov2021-02-112-1/+20
* | Make mysqli_ssl_set() arguments nullableNikita Popov2021-02-103-22/+22
* | Make finfo_open() $magic_database nullableNikita Popov2021-02-103-5/+5
* | Don't pass null action to __doRequestNikita Popov2021-02-101-1/+1
* | Clarify that location is required in do_requestNikita Popov2021-02-101-5/+2
* | Regenerate arginfo fileNikita Popov2021-02-101-2/+2
* | Accept null $location in SoapClient::__setLocation()Nikita Popov2021-02-102-2/+2
* | Make SoapVar arguments nullableNikita Popov2021-02-103-7/+7
* | Add missing classes to stubsMáté Kocsis2021-02-0918-20/+135
* | Properly check imagegd() signatureNikita Popov2021-02-091-2/+12
* | Make imagegd $file parameter nullableNikita Popov2021-02-093-18/+14
* | Use E_ERROR to report arginfo/zpp mismatchNikita Popov2021-02-091-1/+1
* | Make NumberFormatter ctor $pattern nullableNikita Popov2021-02-095-8/+8
* | Make IntlDateFormatter ctor $pattern nullableNikita Popov2021-02-094-8/+8
* | Make Phar $fileNotFoundScript nullableNikita Popov2021-02-0913-15/+15
* | Make createDocument() $namespace nullableNikita Popov2021-02-094-4/+5
* | Make getElementsByTagNameNS $namespace nullableNikita Popov2021-02-095-12/+20