k.schroeder Sun Feb 9 08:23:51 2003 EDT
Modified files:
/php4/ext/standard/tests/general_functions getopt.phpt
Log:
getopt() is currently not available on Windows
Index: php4/ext/standard/tests/general_functions/getopt.phpt
diff -u php4/ext/standard/tests/general_functions/getopt.phpt:1.1
php4/ext/standard/tests/general_functions/getopt.phpt:1.2
--- php4/ext/standard/tests/general_functions/getopt.phpt:1.1 Wed Dec 11 12:38:28
2002
+++ php4/ext/standard/tests/general_functions/getopt.phpt Sun Feb 9 08:23:50
+2003
@@ -4,6 +4,9 @@
-v -h -d test -m 1234 -t -j
--SKIPIF--
<?php
+ if (substr(PHP_OS, 0, 3) == 'WIN') {
+ die('skip getopt() is currently not available on Windows');
+ }
if (!ini_get('register_argc_argv')) {
die("skip this test needs register_argc_argv to be enabled");
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php