]> granicus.if.org Git - php/commitdiff
Fixed bug #40464 (session.save_path wont use default-value when safe_mode
authorIlia Alshanetsky <iliaa@php.net>
Thu, 1 Mar 2007 00:01:32 +0000 (00:01 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Thu, 1 Mar 2007 00:01:32 +0000 (00:01 +0000)
or open_basedir is enabled).

NEWS

diff --git a/NEWS b/NEWS
index 29650ba02d5cad477123992d3ea5c5657d71848f..d64590e5f974ab778c54ee035378002b8332e230 100644 (file)
--- 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)