Skip to content

Commit

Permalink
set error_reporting to E_ALL in Makefile.frag
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Beaver committed Oct 1, 2005
1 parent 13dc739 commit ba3862b
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 -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)"
Expand Down

0 comments on commit ba3862b

Please sign in to comment.