Skip to content

Commit

Permalink
partial fix for Bug #44939, E_DEPRECATED warnings on pear install
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Beaver committed May 19, 2008
1 parent 01da46b commit 6eb453c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pear/Makefile.frag
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 6eb453c

Please sign in to comment.