]> granicus.if.org Git - php/commitdiff
set error_reporting to E_ALL in Makefile.frag
authorGreg Beaver <cellog@php.net>
Sat, 1 Oct 2005 16:05:44 +0000 (16:05 +0000)
committerGreg Beaver <cellog@php.net>
Sat, 1 Oct 2005 16:05:44 +0000 (16:05 +0000)
pear/Makefile.frag

index 713560280a631d917073812c56ec738cdf7f3551..0cee2ca2aa509a30e111cc5258d522056ab972a6 100644 (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=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)"