summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-02-081-1/+1
|\ \ \ | |/ /
| * | Avoid C4090 level 1 warningChristoph M. Becker2021-02-081-1/+1
* | | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-02-081-3/+6
|\ \ \ | |/ /
| * | Fix locale dependent parsing of PostgreSQL version numberChristoph M. Becker2021-02-081-6/+9
* | | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-02-083-1/+80
|\ \ \ | |/ /
| * | Fix #80706: mail(): Headers after Bcc headers may be ignoredChristoph M. Becker2021-02-083-1/+80
* | | Restore Laravel test workaroundNikita Popov2021-02-071-0/+2
* | | Properly render 2+ namespaces functions in build/gen_stub.phpTyson Andre2021-02-064-4/+21
* | | Fix test expectation for PHP 8.0Christoph M. Becker2021-02-051-1/+1
* | | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-02-051-2/+2
|\ \ \ | |/ /
| * | Use ST_Y() instead of the deprecated/removed Y() in testChristoph M. Becker2021-02-051-2/+2
* | | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-02-053-1/+46
|\ \ \ | |/ /
| * | Fix #74779: x() and y() truncating floats to integersChristoph M. Becker2021-02-053-1/+46
* | | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-041-2/+5
|\ \ \ | |/ /
| * | Try SIGTERM before SIGKILL in opcache restartNikita Popov2021-02-041-2/+5
* | | Fix CLI server worker supportNikita Popov2021-02-041-59/+47
* | | [ci skip] Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-02-030-0/+0
|\ \ \ | |/ /
| * | [ci skip] Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2021-02-030-0/+0
| |\ \ | | |/
| | * Fix newly introduced compiler warningNikita Popov2021-02-031-1/+1
* | | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-02-032-17/+42
|\ \ \ | |/ /
| * | Fix #53467: Phar cannot compress large archivesChristoph M. Becker2021-02-032-17/+42
* | | Fix bug #80600 DOMChildNode::remove does not work on DOMCharacterData.Benjamin Eberlei2021-02-023-38/+17