Skip to content

Commit ba3862b

Browse files
author
Greg Beaver
committed
set error_reporting to E_ALL in Makefile.frag
1 parent 13dc739 commit ba3862b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pear/Makefile.frag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
peardir=$(PEAR_INSTALLDIR)
44

55
# Skip all php.ini files altogether
6-
PEAR_INSTALL_FLAGS = -n -dshort_open_tag=0 -dsafe_mode=0 -derror_reporting=0
6+
PEAR_INSTALL_FLAGS = -n -dshort_open_tag=0 -dsafe_mode=0 -derror_reporting=E_ALL
77

88
install-pear-installer: $(top_builddir)/sapi/cli/php
99
@$(top_builddir)/sapi/cli/php $(PEAR_INSTALL_FLAGS) $(srcdir)/install-pear.phar -d "$(peardir)" -b "$(bindir)"

0 commit comments

Comments
 (0)