mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
set error_reporting to E_ALL in Makefile.frag
This commit is contained in:
parent
13dc73940d
commit
ba3862b369
1 changed files with 1 additions and 1 deletions
|
@ -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)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue