summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Revert "Fix #76813: Access violation near NULL on source operand"Christoph M. Becker2021-01-114-24/+3
* | Avoid modifying the return value of readline_completion_function()Christoph M. Becker2021-01-071-0/+1
* | Fix #77565: Incorrect locator detection in ZIP-based pharsChristoph M. Becker2021-01-056-40/+77
* | Fix memory leak in Phar::webPhar() on WindowsChristoph M. Becker2021-01-051-19/+17
* | gdbinit: use ____print_str to print htable keysDylan K. Taylor2021-01-051-1/+2
* | Disable non-cron travis jobsNikita Popov2021-01-041-0/+3
* | [ci skip] Update NEWSStanislav Malyshev2021-01-041-0/+2
* | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2021-01-040-0/+0
|\ \ | |/
| * [ci skip] Fix orderStanislav Malyshev2021-01-041-2/+2
* | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2021-01-040-0/+0
|\ \ | |/
| * [ci skip] Unpdate NEWSStanislav Malyshev2021-01-041-0/+2
* | Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2021-01-017-15/+61
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2021-01-017-15/+61
| |\
| | * Fix #77423: parse_url() will deliver a wrong host to userPHP-7.2Christoph M. Becker2021-01-017-14/+59
* | | Replace sort() function calls with ksort() in basic ksort testhaszi2020-12-271-27/+27
* | | Fix #80384: limit read buffer sizeAdam Seitz2020-12-234-2/+33
* | | Fixed bug #80376 (last day of the month causes runway cpu usage)Derick Rethans2020-12-213-16889/+19647
* | | MySQLnd: Support cursors in store/get resultNikita Popov2020-12-185-92/+231
* | | Fixed bug #67983Nikita Popov2020-12-163-22/+62