summaryrefslogtreecommitdiff
path: root/ext/sqlite3
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2011-09-06 07:28:38 +0000
committerPierre Joye <pajoye@php.net>2011-09-06 07:28:38 +0000
commit9fa90f8a90019edd819bd7526f86222e37efeecc (patch)
tree4511be0802a7e39b2ef683ae838d543364793bc2 /ext/sqlite3
parentf438a87d90957b94a5b26f04abd46165def1f1c6 (diff)
downloadphp-git-9fa90f8a90019edd819bd7526f86222e37efeecc.tar.gz
- add skipif
Diffstat (limited to 'ext/sqlite3')
-rw-r--r--ext/sqlite3/tests/bug53463.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/sqlite3/tests/bug53463.phpt b/ext/sqlite3/tests/bug53463.phpt
index c9216e660f..dcfc13d5ba 100644
--- a/ext/sqlite3/tests/bug53463.phpt
+++ b/ext/sqlite3/tests/bug53463.phpt
@@ -1,5 +1,7 @@
--TEST--
Bug #53463 (sqlite3 columnName() segfaults on bad column_number)
+--SKIPIF--
+<?php require_once(dirname(__FILE__) . '/skipif.inc'); ?>
--FILE--
<?php