Skip to content

Commit ada5c40

Browse files
committed
Fix UMR
1 parent 5312594 commit ada5c40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/session/session.c

+1
Original file line numberDiff line numberDiff line change
@@ -1604,6 +1604,7 @@ PHP_MINIT_FUNCTION(session)
16041604

16051605
PS(module_number) = module_number; /* if we really need this var we need to init it in zts mode as well! */
16061606

1607+
PS(session_status) = php_session_none;
16071608
REGISTER_INI_ENTRIES();
16081609

16091610
#ifdef HAVE_LIBMM

0 commit comments

Comments
 (0)