--- embedaddon/php/ext/pdo_firebird/tests/bug_53280.phpt 2012/02/21 23:47:59 1.1.1.1 +++ embedaddon/php/ext/pdo_firebird/tests/bug_53280.phpt 2012/05/29 12:34:41 1.1.1.2 @@ -27,10 +27,9 @@ $stmth1->execute(array('A', 'B')); $rows = $stmth1->fetchAll(); // <------- segfault var_dump($rows); -$stmt = $dbh->prepare('DELETE FROM testz'); -$stmt->execute(); - $dbh->commit(); +unset($stmth1); +unset($stmth2); $dbh->exec('DROP TABLE testz');