From: Ilia Alshanetsky Date: Thu, 1 Mar 2007 00:01:32 +0000 (+0000) Subject: Fixed bug #40464 (session.save_path wont use default-value when safe_mode X-Git-Tag: php-5.2.2RC1~254 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=416b31ccc9ec4e2c67042b140be843d6d6e46975;p=php Fixed bug #40464 (session.save_path wont use default-value when safe_mode or open_basedir is enabled). --- diff --git a/NEWS b/NEWS index 29650ba02d..d64590e5f9 100644 --- a/NEWS +++ b/NEWS @@ -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)