summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-01-18 19:55:50 +0000
committerMarcus Boerger <helly@php.net>2004-01-18 19:55:50 +0000
commitc1df34cae0e79a166bb310f50c520e65f74f8440 (patch)
treed0e7d333f8bc995eb4639742a62c4710795bd828
parenta3adb776adcbf1947d1ad563c138529bf0b17f82 (diff)
downloadphp-git-c1df34cae0e79a166bb310f50c520e65f74f8440.tar.gz
Update
-rw-r--r--ext/sqlite/tests/bug26911.phpt2
-rwxr-xr-xext/sqlite/tests/sqlite_oo_029.phpt4
2 files changed, 6 insertions, 0 deletions
diff --git a/ext/sqlite/tests/bug26911.phpt b/ext/sqlite/tests/bug26911.phpt
index e81aeae763..74c2167722 100644
--- a/ext/sqlite/tests/bug26911.phpt
+++ b/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:");
diff --git a/ext/sqlite/tests/sqlite_oo_029.phpt b/ext/sqlite/tests/sqlite_oo_029.phpt
index 23a819295a..e86efc9187 100755
--- a/ext/sqlite/tests/sqlite_oo_029.phpt
+++ b/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";