summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update NEWS for PHP 7.4.16PHP-7.4.16Derick Rethans2021-03-021-1/+1
* Prepare for 7.4.16Derick Rethans2021-03-021-1/+1
* Update NEWS for PHP 7.4.16RC1Derick Rethans2021-02-161-1/+1
* Suppress OpenSSL error on missing optional configNikita Popov2021-02-162-27/+29
* Fixed bug #80747Nikita Popov2021-02-153-0/+25
* Fix symtable cache being used while cleaning symtableNikita Popov2021-02-152-3/+23
* Fix #78680: mysqlnd pam plugin missing terminating nullDaniel Black2021-02-153-7/+55
* Fix leak when breaking out of FilesystemIteratorNikita Popov2021-02-152-19/+15
* Fixed bug #80719Nikita Popov2021-02-115-8/+27
* Avoid C4090 level 1 warningChristoph M. Becker2021-02-081-1/+1
* Fix locale dependent parsing of PostgreSQL version numberChristoph M. Becker2021-02-081-6/+9
* Fix #80706: mail(): Headers after Bcc headers may be ignoredChristoph M. Becker2021-02-083-1/+80
* Use ST_Y() instead of the deprecated/removed Y() in testChristoph M. Becker2021-02-051-2/+2
* Fix #74779: x() and y() truncating floats to integersChristoph M. Becker2021-02-053-1/+46
* Try SIGTERM before SIGKILL in opcache restartNikita Popov2021-02-041-2/+5
* [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
* | Fix #53467: Phar cannot compress large archivesChristoph M. Becker2021-02-032-17/+42
* | [ci skip] Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2021-02-020-0/+0
|\ \ | |/
| * 7.3.28 is nextChristoph M. Becker2021-02-024-7/+9
* | Update year to 2021Peter Kokot2021-02-028-8/+8
* | Add missing derefs in CurlFileNikita Popov2021-02-021-0/+3
* | Fix persistent leak on load_wsdl_ex failureNikita Popov2021-02-021-2/+1
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2021-02-010-0/+0
|\ \ | |/
| * Revert "Updated to version 2021.1 (2021a)"Christoph M. Becker2021-02-011-2559/+2360
* | Fix #80654: file_get_contents() maxlen fails above (2**31)-1 bytesChristoph M. Becker2021-02-013-8/+4
* | Fix Laravel build on community jobNikita Popov2021-02-011-4/+4
* | Fix buildNikita Popov2021-02-011-1/+1
* | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2021-01-314-14/+37
|\ \ | |/
| * Fix bug #80672 - Null Dereference in SoapClientStanislav Malyshev2021-01-315-14/+40
* | NEWSRemi Collet2021-01-281-0/+3
* | Fix #80682 opcache doesn't honour pcre.jit optionRemi Collet2021-01-281-4/+6
* | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2021-01-271-16/+0
|\ \ | |/
| * Rm unneeded functionStanislav Malyshev2021-01-271-16/+0
* | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2021-01-268-28/+38
|\ \ | |/
| * Alternative fix for bug 77423Christoph M. Becker2021-01-268-28/+38
* | Fix #70091: Phar does not mark UTF-8 filenames in ZIP archivesChristoph M. Becker2021-01-263-0/+67
* | Update versionChristoph M. Becker2021-01-261-3/+3
* | Fix #75850: Unclear error message wrt. __halt_compiler() w/o semicolonChristoph M. Becker2021-01-253-2/+6
* | Updated to version 2021.1 (2021a)Derick Rethans2021-01-251-2360/+2559
* | Empty mergeDerick Rethans2021-01-250-0/+0
|\ \ | |/
| * Updated to version 2021.1 (2021a)Derick Rethans2021-01-251-2360/+2559
* | Add missing SKIPIF clause for recently introduced test caseChristoph M. Becker2021-01-211-0/+1
* | Fix #80648: Fix for bug 79296 should be based on runtime versionChristoph M. Becker2021-01-202-5/+10
* | Add missing SKIPIF clauses to new test casesChristoph M. Becker2021-01-202-0/+2
* | Update NEWS and versionDerick Rethans2021-01-192-2/+4
* | Update NEWS for PHP 7.4.15RC1Derick Rethans2021-01-191-1/+1
* | Fixed bug #42560sj-i2021-01-196-10/+37
* | Fix #69279: Compressed ZIP Phar extractTo() creates garbage filesChristoph M. Becker2021-01-196-1/+93
* | Fix #80595: Resetting POSTFIELDS to empty array breaks requestChristoph M. Becker2021-01-184-2/+43