Skip to content

Commit 7cbc6b6

Browse files
committed
Remove safe_mode directive when installing ext/phar
Closes GH-4436
1 parent 7cf651c commit 7cbc6b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/phar/Makefile.frag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ $(srcdir)/phar_path_check.c: $(srcdir)/phar_path_check.re
88

99
pharcmd: $(builddir)/phar.php $(builddir)/phar.phar
1010

11-
PHP_PHARCMD_SETTINGS = -n -d 'open_basedir=' -d 'output_buffering=0' -d 'memory_limit=-1' -d phar.readonly=0 -d 'safe_mode=0'
11+
PHP_PHARCMD_SETTINGS = -n -d 'open_basedir=' -d 'output_buffering=0' -d 'memory_limit=-1' -d phar.readonly=0
1212
PHP_PHARCMD_EXECUTABLE = ` \
1313
if test -x "$(top_builddir)/$(SAPI_CLI_PATH)"; then \
1414
$(top_srcdir)/build/shtool echo -n -- "$(top_builddir)/$(SAPI_CLI_PATH) -n"; \

0 commit comments

Comments
 (0)