]> granicus.if.org Git - php/commitdiff
MFH: Fixed bug #37348 (make PEAR install ignore open_basedir).
authorIlia Alshanetsky <iliaa@php.net>
Sun, 7 May 2006 16:33:41 +0000 (16:33 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Sun, 7 May 2006 16:33:41 +0000 (16:33 +0000)
NEWS
pear/Makefile.frag

diff --git a/NEWS b/NEWS
index b0b5c571cf223fcab984487768ee3cd2065501f4..2df58295515b2ee65e9fdd65488cc974d53a695b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@ PHP 4                                                                      NEWS
 - Updated PCRE to version 6.6. (Andrei)
 - Added overflow checks to wordwrap() function. (Ilia)
 - Added a check for special characters in the session name. (Ilia)
+- Fixed bug #37348 (make PEAR install ignore open_basedir). (Ilia)
 - Fixed bug #37162 (wddx does not build as a shared extension).  
   (jdolecek at NetBSD dot org, Ilia)
 - Fixed bug #37046 (foreach breaks static scope). (Dmitry)
index c55a88349b1e8ecebd2155b3b5684fae8603856f..414031a433c9d87a0da618112b6cf666a1733907 100644 (file)
@@ -3,7 +3,7 @@
 peardir=$(PEAR_INSTALLDIR)
 
 # Skip all php.ini files altogether
-PEAR_INSTALL_FLAGS = -n -dshort_open_tag=0 -dsafe_mode=0 -dmemory_limit=-1
+PEAR_INSTALL_FLAGS = -n -dshort_open_tag=0 -dopen_basedir= -dsafe_mode=0 -dmemory_limit=-1
 
 install-pear-packages: $(top_builddir)/sapi/cli/php
        @$(top_builddir)/sapi/cli/php $(PEAR_INSTALL_FLAGS) $(srcdir)/install-pear.php -d "$(peardir)" -b "$(bindir)" $(srcdir)/packages/*.tar