--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');
string(1) "4"
}
}
-done!
\ No newline at end of file
+done!
--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');
Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error in %s on line %d
array(0) {
}
-done!
\ No newline at end of file
+done!
--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');
}
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!
--TEST--
-Bug #43371 (http://bugs.php.net/bug.php?id=43371)
+Bug #43371 (Memory errors in PDO constructor)
--SKIPIF--
<?php
<?php
print "done!";
?>
--EXPECT--
-done!
\ No newline at end of file
+done!
--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');
1 => 1062,
2 => 'Duplicate entry \'1-1\' for key 1',
)
-done!
\ No newline at end of file
+done!
--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');
string(1) "0"
}
}
-done!
\ No newline at end of file
+done!
--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');
--EXPECT--
Emulated Prepared Statements
Native Prepared Statements
-done!
\ No newline at end of file
+done!
--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');
unicode(1) "1"
}
}
-done!
\ No newline at end of file
+done!
--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');
}
array(0) {
}
-done!
\ No newline at end of file
+done!