diff options
author | Derick Rethans <derick@php.net> | 2002-10-31 14:01:58 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2002-10-31 14:01:58 +0000 |
commit | 55a7590f3de17f3e4592961a8681b035bc0b0854 (patch) | |
tree | ae6b8a61cb6507ec59f0307664a8dd6cecb28878 /Makefile.global | |
parent | 1fb8331fc076fb6376def1a379fa7b29f364c51c (diff) | |
download | php-git-55a7590f3de17f3e4592961a8681b035bc0b0854.tar.gz |
Discuss first!
Diffstat (limited to 'Makefile.global')
-rw-r--r-- | Makefile.global | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.global b/Makefile.global index 85189fe3fe..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) -d 'open_basedir=' -d 'safe_mode=0' -d 'safe_mode=0' -d 'output_buffering=Off' -d 'auto_prepend_file=' -d 'auto_append_file=' -d 'output_handler=' -d 'register_argv=1' -d 'disable_functions=' $(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 |