mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Attempt to fix pdo_mysql conflict on CircleCI (#12563)
This commit is contained in:
@@ -22,6 +22,11 @@ print_r($db->query("INSERT INTO test (num) VALUES (451)"));
|
||||
|
||||
print_r($db->lastInsertId());
|
||||
?>
|
||||
--CLEAN--
|
||||
<?php
|
||||
require __DIR__ . '/mysql_pdo_test.inc';
|
||||
MySQLPDOTest::dropTestTable();
|
||||
?>
|
||||
--EXPECT--
|
||||
PDOStatement Object
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user