Browse Source

Fix UMR

PHP-5
Zeev Suraski 24 years ago
parent
commit
ada5c4009e
  1. 1
      ext/session/session.c

1
ext/session/session.c

@ -1604,6 +1604,7 @@ PHP_MINIT_FUNCTION(session)
PS(module_number) = module_number; /* if we really need this var we need to init it in zts mode as well! */
PS(session_status) = php_session_none;
REGISTER_INI_ENTRIES();
#ifdef HAVE_LIBMM

Loading…
Cancel
Save