]> granicus.if.org Git - php/commitdiff
- Update
authorMarcus Boerger <helly@php.net>
Sun, 20 Mar 2005 19:45:36 +0000 (19:45 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 20 Mar 2005 19:45:36 +0000 (19:45 +0000)
ext/sqlite/tests/pdo/pdo_018.phpt

index 60aa1d115c51b875f1d1fcc8b41a5a8af961f2bb..adc54d4a0423c68024d0aca55ff24ec18dcd9a7c 100755 (executable)
@@ -3,6 +3,7 @@ PDO_SQLite2: PDO Unserializing
 --SKIPIF--
 <?php # vim:ft=php
 require_once('skipif.inc');
+if (!interface_exists('Serializable')) die ('skip Interface Serializable does not exist');
 ?>
 --FILE--
 <?php