]> granicus.if.org Git - php/commitdiff
Allows 'make test' to run without being harassed by open_basedir & safe_mode.
authorIlia Alshanetsky <iliaa@php.net>
Tue, 29 Oct 2002 15:22:41 +0000 (15:22 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Tue, 29 Oct 2002 15:22:41 +0000 (15:22 +0000)
Makefile.global

index f22e42095b00f954f970d6d164615e0ecb7f8abf..b58ccc34c4d495e328ad2f4bd4864101beb958a3 100644 (file)
@@ -50,7 +50,7 @@ test: $(SAPI_CLI_PATH)
        @TEST_PHP_EXECUTABLE=$(top_builddir)/$(SAPI_CLI_PATH) \
         TEST_PHP_SRCDIR=$(top_srcdir) \
         CC=$(CC) \
-                       $(top_builddir)/$(SAPI_CLI_PATH) $(top_srcdir)/run-tests.php $(TESTS)
+                       $(top_builddir)/$(SAPI_CLI_PATH) -d 'open_basedir=' -d 'safe_mode=0' $(top_srcdir)/run-tests.php $(TESTS)
 
 clean:
        find . -name \*.lo -o -name \*.o | xargs rm -f