summaryrefslogtreecommitdiff
path: root/ext/mysql/tests
Commit message (Expand)AuthorAgeFilesLines
* Reverted changes in connect.inc based on Ulf's feedbackTjerk Anne Meesters2011-09-124-5/+12
* skip these tests if can't connect to mysqlFerenc Kovacs2011-09-084-2/+10
* Reverting to proper --INI-- section usage. Improve SKIPIF to skip test if ope...Ulf Wendel2011-09-061-3/+10
* Patch to run two more mysql test cases that would usually be skipped.Tjerk Anne Meesters2011-09-044-15/+8
* Coverage for bug#54704, of which I think it is bogus, thus no dedicated test.Ulf Wendel2011-09-021-0/+17
* Fixing error handling. Skip if load data is not allowedUlf Wendel2011-09-011-9/+27
* Can't reproduce the server has gone away messages, Andrey. Please, have a loo...Ulf Wendel2011-09-011-30/+33
* Apply r315270 to 5.3Xinchen Hui2011-08-242-2/+9
* Don't run the test on windows, Unix specificAndrey Hristov2011-08-221-0/+3
* Fix Bug #55473 mysql_pconnect leaks file descriptors on reconnectAndrey Hristov2011-08-221-0/+68
* Handle deprecation messages differently in tests to reduce test differences b...Ulf Wendel2011-01-255-18/+91
* Proper fix forAndrey Hristov2011-01-071-0/+53
* Update with PHP_DEF_FE, also update the testAndrey Hristov2010-08-171-0/+2
* Don't bail if there is another extension that exports constants starting with...Ulf Wendel2010-06-181-1/+1
* Make the tests pass with sql strict mode enabledUlf Wendel2010-06-082-5/+15
* Merge safe_mode changes into extensions that are in sync in both branchesKalle Sommer Nielsen2010-04-261-1/+0
* Fix tests that fail when the MySQL's socket file is not /tmp/mysql.sockAndrey Hristov2010-03-261-1/+3
* 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
* MFH: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-11/+38
* fix testsAntony Dovgal2009-08-293-0/+13
* Fix a few more testsRasmus Lerdorf2009-08-033-11/+11
* Given that we have a DB connection by the time we get here,Rasmus Lerdorf2009-08-031-2/+2
* MFH. Fixing tests to run with SQL_MODE=ANSI_QUOTES as well.Ulf Wendel2009-07-076-19/+19
* MFH. Global s/ini_get('unicode.semantics')/version check/ . Early PHP 6 times...Ulf Wendel2009-07-0313-19/+19
* MFH. Adding CLEAN sections, fixing some SKIPIF sections. Cool new run-tests.p...Ulf Wendel2009-07-0243-46/+307
* MFH - Test for bug #48754Ulf Wendel2009-07-021-4/+16
* MFH - Changing tests to run with both PHP 6 and PHP 5.3 to make future MFH ea...Ulf Wendel2009-07-0125-954/+319
* MFH: mysql_db_query() is always deprecatedJohannes Schlüter2009-03-251-3/+3
* fix testAntony Dovgal2009-02-191-8/+7
* MFH: Fix #47438 mysql_fetch_field ignores zero offseJohannes Schlüter2009-02-181-0/+39
* MFH: Fix mysql_fetch_* and tests after param parsing changesJohannes Schlüter2008-12-013-7/+7
* MFH: New param parsing for ext/mysqlJohannes Schlüter2008-11-2823-61/+61
* fix skipif sectionsAntony Dovgal2008-07-131-1/+1
* Fixed testDmitry Stogov2008-06-111-1/+1
* Fixed testDmitry Stogov2008-06-111-1/+1
* Update ext/mysql's and ext/mysqli's testsAndrey Hristov2008-04-242-3/+6
* remove duplicated sectionsNuno Lopes2008-03-171-15/+1