summaryrefslogtreecommitdiff
path: root/ext/mysqli/tests/mysqli_driver.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Fixed MarinaDB supportDmitry Stogov2014-06-201-1/+1
|
* typo fixesVeres Lajos2013-07-151-1/+1
|
* Using require[_once] instead of include. Adding logic to connect.inc to ↵Ulf Wendel2009-10-191-2/+1
| | | | detect multiple inclusions of connect.inc which leads to a Fatal error because of my_mysqli_connect() function redefinition. Some tests did include connect.inc twice -> run-tests - even the one from trunk - did not detect Fatal error in SKIPIF -> false-positive test result...
* Proxying as many connect calls as possible to make testing of the ↵Ulf Wendel2009-09-241-3/+3
| | | | compression protocol @ mysqlnd easier. By setting the environment variable MYSQL_TEST_COMPRESS you can tell the tests to set the MYSQLI_CLIENT_COMPRESS flag upon connect.
* Adding new tests mysqli_d*.phpt mysqli_e*.phpt mysqli_f*.phptUlf Wendel2007-10-101-0/+115