Skip to content

Commit 39a4a46

Browse files
author
Greg Beaver
committed
MFB fix Bug #36001: make install fails when --enable-memory-limit used
1 parent 0a6b074 commit 39a4a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pear/Makefile.frag

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
peardir=$(PEAR_INSTALLDIR)
44

55
# Skip all php.ini files altogether
6-
PEAR_INSTALL_FLAGS = -n -dshort_open_tag=0 -dsafe_mode=0 -derror_reporting=E_ALL -ddetect_unicode=0
6+
PEAR_INSTALL_FLAGS = -n -dshort_open_tag=0 -dsafe_mode=0 -derror_reporting=E_ALL -dmemory_limit=-1 -ddetect_unicode=0
77

88
install-pear-installer: $(SAPI_CLI_PATH)
99
@$(top_builddir)/sapi/cli/php $(PEAR_INSTALL_FLAGS) $(builddir)/install-pear-nozlib.phar -d "$(peardir)" -b "$(bindir)"

0 commit comments

Comments
 (0)