summaryrefslogtreecommitdiff
path: root/ext/mysqli
Commit message (Expand)AuthorAgeFilesLines
* Make fetch_* OO same as funcDharman2021-01-062-4/+4
* Fix/improve mysqli stubsDharman2021-01-063-85/+55
* Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-12-183-19/+153
|\
| * MySQLnd: Support cursors in store/get resultNikita Popov2020-12-183-33/+153
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-12-161-0/+35
|\ \ | |/
| * Fixed bug #67983Nikita Popov2020-12-161-0/+35
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-12-031-13/+26
|\ \ | |/
| * 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_get_client_stats testDaniel Black2020-11-271-20/+8
* | | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-12-031-1/+1
|\ \ \ | |/ /
| * | fix mysqli_stmt_get_result_metadata_fetch_field test for mariadbDaniel Black2020-12-031-1/+1
* | | Remove PHP 5 mysqli testsDharman2020-12-034-223/+0
* | | Fix typos in mysql testsDharman2020-12-032-4/+4
* | | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-11-252-9/+22
|\ \ \ | |/ /
| * | 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
* | | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-11-171-1/+1
|\ \ \ | |/ /
| * | Fix #80312: change default engine from MyISAM to InnoDB in testsDarek Slusarczyk2020-11-171-1/+1
* | | 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
| |\ \ | | |/