mirror of
https://github.com/php/php-src.git
synced 2024-11-28 12:26:37 +08:00
Do not use any php.ini files for the installs.
This commit is contained in:
parent
9a275e27a5
commit
6165cd5c89
@ -8,9 +8,8 @@ pear_install_targets = \
|
||||
|
||||
peardir=$(PEAR_INSTALLDIR)
|
||||
|
||||
PEAR_INSTALL_FLAGS = \
|
||||
-d 'safe_mode=0' \
|
||||
-d 'open_basedir=' \
|
||||
# Skip all php.ini files altogether
|
||||
PEAR_INSTALL_FLAGS = -n
|
||||
|
||||
install-pear-installer: $(top_builddir)/sapi/cli/php
|
||||
@$(top_builddir)/sapi/cli/php $(PEAR_INSTALL_FLAGS) $(srcdir)/install-pear.php $(srcdir)/package-*.xml
|
||||
|
Loading…
Reference in New Issue
Block a user