summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2006-05-07 16:33:41 +0000
committerIlia Alshanetsky <iliaa@php.net>2006-05-07 16:33:41 +0000
commit7a80b0a24b20ecde3f06c6d296dbd758fdb5a159 (patch)
treef8bbb06748fa499aa626604f8880ad76fa1b55ea
parent8d13007f314b41543aa1af854cbbd33ce7a576e5 (diff)
downloadphp-git-7a80b0a24b20ecde3f06c6d296dbd758fdb5a159.tar.gz
MFH: Fixed bug #37348 (make PEAR install ignore open_basedir).
-rw-r--r--NEWS1
-rw-r--r--pear/Makefile.frag2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b0b5c571cf..2df5829551 100644
--- 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)
diff --git a/pear/Makefile.frag b/pear/Makefile.frag
index c55a88349b..414031a433 100644
--- a/pear/Makefile.frag
+++ b/pear/Makefile.frag
@@ -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