Searched refs:Mysql (Results 1 – 8 of 8) sorted by relevance
2 GH-16314 "Pdo\Mysql object is uninitialized" when opening a persistent connection19 $pdo = MySQLPDOTest::factory(Pdo\Mysql::class, null, $attr, false);22 $pdo = MySQLPDOTest::factory(Pdo\Mysql::class, null, $attr, true);
16 if (!$db instanceof Pdo\Mysql) {17 echo "Wrong class type. Should be Pdo\Mysql but is " . get_class($db) . "\n";
15 $db = MySQLPDOTest::factory(Pdo\Mysql::class);
11 class Mysql extends \PDO class
3 ARG_WITH("mysqlnd", "Mysql Native Client Driver", "yes");
553 . Fixed bug GH-16314 ("Pdo\Mysql object is uninitialized" when opening a574 . Added class Pdo\Mysql. (danack, kocsismate)
948 . Pdo\Mysql.
Completed in 12 milliseconds