sniper Fri Aug 29 05:09:18 2003 EDT
Modified files:
/php-src/ext/fdf/tests 04-POST.phpt
Log:
- skip with CLI
Index: php-src/ext/fdf/tests/04-POST.phpt
diff -u php-src/ext/fdf/tests/04-POST.phpt:1.1 php-src/ext/fdf/tests/04-POST.phpt:1.2
--- php-src/ext/fdf/tests/04-POST.phpt:1.1 Wed May 28 05:35:45 2003
+++ php-src/ext/fdf/tests/04-POST.phpt Fri Aug 29 05:09:18 2003
@@ -1,7 +1,7 @@
--TEST--
FDF POST data parsing
--SKIPIF--
-<?php if (!extension_loaded("fdf")) print "skip"; ?>
+<?php if (php_sapi_name()=='cli' || !extension_loaded("fdf")) print "skip"; ?>
--CGI--
--HEADERS--
return <<<END
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php