summaryrefslogtreecommitdiff
path: root/pear/Makefile.frag
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2002-11-12 23:30:21 +0000
committerfoobar <sniper@php.net>2002-11-12 23:30:21 +0000
commit6165cd5c89e11f109f8081be441d11c6c56e2fa1 (patch)
tree8af8d2baac11e982e227d007b548bbed56fff110 /pear/Makefile.frag
parent9a275e27a5de624d17d57082834d04b9d1800c39 (diff)
downloadphp-git-6165cd5c89e11f109f8081be441d11c6c56e2fa1.tar.gz
Do not use any php.ini files for the installs.
Diffstat (limited to 'pear/Makefile.frag')
-rw-r--r--pear/Makefile.frag5
1 files changed, 2 insertions, 3 deletions
diff --git a/pear/Makefile.frag b/pear/Makefile.frag
index ef02569133..cb8f9f1f5b 100644
--- a/pear/Makefile.frag
+++ b/pear/Makefile.frag
@@ -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