helly Sat Mar 13 15:03:04 2004 EDT Modified files: /php-src/ext/spl/tests array_object_iterator.phpt Log: Check for ext/spl being available http://cvs.php.net/diff.php/php-src/ext/spl/tests/array_object_iterator.phpt?r1=1.1&r2=1.2&ty=u Index: php-src/ext/spl/tests/array_object_iterator.phpt diff -u php-src/ext/spl/tests/array_object_iterator.phpt:1.1 php-src/ext/spl/tests/array_object_iterator.phpt:1.2 --- php-src/ext/spl/tests/array_object_iterator.phpt:1.1 Sat Mar 13 15:01:23 2004 +++ php-src/ext/spl/tests/array_object_iterator.phpt Sat Mar 13 15:03:02 2004 @@ -1,5 +1,7 @@ --TEST-- SPL: ArrayObject/Iterator interaction +--SKIPIF-- +<?php if (!extension_loaded("spl")) print "skip"; ?> --FILE-- <?php
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php