Fixed bug #40464 (session.save_path wont use default-value when safe_mode

or open_basedir is enabled).
This commit is contained in:
Ilia Alshanetsky 2007-03-01 00:01:32 +00:00
parent d193017342
commit 416b31ccc9

2
NEWS
View File

@ -31,6 +31,8 @@ PHP NEWS
include minOccurs=0). (Dmitry)
- Fixed bug #40465 (Ensure that all PHP elements are printed by var_dump).
(wharmby at uk dot ibm dot com, Ilia)
- Fixed bug #40464 (session.save_path wont use default-value when safe_mode
or open_basedir is enabled). (Ilia)
- Fixed bug #40455 (proc_open() uses wrong commandline when safe_mode_exec_dir
is set). (Tony)
- Fixed bug #40432 (strip_tags() fails with greater than in attribute). (Ilia)