File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
3
?? ??? 2006, PHP 5.2.0
4
+ - Fixed bug #37348 (make PEAR install ignore open_basedir). (Ilia)
4
5
- Fixed bug #37313 (sigemptyset() used without including <signal.h>).
5
6
(jdolecek)
6
7
- Fixed bug #37244 (Added strict flag to base64_decode() that enforces
Original file line number Diff line number Diff line change 3
3
peardir =$(PEAR_INSTALLDIR )
4
4
5
5
# 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
7
7
8
8
install-pear-installer : $(SAPI_CLI_PATH )
9
9
@$(top_builddir ) /sapi/cli/php $(PEAR_INSTALL_FLAGS ) $(builddir ) /install-pear-nozlib.phar -d " $( peardir) " -b " $( bindir) "
You can’t perform that action at this time.
0 commit comments