summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/mysqli_kill.phpt
Commit message (Expand)AuthorAgeFilesLines
* Deprecate passing null to non-nullable arg of internal functionNikita Popov2021-02-111-2/+1
* Rename mysqli parameters to be more logicalLarry Garfield2020-09-271-3/+3
* Fix some tests for libmysqlNikita Popov2020-09-181-2/+2
* Run tidyNikita Popov2020-09-181-1/+1
* Remove vestiges of embedded mysql from testsNikita Popov2020-09-171-1/+0
* Promote warnings to Error in MySQLi extensionGeorge Peter Banyard2020-09-151-9/+19
* Reindent phpt filesNikita Popov2020-02-031-42/+42
* Merge branch 'PHP-7.4'Derick Rethans2019-06-211-5/+0
|\
| * Fixed bug #67348: Reading $dbc->stat modifies $dbc->affected_rowsDerick Rethans2019-06-211-5/+0
* | Adjust tests for zpp TypeError changeNikita Popov2019-03-111-9/+0
|/
* Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-151-1/+1
* Remove more PHP 6 leftovers from testsNikita Popov2016-11-241-32/+32
* Fix testUlf Wendel2011-11-231-6/+9
* fix test after stat changeAndrey Hristov2011-10-101-0/+2
* Add mysqli_error_list() that returns an array with errors. Typically onlyAndrey Hristov2011-08-041-0/+12
* Adapting tests to accept actual behaviour found in 5.2, 5.3 and 6.0. The beha...Ulf Wendel2009-12-091-1/+1
* Using require[_once] instead of include. Adding logic to connect.inc to detec...Ulf Wendel2009-10-191-1/+1
* 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/+4
* Another detail where mysqlnd is superior than libmysql. The mysql_info() from...Ulf Wendel2009-05-291-6/+15
* Fixing test (its OK in 5_3 and needs to be fixed in HEAD)Ulf Wendel2009-05-281-7/+41
* - Removed UEXPECT(F)Felipe Pena2009-01-061-49/+0
* MFB - Bug #44352 mysqli_connect_error() false negative for host errorsAndrey Hristov2008-03-181-2/+36
* More changes related to MYSQL_TEST_SKIP_CONNECT_FAILURE.Ulf Wendel2007-08-091-2/+5
* Damn, Pierre is clever.Ulf Wendel2007-07-231-0/+93