summaryrefslogtreecommitdiff
path: root/Makefile.global
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2002-10-29 15:22:41 +0000
committerIlia Alshanetsky <iliaa@php.net>2002-10-29 15:22:41 +0000
commitc371b6c5f97bcee735f89cff72d452accd092abe (patch)
tree9d30de617023809b2d508ddcde6972cebfb45718 /Makefile.global
parentf498b68c057ddcb59970552c8a4ebb85851d6800 (diff)
downloadphp-git-c371b6c5f97bcee735f89cff72d452accd092abe.tar.gz
Allows 'make test' to run without being harassed by open_basedir & safe_mode.
Diffstat (limited to 'Makefile.global')
-rw-r--r--Makefile.global2
1 files changed, 1 insertions, 1 deletions
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