summaryrefslogtreecommitdiff
path: root/ext/pdo_mysql/tests
Commit message (Expand)AuthorAgeFilesLines
* add testAndrey Hristov2013-11-261-0/+38
* pcre_quote? No such thing. How did this ever pass?Rasmus Lerdorf2013-08-021-1/+1
* This test needs local infile enabledRasmus Lerdorf2013-08-021-0/+1
* Fixed mysql tests parsing phpinfo()Anatol Belski2013-07-022-6/+5
* Tests: PDO Mysql - update for fixed getColumnMeta()Daniel Beardsley2013-06-171-5/+5
* Fix typo in testXinchen Hui2013-06-171-1/+1
* Fixed bug #63176 (Segmentation fault when instantiate 2 persistent PDO to the...Xinchen Hui2013-06-161-0/+54
* 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
| * Improve EXPECTF to work with other than default schemataUlf Wendel2010-05-311-1/+1
| * Fixed bug #51670 getColumnMeta causes segfault when re-executing query after ...Pierrick Charron2010-04-271-0/+24
| * Revert 290786: Fixed bug #49521 (PDO fetchObject sets values before callingJohannes Schlüter2010-02-111-4/+4
| * Overlong hostnames breakthistest on NIS enabled FreeBSDJohannes Schlüter2010-01-211-2/+3
| * Fixed bug #50323 (Allow use of ; in values via ;; in PDO DSN even in the midd...Pierrick Charron2009-12-061-0/+61
| * Fixed bug #45120 (PDOStatement->execute() returns true then false for same st...Pierrick Charron2009-12-031-2/+0
| * The constructor generates that next line of output, so the expectedRasmus Lerdorf2009-11-251-1/+1
| * And there is no 23,24,25 in this test at all. Perhaps these lines wereRasmus Lerdorf2009-11-251-3/+0
| * Unless I am completely misreading this test case, these 3 lines at the Rasmus Lerdorf2009-11-251-1/+4
| * - Fixed bug #49521 (PDO fetchObject sets values before calling constructor) Felipe Pena2009-11-151-4/+4
| * Adding CLEAN sections and making tests portable between PHP 5 and PHP 6 by re...Ulf Wendel2009-11-0482-444/+753
| * Updating test - no error message any more. Maybe the PDO core has changed... ...Ulf Wendel2009-10-261-5/+0