summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/057.phpt
Commit message (Expand)AuthorAgeFilesLines
* fix different values of mysqli_stmt_affected_rows between libmysqlAndrey Hristov2013-01-071-2/+2
* Add mysqli_error_list() that returns an array with errors. Typically onlyAndrey Hristov2011-08-041-0/+3
* Cleanup in trunk. Remove some functions, noted inAndrey Hristov2010-07-071-6/+6
* Using require[_once] instead of include. Adding logic to connect.inc to detec...Ulf Wendel2009-10-191-2/+2
* Proxying as many connect calls as possible to make testing of the compression...Ulf Wendel2009-09-241-2/+2
* Adding --CLEAN-- sections to all ext/mysqli testsUlf Wendel2009-07-061-0/+11
* 1) The wording of a message can differ by version and by libmysql vs. mysqlnd...Ulf Wendel2009-05-291-1/+1
* Behaviour is undefined with libmysql, accept whatever libmysql may return. Wi...Ulf Wendel2009-05-291-1/+5
* 1) Changing EXPECT[F] sections to work with PHP 5.3 and PHP 6. 2) Merging a ...Ulf Wendel2009-05-281-3/+21
* - Removed UEXPECT(F)Felipe Pena2009-01-061-35/+0
* Asynchronous queries for mysqli, when mysqlnd is enabled.Andrey Hristov2008-11-181-2/+2
* MFB - Bug #44352 mysqli_connect_error() false negative for host errorsAndrey Hristov2008-03-181-1/+19
* Introducing new environment variable:Ulf Wendel2007-08-091-1/+4
* Will this never end?Ulf Wendel2007-07-121-9/+46
* added unicode support for mysqli extensionGeorg Richter2006-09-261-2/+2
* added skipif sectionGeorg Richter2004-12-041-0/+2
* Fixed bug #30890 (testsuite)Georg Richter2004-12-041-1/+1
* mysqli_prepare_result -> mysqli_get_metadataGeorg Richter2003-09-251-2/+2
* test for mysqli_stmt_store_resultGeorg Richter2003-02-181-0/+52