summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2013-11-261-0/+38
|\
| * add testAndrey Hristov2013-11-261-0/+38
* | fix mysql tests & mark nextRowset problematic testsStanislav Malyshev2013-08-246-9/+18
* | This doesn't fail in 5.5 anymoreRasmus Lerdorf2013-08-031-2/+0
* | Merge commit 'd60e168' into PHP-5.5Rasmus Lerdorf2013-08-021-1/+1
|\ \ | |/
| * pcre_quote? No such thing. How did this ever pass?Rasmus Lerdorf2013-08-021-1/+1
* | Merge commit 'ea75b1b' into PHP-5.5Rasmus Lerdorf2013-08-021-0/+1
|\ \ | |/
| * This test needs local infile enabledRasmus Lerdorf2013-08-021-0/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Anatol Belski2013-07-022-6/+5
|\ \ | |/
| * Fixed mysql tests parsing phpinfo()Anatol Belski2013-07-022-6/+5
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-06-171-5/+5
|\ \ | |/
| * Tests: PDO Mysql - update for fixed getColumnMeta()Daniel Beardsley2013-06-171-5/+5
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-06-171-1/+1
|\ \ | |/
| * Fix typo in testXinchen Hui2013-06-171-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-06-161-0/+54
|\ \ | |/
| * Fixed bug #63176 (Segmentation fault when instantiate 2 persistent PDO to the...Xinchen Hui2013-06-161-0/+54
* | Really fix test pdo_mysql_class_constants.phptRemi Collet2012-12-121-3/+12
* | Reduce case where this test will fails:Remi Collet2012-12-031-1/+2
* | Fixed ext/pdo_mysql/tests/pdo_mysql_class_constants.phptAnatoliy Belsky2012-11-141-0/+8
|/
* Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2012-10-261-8/+6
|\
| * Fix for bug #62820 well hidden beneath a ton of whitespace changes. Do not us...ULF WENDEL2012-10-231-8/+6
* | This won't make the test pass but now its at least one that shows no unnecess...ULF WENDEL2012-10-261-26/+31
* | Merge branch 'PHP-5.3' into PHP-5.4ULF WENDEL2012-09-291-1/+1
|\ \ | |/
| * Minor changes for MySQL 5.6ULF WENDEL2012-09-291-1/+1
* | Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2012-10-101-0/+0
|\ \ | |/
| * Remove executable permission on incXinchen Hui2012-10-101-0/+0
* | Merge branch 'PHP-5.3' into PHP-5.4andrey2012-05-021-0/+53
|\ \ | |/
| * Fix for bug#61411andrey2012-05-021-0/+53
* | Merge branch 'PHP-5.3' into PHP-5.4Johannes Schlüter2012-04-191-0/+41
|\ \ | |/
| * Fix bug #61755 parsing bug can lead to access violationsJohannes Schlüter2012-04-191-0/+41
| * Apply test fix for bug #61288 pdo_mysql___construct_options_libmysql.phpt tes...Johannes Schlüter2012-03-061-0/+1
| * Fix bug #61194 PDO should export compression flag with myslqndJohannes Schlüter2012-03-051-1/+1
| * Fix Bug #61207 PDO::nextRowset() after a multi-statement query doesn't always...Johannes Schlüter2012-03-051-0/+103
| * Fix skipifsChristopher Jones2011-09-082-0/+3
| * Fix SKIPIFUlf Wendel2011-09-061-1/+1
| * Hopefully, this is an even better way to check for InnoDB support as of MySQL...Ulf Wendel2011-09-021-2/+9
| * - Be less restrictive on the SQL state, some server versions might fool usJohannes Schlüter2011-08-311-2/+2
| * Would be nice if tests get updated whenever a feature is added by the person ...Ulf Wendel2011-07-261-4/+9
| * Fix mysqlnd detectionUlf Wendel2011-07-261-0/+1
| * - Fixed bug #54929 (Parse error with single quote in sql comment)Felipe Pena2011-06-041-0/+74
| * - Fix Bug #53782 (foreach throws irrelevant exception)Johannes Schlüter2011-05-161-0/+40
| * Remove this void comment (c/p mistake)Kalle Sommer Nielsen2011-01-171-1/+0
| * MFT: Implemented FR #47802 (Support for setting character sets in DSN strings)Kalle Sommer Nielsen2011-01-172-2/+36
| * - Fix #53551 (PDOStatement execute segfaults for pdo_mysql driver)Johannes Schlüter2011-01-141-0/+73
| * Fix test: third parameter can be false.Ulf Wendel2010-10-051-1/+1
| * Test update for sql_mode = ANSIUlf Wendel2010-09-2230-79/+98
| * Dont be strict on error messages, they can vary by server versionUlf Wendel2010-09-201-4/+8
| * PHP has changed (undefined) behaviour from 5.3.2 to 5.3.3: ->{} = , which se...Ulf Wendel2010-08-311-2/+3
| * If you add functions to the PDO core, take care not to break other PDO driver...Ulf Wendel2010-08-301-11/+12
| * Fixing test - see also gcov resultsUlf Wendel2010-05-311-1/+1