File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 3
3
peardir =$(PEAR_INSTALLDIR )
4
4
5
5
# Skip all php.ini files altogether
6
- PEAR_INSTALL_FLAGS = -n -dshort_open_tag=0 -dsafe_mode=0
6
+ PEAR_INSTALL_FLAGS = -n -dshort_open_tag=0 -dsafe_mode=0 -derror_reporting=0
7
7
8
8
install-pear-installer : $(top_builddir ) /sapi/cli/php
9
9
@$(top_builddir ) /sapi/cli/php $(PEAR_INSTALL_FLAGS ) $(srcdir ) /install-pear.phar -d " $( peardir) " -b " $( bindir) "
10
10
11
11
install-pear :
12
12
@echo " Installing PEAR environment: $( INSTALL_ROOT) $( peardir) /"
13
+ @if test ! -f $(srcdir ) /install-pear.phar; then \
14
+ wget http://pear.php.net/install-pear.phar -nd -P $(srcdir ) ; \
15
+ fi
13
16
@if test -f $(srcdir ) /install-pear.phar && $(mkinstalldirs ) $(INSTALL_ROOT )$(peardir ) ; then \
14
17
$(MAKE ) -s install-pear-installer; \
15
18
else \
You can’t perform that action at this time.
0 commit comments