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 7cf651c commit 7cbc6b6Copy full SHA for 7cbc6b6
ext/phar/Makefile.frag
@@ -8,7 +8,7 @@ $(srcdir)/phar_path_check.c: $(srcdir)/phar_path_check.re
8
9
pharcmd: $(builddir)/phar.php $(builddir)/phar.phar
10
11
-PHP_PHARCMD_SETTINGS = -n -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
12
PHP_PHARCMD_EXECUTABLE = ` \
13
if test -x "$(top_builddir)/$(SAPI_CLI_PATH)"; then \
14
$(top_srcdir)/build/shtool echo -n -- "$(top_builddir)/$(SAPI_CLI_PATH) -n"; \
0 commit comments