zeev            Wed Jan  8 08:28:16 2003 EDT

  Modified files:              
    /php4/ext/session   session.c 
  Log:
  Fix UMR
  
  
Index: php4/ext/session/session.c
diff -u php4/ext/session/session.c:1.343 php4/ext/session/session.c:1.344
--- php4/ext/session/session.c:1.343    Fri Jan  3 09:24:07 2003
+++ php4/ext/session/session.c  Wed Jan  8 08:28:16 2003
@@ -17,7 +17,7 @@
    +----------------------------------------------------------------------+
  */
 
-/* $Id: session.c,v 1.343 2003/01/03 14:24:07 hyanantha Exp $ */
+/* $Id: session.c,v 1.344 2003/01/08 13:28:16 zeev Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -1604,6 +1604,7 @@
 
        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



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to