From: Ilia Alshanetsky Date: Mon, 10 Sep 2007 23:43:08 +0000 (+0000) Subject: MFB: Fixed Bug #42596 (session.save_path MODE option does not work). X-Git-Tag: RELEASE_2_0_0a1~1845 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a802820e8d1b158bba62c36222b77060dca5a31;p=php MFB: Fixed Bug #42596 (session.save_path MODE option does not work). --- diff --git a/ext/session/mod_files.c b/ext/session/mod_files.c index f9d8f227fd..9117805756 100644 --- a/ext/session/mod_files.c +++ b/ext/session/mod_files.c @@ -310,7 +310,7 @@ PS_OPEN_FUNC(files) argv[argc++] = last; last = ++p; p = strchr(p, ';'); - if (argc > 1) break; + if (argc > 2) break; } argv[argc++] = last;