helly Sun Jan 18 14:55:50 2004 EDT Modified files: /php-src/ext/sqlite/tests sqlite_oo_029.phpt Log: Update Index: php-src/ext/sqlite/tests/sqlite_oo_029.phpt diff -u php-src/ext/sqlite/tests/sqlite_oo_029.phpt:1.3 php-src/ext/sqlite/tests/sqlite_oo_029.phpt:1.4 --- php-src/ext/sqlite/tests/sqlite_oo_029.phpt:1.3 Thu Jan 8 11:55:37 2004 +++ php-src/ext/sqlite/tests/sqlite_oo_029.phpt Sun Jan 18 14:55:50 2004 @@ -1,5 +1,9 @@ --TEST-- sqlite-oo: call method with $this +--SKIPIF-- +<?php # vim:ft=php +if (!extension_loaded("sqlite")) print "skip"; +?> --FILE-- <?php include "blankdb_oo.inc";
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php