diff options
author | Marcus Boerger <helly@php.net> | 2005-05-26 18:36:18 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2005-05-26 18:36:18 +0000 |
commit | 9b3929a7e9d07ca63e702a6ea0ad1ac6f9f8a36e (patch) | |
tree | dd15c8574f52e67e03115ea6f7934ef0c071e44a /ext/sqlite/tests | |
parent | d2018ef2c035fc61dc0b5c0e13cd823f4fd3a6dd (diff) | |
download | php-git-9b3929a7e9d07ca63e702a6ea0ad1ac6f9f8a36e.tar.gz |
- Need to make PDO::__construct() final to prevent SEGV it isn't called 1st
Diffstat (limited to 'ext/sqlite/tests')
-rwxr-xr-x | ext/sqlite/tests/pdo/pdo_023.phpt | 1 | ||||
-rwxr-xr-x | ext/sqlite/tests/pdo/pdo_026.phpt | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/ext/sqlite/tests/pdo/pdo_023.phpt b/ext/sqlite/tests/pdo/pdo_023.phpt index 1bdc853e8f..a987c6bd03 100755 --- a/ext/sqlite/tests/pdo/pdo_023.phpt +++ b/ext/sqlite/tests/pdo/pdo_023.phpt @@ -22,7 +22,6 @@ require_once($PDO_TESTS . 'pdo_023.inc'); ===DONE=== <?php exit(0); ?> --EXPECTF-- -PDODatabaseX::__construct() int(1) int(2) object(PDODatabaseX)#%d (2) { diff --git a/ext/sqlite/tests/pdo/pdo_026.phpt b/ext/sqlite/tests/pdo/pdo_026.phpt index d9bc504c57..28d21bab2a 100755 --- a/ext/sqlite/tests/pdo/pdo_026.phpt +++ b/ext/sqlite/tests/pdo/pdo_026.phpt @@ -15,7 +15,6 @@ require_once($PDO_TESTS . 'pdo_026.inc'); ===DONE=== <?php exit(0); ?> --EXPECT-- -PDODatabase::__construct() string(11) "PDODatabase" string(12) "PDOStatement" PDODatabase::query() |