diff options
author | Antony Dovgal <tony2001@php.net> | 2005-12-21 11:42:06 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2005-12-21 11:42:06 +0000 |
commit | c92ae847c78ba8b1ceba88755e5aca4412230608 (patch) | |
tree | 6d096eefbd5a5341aa8ba2c54295b3aa5e4954e1 /ext/sqlite | |
parent | 97200944d237cf10b9753356cbc956b38b2e1ee3 (diff) | |
download | php-git-c92ae847c78ba8b1ceba88755e5aca4412230608.tar.gz |
add missing skipif conditions
fix existing ones
Diffstat (limited to 'ext/sqlite')
-rwxr-xr-x | ext/sqlite/tests/bug28112.phpt | 2 |
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 |