summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Rm unneeded functionStanislav Malyshev2021-02-021-16/+0
* Fix buildNikita Popov2021-02-021-1/+1
* Alternative fix for bug 77423Christoph M. Becker2021-02-028-28/+38
* Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2021-02-024-14/+37
* 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
* | | Fix #48725: Support for flushing in zlib streamChristoph M. Becker2020-12-082-4/+34
* | | Fix #77069: stream filter loses final block of dataChristoph M. Becker2020-12-085-1/+146
* | | Fixed bug #63185Nikita Popov2020-12-082-0/+68
* | | Fixed bug #80458Dharman2020-12-042-11/+196
* | | Fix #75102: `PharData` says invalid checksum for valid tarChristoph M. Becker2020-12-043-0/+22
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-12-031-13/+26
|\ \ \ | |/ /
| * | Fix mysqli_expire_password test for mariadbDaniel Black2020-12-031-13/+25
* | | fix mysqli_stmt_get_result_metadata_fetch_field test for mariadbDaniel Black2020-12-031-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-12-021-1/+1
|\ \ \ | |/ /
| * | Fixed bug #80457Nikita Popov2020-12-021-1/+1
* | | Fix #73809: Phar Zip parse crash - mmap failChristoph M. Becker2020-12-012-1/+36
* | | Next attempt to fix bug #80368Nikita Popov2020-11-301-2/+3
* | | Merge branch 'PHP-7.3' into PHP-7.4Jakub Zelenka2020-11-271-1/+2
|\ \ \ | |/ /
| * | Fix test for bug62890 to not depend on system cert storeJakub Zelenka2020-11-271-1/+2
| * | Fix mysqli_get_client_stats testDaniel Black2020-11-271-20/+8
* | | Fixed bug #80368Nikita Popov2020-11-271-1/+2
* | | Fixed bug #80425Nikita Popov2020-11-271-10/+11
* | | Fixed bug #80411Nikita Popov2020-11-252-1/+32
* | | Fixed error reporting in mysqli_stmt::__constructDharman2020-11-252-32/+28
* | | Reindent more mysqli testsNikita Popov2020-11-25374-17809/+17809
* | | Reindent ext/mysqli testsNikita Popov2020-11-25290-4857/+4857
* | | Fix usage of casted string in ReflectionParameter ctorNikita Popov2020-11-242-2/+20
* | | Fix #77961: finfo_open crafted magic parsing SIGABRTChristoph M. Becker2020-11-244-31/+104
* | | Fix #80366: Return Value of zend_fstat() not CheckedChristoph M. Becker2020-11-241-1/+3
* | | Fix #77594: ob_tidyhandler is never resetChristoph M. Becker2020-11-222-1/+24
* | | Fix #72964: White space not unfolded for CC/Bcc headersChristoph M. Becker2020-11-191-0/+73