summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in fetch_all error messageKamil Tekiela2021-03-282-2/+2
* Deprecate OO style mysqli::get_client_info methodDharman2021-03-172-2/+33
* Change the default error mode of mysqliDharman2021-03-152-0/+2
* Merge branch 'PHP-8.0'Nikita Popov2021-03-151-0/+38
|\
| * Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-03-151-0/+38
| |\
| | * Fix bug #80837Dharman2021-03-151-0/+38
* | | Use typed properties in ext/mysqliMáté Kocsis2021-03-155-58/+4
* | | Add CLEAN sections to mysqli and PDO mysql testsDharman2021-03-159-16/+57
* | | Deprecate mysqli driver_version propertyDharman2021-03-152-6/+2
* | | Clean up mysqli_driver test casesDharman2021-03-153-171/+170
* | | client_info is a constant and doesn't need a connectionDharman2021-03-152-11/+9
* | | Update mysqli tests to work with newer MySQL serverMax Semenik2021-03-044-23/+16
* | | Add mechanism to skip the skipif cacheNikita Popov2021-03-044-0/+4
* | | Explicitly print reference wrappers in debug_zval_dump()Nikita Popov2021-03-042-19/+51
* | | Fixed bug #80808Nikita Popov2021-03-022-2/+2
* | | Change the order of properties used for var_dump(), serialize(), comparison, ...Dmitry Stogov2021-03-011-6/+6
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-251-2/+2
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-251-2/+2
| |\ \ | | |/
| | * mysqlnd pam fix test error messageDaniel Black2021-02-251-2/+2
* | | Fix #80329: Add option to specify LOAD DATA LOCAL white list folderDarek Slusarczyk2021-02-2311-8/+310
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-151-6/+46
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-151-6/+46
| |\ \ | | |/
| | * Fix #78680: mysqlnd pam plugin missing terminating nullDaniel Black2021-02-151-6/+46
* | | Deprecate passing null to non-nullable arg of internal functionNikita Popov2021-02-114-12/+12
* | | Merge branch 'PHP-8.0'Christoph M. Becker2021-02-051-3/+3
|\ \ \ | |/ /
| * | Fix test expectation for PHP 8.0Christoph M. Becker2021-02-051-1/+1
| * | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-02-051-2/+2
| |\ \ | | |/
| | * Use ST_Y() instead of the deprecated/removed Y() in testChristoph M. Becker2021-02-051-2/+2
* | | Merge branch 'PHP-8.0'Christoph M. Becker2021-02-051-0/+42
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-02-051-0/+42
| |\ \ | | |/
| | * Fix #74779: x() and y() truncating floats to integersChristoph M. Becker2021-02-051-0/+42
* | | Fix #80330: Replace language in APIs and source code/docsDarek Slusarczyk2021-01-251-0/+1
* | | Print "interned" instead of fake refcount in debug_zval_dump()Nikita Popov2021-01-152-16/+18
* | | Move fetch_all implementation out of mysqlndNikita Popov2020-12-184-8/+1
* | | Merge branch 'PHP-8.0'Nikita Popov2020-12-183-19/+153
|\ \ \ | |/ /
| * | 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
* | | Drop support for max_length in mysqli_fetch_fields()Nikita Popov2020-12-174-21/+8
|/ /
* | 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-251-2/+11
|\ \ \ | |/ /
| * | Fixed error reporting in mysqli_stmt::__constructDharman2020-11-251-2/+11