iliaa Tue Mar 4 11:09:19 2003 EDT
Modified files: (Branch: PHP_4_3)
/php4/ext/standard/tests/file bug22414.phpt
Log:
MFH
Index: php4/ext/standard/tests/file/bug22414.phpt
diff -u php4/ext/standard/tests/file/bug22414.phpt:1.1.2.1
php4/ext/standard/tests/file/bug22414.phpt:1.1.2.2
--- php4/ext/standard/tests/file/bug22414.phpt:1.1.2.1 Tue Feb 25 11:26:55 2003
+++ php4/ext/standard/tests/file/bug22414.phpt Tue Mar 4 11:09:17 2003
@@ -2,6 +2,9 @@
Bug #22414: passthru() does not read data correctly
--SKIPIF--
<?php
+ if (ini_get("safe_mode")) {
+ die('skip this test cannot be run under safe-mode');
+ }
$cat_path = @shell_exec("which cat");
if (empty($cat_path)) {
die('skip cat binary needed for this test is not avaliable');
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php