]> granicus.if.org Git - php/commitdiff
Fixed Bug #42596 (session.save_path MODE option does not work).
authorIlia Alshanetsky <iliaa@php.net>
Mon, 10 Sep 2007 23:42:54 +0000 (23:42 +0000)
committerIlia Alshanetsky <iliaa@php.net>
Mon, 10 Sep 2007 23:42:54 +0000 (23:42 +0000)
NEWS
ext/session/mod_files.c

diff --git a/NEWS b/NEWS
index 81835b104ea0cc2e7061c1ec4f998b350230abd3..984e92e2532343331039d7c5e9372dec9b51664a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,7 @@ PHP                                                                        NEWS
 - Upgraded PCRE to version 7.3 (Nuno)
 - Added optional parameter $provide_object to debug_backtrace(). (Sebastian)
 
+- Fixed Bug #42596 (session.save_path MODE option does not work). (Ilia)
 - Fixed bug #42590 (Make the engine recornize \v and \f escape sequences). 
   (Ilia)
 - Fixed bug #42587 (behaviour change regarding symlinked .php files). (Dmitry)
index 771280146d8e0ae4e8b661f64e166263322ed2c7..04396ebe2378fa0c578e2201ae9de36c7d678b28 100644 (file)
@@ -295,7 +295,7 @@ PS_OPEN_FUNC(files)
                argv[argc++] = last;
                last = ++p;
                p = strchr(p, ';');
-               if (argc > 1) break;
+               if (argc > 2) break;
        }
        argv[argc++] = last;