summaryrefslogtreecommitdiff
path: root/ext/mysqli
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
* | | Fix warnings when building against libmysqlclientNikita Popov2020-09-172-5/+4
* | | Drop support for libmysqlclient < 5.5Nikita Popov2020-09-174-35/+5
* | | Add missing mysqlnd checks to stubsNikita Popov2020-09-172-26/+70
* | | Merge branch 'PHP-7.4'Nikita Popov2020-09-175-25/+12
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-09-175-25/+12
| |\ \ | | |/
| | * pdo_mysql/mysqli (native) libmysqlclient_r no-longer usedDaniel Black2020-09-171-3/+0
| | * mysql: native mysql-8.0 uses _BoolDaniel Black2020-09-172-3/+3
| | * mysqli: use native apiDaniel Black2020-09-173-17/+10
* | | mysqli: Promote warning in field_seekDharman2020-09-173-11/+14
* | | Changed the wording of the error messageDharman2020-09-166-9/+9
* | | Fix testMatteo Beccati2020-09-161-6/+12
* | | Promote warnings to Error in MySQLi extensionGeorge Peter Banyard2020-09-1537-355/+541
* | | Remove unintendedly committed testMáté Kocsis2020-09-151-33/+0
* | | Promote a few remaining errors in ext/standardMáté Kocsis2020-09-151-0/+33
* | | Convert E_ERROR to Error exception in mysqli_result iteratorNikita Popov2020-09-141-1/+3
* | | Improve error messages mentioning parameters instead of argumentsMáté Kocsis2020-09-094-4/+4
* | | Merge branch 'PHP-7.4'Nikita Popov2020-08-251-4/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-08-251-4/+1
| |\ \ | | |/
| | * Remove bogus REGISTER_LONG_CONSTANTNikita Popov2020-08-251-4/+1
* | | Improve test portabilityChristoph M. Becker2020-08-141-1/+1
* | | Fix newly introduced test for WindowsChristoph M. Becker2020-08-141-3/+1
* | | Don't assert mysql->mysql is non-nullNikita Popov2020-08-142-1/+26
* | | Simplify mysqli_stmt_bind_param() implementationNikita Popov2020-08-141-44/+14
* | | Use normal zpp in mysqli_result::__construct()Nikita Popov2020-08-141-13/+2
* | | Remove dummy aliases for mysqli constructorsNikita Popov2020-08-144-28/+10
* | | Avoid fatal error on not found class in mysqli_fetch_object()Nikita Popov2020-08-133-19/+17
* | | Add many missing closing PHP tags to testsMáté Kocsis2020-08-096-0/+6
* | | Drop '#if 0' in mysqlnd_debug() from the MySQLnd extensionGeorge Peter Banyard2020-08-071-0/+57
* | | Add another round of missing parameter types to stubsMáté Kocsis2020-08-072-3/+3
* | | Accept zend_object* in zend_update_propertyNikita Popov2020-08-071-7/+7