diff options
| author | foobar <sniper@php.net> | 2002-11-12 23:30:21 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2002-11-12 23:30:21 +0000 |
| commit | 6165cd5c89e11f109f8081be441d11c6c56e2fa1 (patch) | |
| tree | 8af8d2baac11e982e227d007b548bbed56fff110 | |
| parent | 9a275e27a5de624d17d57082834d04b9d1800c39 (diff) | |
| download | php-git-6165cd5c89e11f109f8081be441d11c6c56e2fa1.tar.gz | |
Do not use any php.ini files for the installs.
| -rw-r--r-- | pear/Makefile.frag | 5 |
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 |
