summaryrefslogtreecommitdiff
path: root/ext/phar/Makefile.frag
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2008-06-04 09:47:17 +0000
committerMarcus Boerger <helly@php.net>2008-06-04 09:47:17 +0000
commite8609b519994bc6225806d5392d75fbf09a8f074 (patch)
tree0c2e308f99a4b05065f533c06c5150292d6fc22e /ext/phar/Makefile.frag
parent350824478b5fe60ecd499457eac451a2cb83a8c0 (diff)
downloadphp-git-e8609b519994bc6225806d5392d75fbf09a8f074.tar.gz
- Use -n only for current built PHP
Diffstat (limited to 'ext/phar/Makefile.frag')
-rwxr-xr-xext/phar/Makefile.frag4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/phar/Makefile.frag b/ext/phar/Makefile.frag
index d8885c62cd..e5e134325f 100755
--- a/ext/phar/Makefile.frag
+++ b/ext/phar/Makefile.frag
@@ -4,10 +4,10 @@ $(srcdir)/phar_path_check.c: $(srcdir)/phar_path_check.re
pharcmd: $(builddir)/phar.php $(builddir)/phar.phar
-PHP_PHARCMD_SETTINGS = -n -d 'open_basedir=' -d 'output_buffering=0' -d 'memory_limit=-1' -d phar.readonly=0
+PHP_PHARCMD_SETTINGS = -d 'open_basedir=' -d 'output_buffering=0' -d 'memory_limit=-1' -d phar.readonly=0
PHP_PHARCMD_EXECUTABLE = ` \
if test -x "$(top_builddir)/$(SAPI_CLI_PATH)"; then \
- $(top_srcdir)/build/shtool echo -n -- "$(top_builddir)/$(SAPI_CLI_PATH)"; \
+ $(top_srcdir)/build/shtool echo -n -- "$(top_builddir)/$(SAPI_CLI_PATH) -n"; \
if test "x$(PHP_MODULES)" != "x"; then \
$(top_srcdir)/build/shtool echo -n -- " -d extension_dir=$(top_builddir)/modules"; \
for i in bz2 zlib phar; do \