]> granicus.if.org Git - php/commitdiff
fix tests names
authorAntony Dovgal <tony2001@php.net>
Wed, 23 Jul 2008 10:22:58 +0000 (10:22 +0000)
committerAntony Dovgal <tony2001@php.net>
Wed, 23 Jul 2008 10:22:58 +0000 (10:22 +0000)
ext/pdo_mysql/tests/bug_39858.phpt
ext/pdo_mysql/tests/bug_41125.phpt
ext/pdo_mysql/tests/bug_42499.phpt
ext/pdo_mysql/tests/bug_43371.phpt
ext/pdo_mysql/tests/bug_44454.phpt
ext/pdo_mysql/tests/bug_44707.phpt
ext/pdo_mysql/tests/bug_45120.phpt
ext/pdo_mysql/tests/bug_pecl_7976.phpt
ext/pdo_mysql/tests/pdo_mysql_prepare_match_against.phpt

index e557094ecaa4f2450e94ddd07811d286891cb594..6a2124d3ba2b6d167c55a3f54113d8d57a81f0a6 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #39858 (http://bugs.php.net/bug.php?id=39858)
+Bug #39858 (Lost connection to MySQL server during query by a repeated call stored proced)
 --SKIPIF--
 <?php
 if (!extension_loaded('pdo') || !extension_loaded('pdo_mysql')) die('skip not loaded');
@@ -93,4 +93,4 @@ array(1) {
     string(1) "4"
   }
 }
-done!
\ No newline at end of file
+done!
index 1ed3a0cf0f7e9662e4b6b7c84db4b825e040730d..1f54cca5f1565141d4b91dc1be3b396ca7d4ec04 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #41125 (http://bugs.php.net/bug.php?id=41125)
+Bug #41125 (PDO mysql + quote() + prepare() can result in segfault)
 --SKIPIF--
 <?php
 require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'skipif.inc');
@@ -41,4 +41,4 @@ print "done!";
 Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error in %s on line %d
 array(0) {
 }
-done!
\ No newline at end of file
+done!
index dfea81c19bc3bf1a3b6be50732289ffb7c8f91c3..2be99b4ae895a6e1ef25a90a5cdb0f6cc7bba433 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-PDO MySQL Bug #42499 (http://bugs.php.net/bug.php?id=42499)
+Bug #42499 (Multi-statement execution via PDO::exec() makes connection unusable)
 --SKIPIF--
 <?php
 if (!extension_loaded('pdo') || !extension_loaded('pdo_mysql')) die('skip not loaded');
@@ -77,4 +77,4 @@ array(1) {
 }
 
 Warning: PDO::exec(): SQLSTATE[HY000]: General error: 2014 Cannot execute queries while other unbuffered queries are active.  Consider using PDOStatement::fetchAll().  Alternatively, if your code is only ever going to run against mysql, you may enable query buffering by setting the PDO::MYSQL_ATTR_USE_BUFFERED_QUERY attribute. in %s on line %d
-done!
\ No newline at end of file
+done!
index c0c65a2eca8fa780bb83eced7bcbea7c04840e9b..1890837aa99b82e1aa8e4544f7f1b20e7d40931c 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #43371 (http://bugs.php.net/bug.php?id=43371)
+Bug #43371 (Memory errors in PDO constructor)
 --SKIPIF--
 <?php
 <?php
@@ -17,4 +17,4 @@ $db = new PDO($dsn, PDO_MYSQL_TEST_USER, PDO_MYSQL_TEST_PASS, array(PDO::ATTR_PE
 print "done!";
 ?>
 --EXPECT--
-done!
\ No newline at end of file
+done!
index a7c636a73f2be63a178ab0e0d61857a9dbfc31c3..e8f91a00aa0647feea5a88c3fc1baab38935b347 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #44454 (http://bugs.php.net/bug.php?id=44454)
+Bug #44454 (Unexpected exception thrown in foreach() statement)
 --SKIPIF--
 <?php
 if (!extension_loaded('pdo') || !extension_loaded('pdo_mysql')) die('skip not loaded');
@@ -101,4 +101,4 @@ Emulated Prepared Statements
   1 => 1062,
   2 => 'Duplicate entry \'1-1\' for key 1',
 )
-done!
\ No newline at end of file
+done!
index c7e944f2a27e65f8dd9d028be255267601e4355b..d5d4539fcc01a9f39b580c2c998ea8bab48480e0 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #44707 (http://bugs.php.net/bug.php?id=44707) = ! driver bug
+Bug #44707 (The MySQL PDO driver resets variable content after bindParam on tinyint field)
 --SKIPIF--
 <?php
 if (!extension_loaded('pdo') || !extension_loaded('pdo_mysql')) die('skip not loaded');
@@ -89,4 +89,4 @@ array(1) {
     string(1) "0"
   }
 }
-done!
\ No newline at end of file
+done!
index 5f18342bf6b40c4675b5cd9c9a1f61ce3cfc0d0d..0e46d5eafdc4dbc5f9322b5ce205bf4fa9fe4e55 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-Bug #45120 (http://bugs.php.net/bug.php?id=45120)
+Bug #45120 (PDOStatement->execute() returns true then false for same statement)
 --SKIPIF--
 <?php
 if (!extension_loaded('pdo') || !extension_loaded('pdo_mysql')) die('skip not loaded');
@@ -47,4 +47,4 @@ This is an open PDO bug. It is not a PDO_MYSQL bug
 --EXPECT--
 Emulated Prepared Statements
 Native Prepared Statements
-done!
\ No newline at end of file
+done!
index 9df3afcf801355a947b5e1e5a619877310d105c1..d92ed5e900aa7e7e3596f88e5020b95af56ac480 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-PDO MySQL Bug #42499 (http://bugs.php.net/bug.php?id=42499)
+PECL Bug #7976 (Calling stored procedure several times)
 --SKIPIF--
 <?php
 if (!extension_loaded('pdo') || !extension_loaded('pdo_mysql')) die('skip not loaded');
@@ -84,4 +84,4 @@ array(1) {
     unicode(1) "1"
   }
 }
-done!
\ No newline at end of file
+done!
index 965d9cb161a807f67f76aab4c9ec36859f8eb287..54257be42eb1c409f67fcb13067d8de3b3252966 100644 (file)
@@ -1,5 +1,5 @@
 --TEST--
-MySQL PDO->prepare(MATCH ... AGAINST (:placeholder)) - similar: http://bugs.php.net/bug.php?id=41876
+Bug #41876 (bindParam() and bindValue() do not work with MySQL MATCH () AGAINST ())
 --SKIPIF--
 <?php
 require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'skipif.inc');
@@ -45,4 +45,4 @@ array(0) {
 }
 array(0) {
 }
-done!
\ No newline at end of file
+done!