]> granicus.if.org Git - php/commitdiff
Update
authorMarcus Boerger <helly@php.net>
Sun, 18 Jan 2004 19:55:50 +0000 (19:55 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 18 Jan 2004 19:55:50 +0000 (19:55 +0000)
ext/sqlite/tests/bug26911.phpt
ext/sqlite/tests/sqlite_oo_029.phpt

index e81aeae76329ef1fdb40ed398318a53e26849009..74c216772271a6628b3bc2cd6889d2e74f82d464 100644 (file)
@@ -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:");
index 23a819295a4f13a37cb36f6c3c969c1605fc34fa..e86efc9187c6f45e0df67d16774da21228996fe0 100755 (executable)
@@ -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";