Skip to content

Commit 0423be0

Browse files
author
Ilia Alshanetsky
committed
Fixed bug #37348 (make PEAR install ignore open_basedir).
1 parent c018b83 commit 0423be0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

NEWS

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33
?? ??? 2006, PHP 5.2.0
4+
- Fixed bug #37348 (make PEAR install ignore open_basedir). (Ilia)
45
- Fixed bug #37313 (sigemptyset() used without including <signal.h>).
56
(jdolecek)
67
- Fixed bug #37244 (Added strict flag to base64_decode() that enforces

pear/Makefile.frag

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
peardir=$(PEAR_INSTALLDIR)
44

55
# Skip all php.ini files altogether
6-
PEAR_INSTALL_FLAGS = -n -dshort_open_tag=0 -dsafe_mode=0 -derror_reporting=E_ALL -dmemory_limit=-1 -ddetect_unicode=0
6+
PEAR_INSTALL_FLAGS = -n -dshort_open_tag=0 -dsafe_mode=0 -dopen_basedir= -derror_reporting=E_ALL -dmemory_limit=-1 -ddetect_unicode=0
77

88
install-pear-installer: $(SAPI_CLI_PATH)
99
@$(top_builddir)/sapi/cli/php $(PEAR_INSTALL_FLAGS) $(builddir)/install-pear-nozlib.phar -d "$(peardir)" -b "$(bindir)"

0 commit comments

Comments
 (0)