]> granicus.if.org Git - php/commitdiff
Disable safe_mode as it interferes with just about every test that needs
authorIlia Alshanetsky <iliaa@php.net>
Thu, 14 Nov 2002 18:38:19 +0000 (18:38 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 14 Nov 2002 18:38:19 +0000 (18:38 +0000)
to access the file system, set enviroment variables or execute commands.

run-tests.php

index bbcd6d425490cc38ecc1b83e77ef8382527a5507..5faa0a58117557fd7ef4aa3fb359129dab207765 100755 (executable)
@@ -540,6 +540,7 @@ TEST $file
                "output_handler=",
                "zlib.output_compression=Off",
                "open_basedir=",
+               "safe_mode=0",
                "disable_functions=",
                "error_reporting=2047",
                "display_errors=1",