We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a6b074 commit 39a4a46Copy full SHA for 39a4a46
pear/Makefile.frag
@@ -3,7 +3,7 @@
3
peardir=$(PEAR_INSTALLDIR)
4
5
# 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
+PEAR_INSTALL_FLAGS = -n -dshort_open_tag=0 -dsafe_mode=0 -derror_reporting=E_ALL -dmemory_limit=-1 -ddetect_unicode=0
7
8
install-pear-installer: $(SAPI_CLI_PATH)
9
@$(top_builddir)/sapi/cli/php $(PEAR_INSTALL_FLAGS) $(builddir)/install-pear-nozlib.phar -d "$(peardir)" -b "$(bindir)"
0 commit comments