cellog Sat Oct 1 12:05:46 2005 EDT Modified files: (Branch: PHP_5_1) /php-src/pear Makefile.frag Log: set error_reporting to E_ALL in Makefile.frag http://cvs.php.net/diff.php/php-src/pear/Makefile.frag?r1=1.35.6.4&r2=1.35.6.5&ty=u Index: php-src/pear/Makefile.frag diff -u php-src/pear/Makefile.frag:1.35.6.4 php-src/pear/Makefile.frag:1.35.6.5 --- php-src/pear/Makefile.frag:1.35.6.4 Fri Sep 30 13:03:22 2005 +++ php-src/pear/Makefile.frag Sat Oct 1 12:05:44 2005 @@ -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=0 +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)"
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php