diff options
author | Pierre Joye <pajoye@php.net> | 2011-09-06 07:28:38 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2011-09-06 07:28:38 +0000 |
commit | 9fa90f8a90019edd819bd7526f86222e37efeecc (patch) | |
tree | 4511be0802a7e39b2ef683ae838d543364793bc2 /ext/sqlite3 | |
parent | f438a87d90957b94a5b26f04abd46165def1f1c6 (diff) | |
download | php-git-9fa90f8a90019edd819bd7526f86222e37efeecc.tar.gz |
- add skipif
Diffstat (limited to 'ext/sqlite3')
-rw-r--r-- | ext/sqlite3/tests/bug53463.phpt | 2 |
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 |