|
|
@ -4,6 +4,7 @@ MySQL PDO->__construct(), libmysql only options |
|
|
<?php |
|
|
<?php |
|
|
require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'skipif.inc'); |
|
|
require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'skipif.inc'); |
|
|
require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'mysql_pdo_test.inc'); |
|
|
require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'mysql_pdo_test.inc'); |
|
|
|
|
|
MySQLPDOTest::skip(); |
|
|
if (MySQLPDOTest::isPDOMySQLnd()) |
|
|
if (MySQLPDOTest::isPDOMySQLnd()) |
|
|
die("skip libmysql only options") |
|
|
die("skip libmysql only options") |
|
|
?> |
|
|
?> |
|
|
|