We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13dc739 commit ba3862bCopy full SHA for ba3862b
pear/Makefile.frag
@@ -3,7 +3,7 @@
3
peardir=$(PEAR_INSTALLDIR)
4
5
# Skip all php.ini files altogether
6
-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
7
8
install-pear-installer: $(top_builddir)/sapi/cli/php
9
@$(top_builddir)/sapi/cli/php $(PEAR_INSTALL_FLAGS) $(srcdir)/install-pear.phar -d "$(peardir)" -b "$(bindir)"
0 commit comments