From 7cbc6b6546cfd3bf574b5055ad094344147398f5 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Fri, 19 Jul 2019 00:02:12 +0200 Subject: [PATCH] Remove safe_mode directive when installing ext/phar Closes GH-4436 --- ext/phar/Makefile.frag | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/phar/Makefile.frag b/ext/phar/Makefile.frag index b27a1017e94..6442f334933 100644 --- a/ext/phar/Makefile.frag +++ b/ext/phar/Makefile.frag @@ -8,7 +8,7 @@ $(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 -d 'safe_mode=0' +PHP_PHARCMD_SETTINGS = -n -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) -n"; \