1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

MFB fix Bug #36001: make install fails when --enable-memory-limit used

This commit is contained in:
Greg Beaver
2006-02-08 01:12:12 +00:00
parent 0a6b074034
commit 39a4a46ae4

View File

@@ -3,7 +3,7 @@
peardir=$(PEAR_INSTALLDIR)
# Skip all php.ini files altogether
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
install-pear-installer: $(SAPI_CLI_PATH)
@$(top_builddir)/sapi/cli/php $(PEAR_INSTALL_FLAGS) $(builddir)/install-pear-nozlib.phar -d "$(peardir)" -b "$(bindir)"