Browse Source

Update

PEAR_1_4DEV
Marcus Boerger 22 years ago
parent
commit
c1df34cae0
  1. 2
      ext/sqlite/tests/bug26911.phpt
  2. 4
      ext/sqlite/tests/sqlite_oo_029.phpt

2
ext/sqlite/tests/bug26911.phpt

@ -1,5 +1,7 @@
--TEST--
Bug #26911 (crash when fetching data from empty queries)
--SKIPIF--
<?php if (!extension_loaded("sqlite")) print "skip"; ?>
--FILE--
<?php
$db = sqlite_open(":memory:");

4
ext/sqlite/tests/sqlite_oo_029.phpt

@ -1,5 +1,9 @@
--TEST--
sqlite-oo: call method with $this
--SKIPIF--
<?php # vim:ft=php
if (!extension_loaded("sqlite")) print "skip";
?>
--FILE--
<?php
include "blankdb_oo.inc";

Loading…
Cancel
Save