summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/mysqli_class_mysqli_interface.phpt
Commit message (Expand)AuthorAgeFilesLines
* Remove more PHP 6 leftovers from testsNikita Popov2016-11-241-5/+5
* Cleanup tests version checksTom Van Looy2016-11-201-13/+5
* Fix #32490: constructor of mysqli has wrong nameChristoph M. Becker2015-09-011-1/+1
* mysqli_savepoint()/mysqli_release_savepoint()Andrey Hristov2013-02-081-0/+2
* Add support for begin_transaction in libmysql mode.Andrey Hristov2013-02-071-19/+20
* add protection against core dumps if the underlying library returnsAndrey Hristov2012-10-181-1/+1
* Merge branch 'PHP-5.4'ULF WENDEL2012-09-291-1/+1
|\
| * Minor changes for MySQL 5.6ULF WENDEL2012-09-291-1/+1
| * Improving test to reflect latest API changesUlf Wendel2011-11-031-43/+80
| * Fix for bug #52433 Call to undefined method mysqli::poll()Andrey Hristov2010-08-131-0/+1
| * arginfo for mysqli, was too fast to commit in trunk instead of oneAndrey Hristov2010-07-071-1/+0
| * Fix for bug#49234 method not found ssl_setAndrey Hristov2010-04-151-0/+1
| * Adapting tests to accept actual behaviour found in 5.2, 5.3 and 6.0. The beha...Ulf Wendel2009-12-091-1/+1
| * Proxying as many connect calls as possible to make testing of the compression...Ulf Wendel2009-09-241-2/+2
| * MFH - what a wonderful word. After the change in HEAD its easy to do a merge....Ulf Wendel2009-05-281-81/+10
| * MFH: export mysql_refreshJohannes Schlüter2009-01-221-0/+1
| * MFH:Andrey Hristov2008-11-181-0/+2
| * Fixed a bunch of bugs reported inAndrey Hristov2008-03-181-2/+70
| * Remove RPL functions. They were always experimental and lead to crashes.Andrey Hristov2007-12-281-27/+0
| * Adding new tests. Again, I'll commit in chunks and try to find acceptableUlf Wendel2007-10-101-0/+308
* Remove support for local infile handler in mysqli from 5.5andrey2012-05-031-6/+0
* Improving test to reflect latest API changesUlf Wendel2011-11-031-50/+73
* fix testAndrey Hristov2011-10-101-0/+8
* Add mysqli_error_list() that returns an array with errors. Typically onlyAndrey Hristov2011-08-041-0/+8
* Fix for bug #52433 Call to undefined method mysqli::poll()Andrey Hristov2010-08-131-0/+1
* update testsAndrey Hristov2010-07-071-1/+0
* Arginfo for mysqliAndrey Hristov2010-07-071-1/+0
* Remove a function that has no usage. The zval cache was disabled/removedAndrey Hristov2010-05-261-1/+0
* Fix for bug#49234 method not found ssl_setAndrey Hristov2010-04-151-0/+1
* Adapting tests to accept actual behaviour found in 5.2, 5.3 and 6.0. The beha...Ulf Wendel2009-12-091-1/+1
* Proxying as many connect calls as possible to make testing of the compression...Ulf Wendel2009-09-241-2/+2
* 1) Changing EXPECT[F] sections to work with PHP 5.3 and PHP 6. 2) Merging a ...Ulf Wendel2009-05-281-10/+10
* Fix testsJohannes Schlüter2009-01-221-0/+1
* - Removed UEXPECT(F)Felipe Pena2009-01-061-71/+0
* Asynchronous queries for mysqli, when mysqlnd is enabled.Andrey Hristov2008-11-181-1/+3
* Update ext/mysql's and ext/mysqli's testsAndrey Hristov2008-04-241-1/+1
* MFB - Bug #44352 mysqli_connect_error() false negative for host errorsAndrey Hristov2008-03-181-2/+70
* Those functions have been deprecated and removed. We'll test them only intern...Ulf Wendel2008-01-081-27/+0
* Commiting changes into HEAD = synching with 5_3Ulf Wendel2007-10-101-3/+3
* More changes related to MYSQL_TEST_SKIP_CONNECT_FAILURE.Ulf Wendel2007-08-091-2/+5
* Adding new tests that check the interface of the classes exported by mysqliUlf Wendel2007-07-231-0/+305