summaryrefslogtreecommitdiff
path: root/ext/mysql/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* - MFH: Fix typo in skipifJohannes Schlüter2008-03-091-2/+2
* Fix testFelipe Pena2008-03-081-2/+2
* Fix a testAndrey Hristov2008-02-061-3/+3
* MFH: fix testAntony Dovgal2008-01-181-4/+1
* Trying to skip tests if they can't connect to the DB server.Ulf Wendel2007-10-1215-16/+54
* And the last set of new tests for ext/mysql. "new" does not really mean new.Ulf Wendel2007-10-1016-0/+1130
* Second last set of new tests for ext/mysqlUlf Wendel2007-10-1011-0/+883
* Next set of new tests - more to follow. Trying to find reasonable commit size...Ulf Wendel2007-10-1010-0/+501
* Adding new tests.Ulf Wendel2007-10-1022-0/+2547
* New tests use more helper files.Ulf Wendel2007-10-102-0/+41
* Starting to merge the latest set of tests from the mysqlnd developmentUlf Wendel2007-10-105-49/+159
* MFH: fix/add SKIPIFHannes Magnusson2006-06-271-1/+4
* Fixed test to work when TCP/IP access to MySQL is disabled or test serverIlia Alshanetsky2006-02-061-6/+1
* This is not mysqli, where 5th parameter is port.foobar2005-06-201-1/+1
* - fix typoJan Lehnardt2004-02-161-1/+1
* Added missing skip condition.Ilia Alshanetsky2004-01-161-0/+2
* Synch mysql_fetch_object with mysqli, sqlite and pgsqlMarcus Boerger2004-01-121-0/+84
* Add some testsMarcus Boerger2004-01-124-0/+99