We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 011eab1 commit a96de76Copy full SHA for a96de76
ext/phar/Makefile.frag
@@ -3,7 +3,7 @@ $(srcdir)/phar_path_check.c: $(srcdir)/phar_path_check.re
3
4
pharcmd: $(builddir)/phar.php $(builddir)/phar.phar
5
6
-PHP_PHARCMD_SETTINGS = -d 'open_basedir=' -d 'output_buffering=0' -d 'memory_limit=-1' -d phar.readonly=0 -d 'safe_mode=0'
+PHP_PHARCMD_SETTINGS = -n -d 'open_basedir=' -d 'output_buffering=0' -d 'memory_limit=-1' -d phar.readonly=0 -d 'safe_mode=0'
7
PHP_PHARCMD_EXECUTABLE = ` \
8
if test -x "$(top_builddir)/$(SAPI_CLI_PATH)"; then \
9
$(top_srcdir)/build/shtool echo -n -- "$(top_builddir)/$(SAPI_CLI_PATH) -n"; \
0 commit comments