summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Suppress OpenSSL error on missing optional configNikita Popov2021-02-162-27/+29
* Fixed bug #80747Nikita Popov2021-02-152-0/+21
* Fix #78680: mysqlnd pam plugin missing terminating nullDaniel Black2021-02-152-7/+51
* Fix leak when breaking out of FilesystemIteratorNikita Popov2021-02-152-19/+15
* Fixed bug #80719Nikita Popov2021-02-114-8/+23
* 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-081-0/+76
* 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-052-1/+43
* Try SIGTERM before SIGKILL in opcache restartNikita Popov2021-02-041-2/+5
* Fix #53467: Phar cannot compress large archivesChristoph M. Becker2021-02-031-17/+41
* Update year to 2021Peter Kokot2021-02-022-2/+2
* Add missing derefs in CurlFileNikita Popov2021-02-021-0/+3
* Fix persistent leak on load_wsdl_ex failureNikita Popov2021-02-021-2/+1
* Fix #80654: file_get_contents() maxlen fails above (2**31)-1 bytesChristoph M. Becker2021-02-012-8/+0
* 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-314-14/+37
* | 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
| * Updated to version 2021.1 (2021a)Derick Rethans2021-01-251-2360/+2559
* | Fix #70091: Phar does not mark UTF-8 filenames in ZIP archivesChristoph M. Becker2021-01-262-0/+66
* | Fix #75850: Unclear error message wrt. __halt_compiler() w/o semicolonChristoph M. Becker2021-01-252-2/+2
* | 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-201-5/+6
* | Add missing SKIPIF clauses to new test casesChristoph M. Becker2021-01-202-0/+2
* | Fixed bug #42560sj-i2021-01-192-5/+18
* | Fix #69279: Compressed ZIP Phar extractTo() creates garbage filesChristoph M. Becker2021-01-195-1/+91
* | Fix #80595: Resetting POSTFIELDS to empty array breaks requestChristoph M. Becker2021-01-183-2/+40
* | 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-055-40/+74
* | Fix memory leak in Phar::webPhar() on WindowsChristoph M. Becker2021-01-051-19/+17
* | 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-231-1/+1
* | | Fixed bug #80376 (last day of the month causes runway cpu usage)Derick Rethans2020-12-212-16889/+19644
* | | MySQLnd: Support cursors in store/get resultNikita Popov2020-12-184-92/+225
* | | Fixed bug #67983Nikita Popov2020-12-162-22/+58
* | | Fix #77322: PharData::addEmptyDir('/') Possible integer overflowChristoph M. Becker2020-12-152-1/+25
* | | Drop pdo_mysql_prepare_load_data.phptChristoph M. Becker2020-12-141-129/+0
* | | Fixed bug #76815Nikita Popov2020-12-102-0/+40
* | | Fixed bug #71145Nikita Popov2020-12-102-5/+32
* | | Backport fix for bug #70066Nikita Popov2020-12-104-11/+35
* | | Fixed bug #78154Nikita Popov2020-12-092-1/+35