mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
Fix SKIPIF
This commit is contained in:
parent
a4fcb5f1bb
commit
fe89680010
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ MySQL PDO class interface
|
|||
<?php
|
||||
require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'skipif.inc');
|
||||
require_once(dirname(__FILE__) . DIRECTORY_SEPARATOR . 'mysql_pdo_test.inc');
|
||||
$db = MySQLPDOTest::getDriver();
|
||||
$db = MySQLPDOTest::factory();
|
||||
if (false == MySQLPDOTest::detect_transactional_mysql_engine($db))
|
||||
die("skip Transactional engine not found");
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue