iliaa Fri Oct 14 11:35:58 2005 EDT
Modified files: (Branch: PHP_5_1)
/php-src/pear Makefile.frag
Log:
Pear installer fix
http://cvs.php.net/diff.php/php-src/pear/Makefile.frag?r1=1.35.6.6&r2=1.35.6.7&ty=u
Index: php-src/pear/Makefile.frag
diff -u php-src/pear/Makefile.frag:1.35.6.6 php-src/pear/Makefile.frag:1.35.6.7
--- php-src/pear/Makefile.frag:1.35.6.6 Fri Oct 14 09:41:47 2005
+++ php-src/pear/Makefile.frag Fri Oct 14 11:35:56 2005
@@ -6,7 +6,7 @@
PEAR_INSTALL_FLAGS = -n -dshort_open_tag=0 -dsafe_mode=0
-derror_reporting=E_ALL
install-pear-installer: $(top_builddir)/sapi/cli/php
- @$(top_builddir)/sapi/cli/php $(PEAR_INSTALL_FLAGS)
$(srcdir)/install-pear.phar -d "$(peardir)" -b "$(bindir)"
+ @$(top_builddir)/sapi/cli/php $(PEAR_INSTALL_FLAGS)
$(srcdir)/install-pear-nozlib.phar -d "$(peardir)" -b "$(bindir)"
install-pear:
@echo "Installing PEAR environment: $(INSTALL_ROOT)$(peardir)/"
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php