From c371b6c5f97bcee735f89cff72d452accd092abe Mon Sep 17 00:00:00 2001 From: Ilia Alshanetsky Date: Tue, 29 Oct 2002 15:22:41 +0000 Subject: [PATCH] Allows 'make test' to run without being harassed by open_basedir & safe_mode. --- Makefile.global | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.global b/Makefile.global index f22e42095b..b58ccc34c4 100644 --- a/Makefile.global +++ b/Makefile.global @@ -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 -- 2.50.1