summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix #80774: session_name() problem with backslashChristoph M. Becker2021-02-224-9/+33
* | | Fix trampoline leak on dynamic static call of non-static methodNikita Popov2021-02-222-0/+38
* | | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-221-0/+31
|\ \ \ | |/ /
| * | Fixed bug #80781Nikita Popov2021-02-225-0/+77
* | | Avoid signed integer overflow in substr()Nikita Popov2021-02-182-2/+12
* | | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-02-173-1/+27
|\ \ \ | |/ /
| * | Fix #80763: msgfmt_format() does not accept DateTime referencesChristoph M. Becker2021-02-173-0/+24
* | | Color LEAK&FAIL like a failureNikita Popov2021-02-171-0/+1
* | | Prep for 8.0.4Sara Golemon2021-02-172-4/+4
* | | 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