cellog Wed Feb 8 01:11:59 2006 UTC
Modified files: (Branch: PHP_4_4)
/php-src/pear Makefile.frag
Log:
fix Bug #36001: make install fails when --enable-memory-limit used
http://cvs.php.net/viewcvs.cgi/php-src/pear/Makefile.frag?r1=1.28.2.7.4.1&r2=1.28.2.7.4.2&diff_format=u
Index: php-src/pear/Makefile.frag
diff -u php-src/pear/Makefile.frag:1.28.2.7.4.1
php-src/pear/Makefile.frag:1.28.2.7.4.2
--- php-src/pear/Makefile.frag:1.28.2.7.4.1 Sat Nov 5 18:19:23 2005
+++ php-src/pear/Makefile.frag Wed Feb 8 01:11:59 2006
@@ -3,7 +3,7 @@
peardir=$(PEAR_INSTALLDIR)
# Skip all php.ini files altogether
-PEAR_INSTALL_FLAGS = -n -dshort_open_tag=0 -dsafe_mode=0
+PEAR_INSTALL_FLAGS = -n -dshort_open_tag=0 -dsafe_mode=0 -dmemory_limit=-1
install-pear-packages: $(top_builddir)/sapi/cli/php
@$(top_builddir)/sapi/cli/php $(PEAR_INSTALL_FLAGS)
$(srcdir)/install-pear.php -d "$(peardir)" -b "$(bindir)"
$(srcdir)/packages/*.tar
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php