summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix mysqli_expire_password test for mariadbDaniel Black2020-12-031-13/+25
* Fix mysqli_get_client_stats testDaniel Black2020-11-271-20/+8
* Use MyISAM engine for new testNikita Popov2020-09-181-1/+1
* 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
* Fix mysqli_release_savepoint() on mysqlndNikita Popov2020-09-171-1/+1
* Fix test for WindowsChristoph M. Becker2020-03-231-1/+1
* Enclose INI values containing {TMP} in quotesChristoph M. Becker2020-03-092-2/+2
* Fix #79084: mysqlnd may fetch wrong column indexes with MYSQLI_BOTHChristoph M. Becker2020-01-132-0/+140
* Fix test cases which fail on Windows debug buildsChristoph M. Becker2020-01-103-2/+4
* Merge branch 'PHP-7.2' into PHP-7.3Dmitry Stogov2019-10-021-2/+2
|\
| * Fixed test that "fails" from time to timeDmitry Stogov2019-10-021-1/+1
* | Merge branch 'PHP-7.2' into PHP-7.3Dmitry Stogov2019-10-021-1/+1
|\ \ | |/
| * Fixed test that "fails" from time to timeDmitry Stogov2019-10-021-1/+1
* | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-09-2711-20/+20
|\ \ | |/
| * Fix SKIPIF in ext/mysqliFabien Villepinte2019-09-2711-20/+20
* | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-08-201-0/+78
|\ \ | |/
| * fix the problem for connect_attr, set db condition, and add a new attribute _...Qianqian Bu2019-08-201-0/+78
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-05-221-0/+50
|\ \ | |/
| * Fix #77956 - When mysqli.allow_local_infile = Off, return a client errorSjon Hortensius2019-05-221-0/+50
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-02-211-0/+27
|\ \ | |/
| * Fixed bug #77597Nikita Popov2019-02-211-0/+27
* | Merge branch 'PHP-7.2' into PHP-7.3Darek Slusarczyk2019-02-1111-0/+71
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Darek Slusarczyk2019-02-1111-0/+71
| |\
| | * security fix - by default 'local infile' is disabled:Darek Slusarczyk2019-02-1111-0/+71
| | * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-15269-274/+261
| | * Trim trailing whitespace in *.phptPeter Kokot2018-10-1424-45/+45
| | * Sync leading and final newlines in source code filesPeter Kokot2018-10-146-6/+6
| | * Convert CRLF line endings to LFPeter Kokot2018-10-135-185/+185
| * | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-15253-258/+245
| * | Trim trailing whitespace in *.phptPeter Kokot2018-10-1424-45/+45
| * | Sync leading and final newlines in source code filesPeter Kokot2018-10-145-5/+5
* | | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-15182-186/+172
* | | Trim trailing whitespace in *.phptPeter Kokot2018-10-1420-37/+37
* | | Sync leading and final newlines in source code filesPeter Kokot2018-10-145-5/+5
* | | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-09-191-4/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-09-191-4/+4
| |\ \ | | |/
| | * Fix intermittent failures in mysqli_stmt_bind_result_format.phptNikita Popov2018-09-191-4/+4
* | | Skip test on incompatible serversAnatol Belski2018-07-091-0/+10
* | | Fix inverted stristr() argument order in mysqli testNikita Popov2018-07-051-2/+2
* | | Fixe bug #76386Victor Csiky2018-06-151-0/+94
* | | Merge branch 'PHP-7.2'Nikita Popov2018-03-232-4/+4
|\ \ \ | |/ /
| * | Add missing skip prefix for some SKIPIF messagesatvoicu2018-03-232-4/+4
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-20160-160/+160
* | | [Bug 75448] In case of failure, mysqli::prepare() returns NULL instead of FALSESergei Morozov2018-02-1098-423/+443
* | | Use bool instead of boolean while throwing a type errorGabriel Caruso2018-02-045-16/+16
* | | Use int instead of integer in type errorsGabriel Caruso2018-02-043-3/+3
* | | Remove superfluous PHP version check in testsGabriel Caruso2018-02-043-8/+0
* | | Remove superfluous SKIPIF sections in more testsGabriel Caruso2018-02-042-2/+0
* | | Remove checks for unicode.semantics ini optionNikita Popov2018-02-034-8/+0