summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.3' into PHP-7.4Stanislav Malyshev2021-01-047-15/+61
* 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
* | Fix #80312: change default engine from MyISAM to InnoDB in testsDarek Slusarczyk2020-11-172-2/+2
* | Fix incorrectly optimized out live rangeNikita Popov2020-11-171-4/+14
* | Handle errors during next_result()Nikita Popov2020-11-113-2/+83
* | Fix phi use chain management when renaming variableNikita Popov2020-11-093-8/+35
* | Split tests for compatibility with ICU 68.1Christoph M. Becker2020-11-068-4/+701
* | Backport preloading trait fixup fixesNikita Popov2020-11-053-19/+69
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-11-045-8/+23
|\ \ | |/
| * Fix #80266: parse_url silently drops port number 0Christoph M. Becker2020-11-045-8/+23
* | Fix dynamic function definition in preload scriptNikita Popov2020-11-042-0/+22
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-11-021-1/+4
|\ \ | |/
| * Fix #70461: disable md5 code when it is not supported in net-snmpChristoph M. Becker2020-11-021-1/+4
* | Fix SSA integrity violation for type inference in dead codeNikita Popov2020-10-301-15/+19
* | Fix bug79177.phpt wrt. JITChristoph M. Becker2020-10-303-30/+42
* | Fix bug #72413: Segfault with get_result and PS cursorsDharman2020-10-292-23/+76
* | Handle errors during PDO row fetchNikita Popov2020-10-291-5/+1
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-10-291-1/+1
|\ \ | |/
| * Fix format specifierChristoph M. Becker2020-10-291-1/+1