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

index f9d8f227fd6c99e760456a584ecc6277961c9620..91178057562cee6c7b9f5fabb2e7a8c1a0a6f773 100644 (file)
@@ -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;