diff --git a/ext/pdo_sqlite/tests/bug_42589.phpt b/ext/pdo_sqlite/tests/bug_42589.phpt index ef6b7fdfb8129..45c1fa0a221ca 100644 --- a/ext/pdo_sqlite/tests/bug_42589.phpt +++ b/ext/pdo_sqlite/tests/bug_42589.phpt @@ -3,6 +3,13 @@ PDO SQLite Feature Request #42589 (getColumnMeta() should also return table name --EXTENSIONS-- pdo pdo_sqlite +--SKIPIF-- +query('PRAGMA compile_options')->fetchAll(PDO::FETCH_COLUMN); +if(!in_array('ENABLE_COLUMN_METADATA', $options, true)) + die("skip sqlite3 must be compiled with SQLITE_ENABLE_COLUMN_METADATA"); +?> --FILE--