summaryrefslogtreecommitdiff
path: root/pear
diff options
context:
space:
mode:
authorGreg Beaver <cellog@php.net>2005-10-01 16:05:44 +0000
committerGreg Beaver <cellog@php.net>2005-10-01 16:05:44 +0000
commitba3862b3697f6cde4935874e1fac34d9c43ca6f3 (patch)
treebfaae6960516b691a9ae20fc3f2c0ee303af8689 /pear
parent13dc73940d7768e21fe7363c1701df547589d486 (diff)
downloadphp-git-ba3862b3697f6cde4935874e1fac34d9c43ca6f3.tar.gz
set error_reporting to E_ALL in Makefile.frag
Diffstat (limited to 'pear')
-rw-r--r--pear/Makefile.frag2
1 files changed, 1 insertions, 1 deletions
diff --git a/pear/Makefile.frag b/pear/Makefile.frag
index 713560280a..0cee2ca2aa 100644
--- a/pear/Makefile.frag
+++ b/pear/Makefile.frag
@@ -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)"