summaryrefslogtreecommitdiff
path: root/ext/sqlite
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2005-12-21 11:43:24 +0000
committerAntony Dovgal <tony2001@php.net>2005-12-21 11:43:24 +0000
commit632e5716429b0cb7324fd13a0b2d933ebae76a3b (patch)
treef3b2b6e99a4d1a78a97413ee78a73adb07d46bdc /ext/sqlite
parent3231899d7110d7382a56a3b8be4e204d9a0db64d (diff)
downloadphp-git-632e5716429b0cb7324fd13a0b2d933ebae76a3b.tar.gz
MFB: add missing skipif conditions, fix existing ones
add one missing test
Diffstat (limited to 'ext/sqlite')
-rwxr-xr-xext/sqlite/tests/bug28112.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/sqlite/tests/bug28112.phpt b/ext/sqlite/tests/bug28112.phpt
index 05c8ff81f3..f3e9b8b9ec 100755
--- a/ext/sqlite/tests/bug28112.phpt
+++ b/ext/sqlite/tests/bug28112.phpt
@@ -1,5 +1,7 @@
--TEST--
Bug #28112 (sqlite_query() crashing apache on malformed query)
+--SKIPIF--
+<?php if (!extension_loaded("sqlite")) print "skip"; ?>
--FILE--
<?php