iliaa           Thu Nov 14 13:38:20 2002 EDT

  Modified files:              
    /php4       run-tests.php 
  Log:
  Disable safe_mode as it interferes with just about every test that needs
  to access the file system, set enviroment variables or execute commands.
  
  
Index: php4/run-tests.php
diff -u php4/run-tests.php:1.119 php4/run-tests.php:1.120
--- php4/run-tests.php:1.119    Sun Nov 10 03:56:28 2002
+++ php4/run-tests.php  Thu Nov 14 13:38:19 2002
@@ -540,6 +540,7 @@
                "output_handler=",
                "zlib.output_compression=Off",
                "open_basedir=",
+               "safe_mode=0",
                "disable_functions=",
                "error_reporting=2047",
                "display_errors=1",



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to