From: Marcus Boerger Date: Wed, 4 Jun 2008 09:47:17 +0000 (+0000) Subject: - Use -n only for current built PHP X-Git-Tag: BEFORE_NEW_PARAMETER_PARSE~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e8609b519994bc6225806d5392d75fbf09a8f074;p=php - Use -n only for current built PHP --- 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 \