Skip to content

Commit e2c8274

Browse files
committed
Fix firebird?
1 parent 44fdd25 commit e2c8274

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ext/pdo/tests/pdo_017.phpt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,15 @@ $db->commit();
6666

6767
echo countRows('commit');
6868

69+
unset($delete);
70+
unset($db);
6971
?>
7072
--CLEAN--
7173
<?php
7274
require_once getenv('REDIR_TEST_DIR') . 'pdo_test.inc';
7375
$db = PDOTest::factory();
7476
PDOTest::dropTableIfExists($db, "test017");
77+
unset($db);
7578
?>
7679
--EXPECT--
7780
Counted 3 rows after insert.

ext/pdo_firebird/tests/ddl.phpt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ echo "done\n";
3434
?>
3535
--CLEAN--
3636
<?php
37-
require_once getenv('REDIR_TEST_DIR') . 'pdo_test.inc';
3837
require("testdb.inc");
3938
@$dbh->exec('DROP TABLE test_ddl');
4039
@$dbh->exec('DROP GENERATOR gen_test_ddl_id');

0 commit comments

Comments
 (0)