Home
last modified time | relevance | path

Searched refs:Mysql (Results 1 – 8 of 8) sorted by relevance

/PHP-8.4/ext/pdo_mysql/tests/
H A Dgh16314.phpt2 GH-16314 "Pdo\Mysql object is uninitialized" when opening a persistent connection
19 $pdo = MySQLPDOTest::factory(Pdo\Mysql::class, null, $attr, false);
22 $pdo = MySQLPDOTest::factory(Pdo\Mysql::class, null, $attr, true);
H A Dpdomysql_003.phpt16 if (!$db instanceof Pdo\Mysql) {
17 echo "Wrong class type. Should be Pdo\Mysql but is " . get_class($db) . "\n";
H A Dpdomysql_002.phpt16 if (!$db instanceof Pdo\Mysql) {
17 echo "Wrong class type. Should be Pdo\Mysql but is " . get_class($db) . "\n";
H A Dpdomysql_001.phpt15 $db = MySQLPDOTest::factory(Pdo\Mysql::class);
/PHP-8.4/ext/pdo_mysql/
H A Dpdo_mysql.stub.php11 class Mysql extends \PDO class
/PHP-8.4/ext/mysqlnd/
H A Dconfig.w323 ARG_WITH("mysqlnd", "Mysql Native Client Driver", "yes");
/PHP-8.4/
H A DNEWS553 . Fixed bug GH-16314 ("Pdo\Mysql object is uninitialized" when opening a
574 . Added class Pdo\Mysql. (danack, kocsismate)
H A DUPGRADING948 . Pdo\Mysql.

Completed in 12 milliseconds