summaryrefslogtreecommitdiff
path: root/pear
diff options
context:
space:
mode:
authorGreg Beaver <cellog@php.net>2008-05-19 15:20:55 +0000
committerGreg Beaver <cellog@php.net>2008-05-19 15:20:55 +0000
commit6eb453cb6b57a1bfea15ff5f30061d74816d64d0 (patch)
tree31b1639f2d315614b4e0671281d122ec215706aa /pear
parent01da46b1bb8b75299a9f5bf7d507e4972f891675 (diff)
downloadphp-git-6eb453cb6b57a1bfea15ff5f30061d74816d64d0.tar.gz
partial fix for Bug #44939, E_DEPRECATED warnings on pear install
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 fc7acc2f12..a028ba39b7 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 -dopen_basedir= -derror_reporting=E_ALL -dmemory_limit=-1 -ddetect_unicode=0
+PEAR_INSTALL_FLAGS = -n -dshort_open_tag=0 -dsafe_mode=0 -dopen_basedir= -derror_reporting=1803 -dmemory_limit=-1 -ddetect_unicode=0
install-pear-installer: $(SAPI_CLI_PATH)
@$(top_builddir)/sapi/cli/php $(PEAR_INSTALL_FLAGS) $(builddir)/install-pear-nozlib.phar -d "$(peardir)" -b "$(bindir)"