summaryrefslogtreecommitdiff
path: root/ext/mysql/tests
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #51242 (Empty mysql.default_port does not default to 3306 anymore, ...Adam Harvey2010-03-092-0/+43
* The internal zval cache has been removed and not been reintroduced... remove ...Ulf Wendel2010-01-041-4/+3
* Fixing test: of course, libmysql won't care about open_basedir, but mysqlnd s...Ulf Wendel2009-11-051-1/+4
* Fixing test: it didn't do a select_db and gave a false-positive with libmysqlUlf Wendel2009-11-052-16/+14
* Skipping if MySQL old password algorithm is in use as it seems to be the case...Ulf Wendel2009-11-041-0/+13
* Fixing typo in SKIPIF and partly skipping tests if using remote MySQL because...Ulf Wendel2009-10-201-0/+8
* Making test pass when MySQL runs on Win*Ulf Wendel2009-10-201-8/+12
* Bail if connect.inc gets included twice. Including twice is most likely a 'bu...Ulf Wendel2009-10-201-19/+23
* Fixing a leak in mysqlnd when passing invalid fetch modes to mysqlnd.Ulf Wendel2009-09-301-1/+3
* Allow setting of default connection flags through the environment variable MY...Ulf Wendel2009-09-282-3/+7
* Fixing testUlf Wendel2009-09-221-24/+48
* Fix for bug#48754 mysql_close() crash php when no handle specifiedAndrey Hristov2009-09-181-0/+92
* Fix and tests for bug #49511 . mysqlnd and the MySQL Client Library (libmysql...Ulf Wendel2009-09-161-0/+37
* Some extra test coverage for http://bugs.php.net/bug.php?id=48754 . Ulf Wendel2009-09-091-9/+22
* Next attempt to fix http://bugs.php.net/bug.php?id=48745. Patch by Andrey.Ulf Wendel2009-09-092-17/+44
* fix testsAntony Dovgal2009-08-293-4/+17
* Fixing tests to run with SQL_MODE=ANSI_QUOTES as well.Ulf Wendel2009-07-078-21/+21
* Global s/ini_get('unicode.semantics')/version check/ . Early PHP 6 times are ...Ulf Wendel2009-07-0313-19/+19
* Adding CLEAN sections, fixing some SKIPIF sections. Cool new run-tests.php, Z...Ulf Wendel2009-07-0243-46/+307
* Test for bug #48754Ulf Wendel2009-07-021-4/+16
* Changing tests to run with both PHP 6 and PHP 5.3 to make future MFH easier. ...Ulf Wendel2009-07-0123-312/+316
* mysql_db_query() is always deprecatedJohannes Schlüter2009-03-251-3/+3
* fix testAntony Dovgal2009-02-191-8/+7
* Fix #47438 mysql_fetch_field ignores zero offseJohannes Schlüter2009-02-181-0/+39
* - Fixed tests (removed UEXPECT(F) section)Felipe Pena2009-01-0521-638/+9
* Fix mysql_fetch_* and tests after param parsing changesJohannes Schlüter2008-12-013-7/+7
* New param parsing for ext/mysqlJohannes Schlüter2008-11-2823-61/+61
* Fixed testDmitry Stogov2008-06-111-1/+1
* Fixed testDmitry Stogov2008-06-111-0/+3
* Update ext/mysql's and ext/mysqli's testsAndrey Hristov2008-04-242-3/+3
* - Added some UEXPECTsFelipe Pena2008-03-221-2/+2
* Fixed testDmitry Stogov2008-03-181-15/+1
* - Fix typo in skipifJohannes Schlüter2008-03-091-2/+2
* Fix testFelipe Pena2008-03-081-2/+2
* Remove dead codeAndrey Hristov2008-02-081-11/+1
* fix testAntony Dovgal2008-01-181-4/+1
* Same as for PHP_5_3: Trying to skip tests if they can't connect to theUlf Wendel2007-10-1215-16/+54
* Test changes for HEAD = synching with 5_3Ulf Wendel2007-10-105-16/+220
* Adding tests to ext/mysql in HEAD = synching with 5_3Ulf Wendel2007-10-1010-53/+794
* Same as for ext/mysqli tests: addition of a new environment variableUlf Wendel2007-08-0937-40/+160
* Whitespace (space to tab)/CSUlf Wendel2007-07-235-119/+119
* 1) Whitespace/CSUlf Wendel2007-07-121-33/+98
* Testing SELECT "a" AS "". This is nice to test strcmp() and similar...Ulf Wendel2007-07-121-1/+18
* Blame me for not checking in a version that's been cleaned up withUlf Wendel2007-07-121-54/+54
* Whoever has hacked this function into ext/mysql, here's a "test" for it.Ulf Wendel2007-07-121-0/+58
* Checking the phpinfo() entries of ext/mysqlUlf Wendel2007-07-121-0/+73
* Adding test for mysql_list_tables()Ulf Wendel2007-07-121-0/+80
* Checks if ext/mysql exposes all constants it should expose.Ulf Wendel2007-07-121-0/+62
* No skipping needed anymore, function is there even with mysqlnd.Ulf Wendel2007-07-121-6/+1
* A bit more verbose message in case of problems. It's been helpful toUlf Wendel2007-07-121-2/+5