summaryrefslogtreecommitdiff
path: root/ext/mysqli
Commit message (Expand)AuthorAgeFilesLines
* Don't assume libmysqlclient library nameNikita Popov2020-11-121-21/+5
* Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-11-113-2/+83
|\
| * Handle errors during next_result()Nikita Popov2020-11-113-2/+83
* | Remove embedded property from mysqli_driverDharman2020-11-095-24/+0
* | Fix tests for MariaDBDharman2020-11-022-3/+10
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-10-291-18/+51
|\ \ | |/
| * Fix bug #72413: Segfault with get_result and PS cursorsDharman2020-10-291-20/+67
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-10-282-0/+45
|\ \ | |/
| * Handle mysqli errors in more casesDharman2020-10-282-0/+45
| * Sync test with masterNikita Popov2020-10-281-258/+258
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-10-282-1/+174
|\ \ | |/
| * Fix bug #79375Dharman2020-10-282-1/+174
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-09-201-1/+1
| |\
| | * Fix mysqli build with mysqlnd and without PDOBob Weinand2020-09-201-1/+1
* | | Consistent error handling in mysqli_pollDharman2020-10-263-8/+17
* | | Fix default value handling of mysqli_fetch_object()Máté Kocsis2020-10-206-27/+18
* | | Verify parameter names of function aliasesMáté Kocsis2020-10-165-26/+27
* | | Fix null handling in mysqli_begin_transaction()Nikita Popov2020-10-131-2/+2
* | | Use $statement in mysqliNikita Popov2020-10-132-47/+47
* | | Fixed test for MySQL < 5.6Matteo Beccati2020-09-281-2/+2
* | | Make mysqli_warning constructor privateNikita Popov2020-09-274-190/+6
* | | Rename mysqli parameters to be more logicalLarry Garfield2020-09-2716-293/+277
* | | Promote a few forgotten warnings to exceptionsMáté Kocsis2020-09-256-53/+51
* | | More precise type in mysqli_result constructorNikita Popov2020-09-242-3/+3
* | | Consolidate the usage of "either" and "one of" in error messagesMáté Kocsis2020-09-204-5/+4
* | | Fix mysqli build with mysqlnd and without PDOBob Weinand2020-09-201-1/+1
* | | Fix some tests for libmysqlNikita Popov2020-09-186-11/+33
* | | Drop skipifemb.incNikita Popov2020-09-187-12/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2020-09-181-26/+24
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-09-181-26/+24
| |\ \ | | |/
| | * Fix #78179: mysqli/mysqlnd transaction extensionsDaniel Black2020-09-181-26/+24
* | | Merge branch 'PHP-7.4'Nikita Popov2020-09-181-3/+6
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-09-181-1/+6
| |\ \ | | |/
| | * Support NO_BACKSLASH_ESCAPES with newer libmysqlclientNikita Popov2020-09-181-1/+6
* | | mysqli_set_charset now throws an mysqli_sql_exception when incorrect charset ...Dharman2020-09-182-1/+18
* | | Assert that all switch cases are coveredNikita Popov2020-09-181-0/+1
* | | Merge branch 'PHP-7.4'Nikita Popov2020-09-181-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-09-181-1/+1
| |\ \ | | |/
| | * Use MyISAM engine for new testNikita Popov2020-09-181-1/+1
* | | Run tidyNikita Popov2020-09-18256-776/+776
* | | Merge branch 'PHP-7.4'Nikita Popov2020-09-181-0/+57
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-09-181-0/+57
| |\ \ | | |/
| | * Fix bug #80107: Handling of large compressed packetsNikita Popov2020-09-181-8/+14
| | * Bug #80107 Add test for mysqli_query() fails for ~16 MB long query when compr...Máté Kocsis2020-09-181-0/+51
* | | Remove vestiges of embedded mysql from testsNikita Popov2020-09-17261-295/+2
* | | Merge branch 'PHP-7.4'Nikita Popov2020-09-172-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-09-172-2/+2
| |\ \ | | |/
| | * Fix mysqli_release_savepoint() on mysqlndNikita Popov2020-09-172-2/+2
* | | Fix some tests for libmysqlNikita Popov2020-09-175-4/+12
* | | Remove checks for old libmysqlclient versions in testsNikita Popov2020-09-1711-194/+142