stas            Wed Mar 24 08:31:35 2004 EDT

  Modified files:              
    /php-src/main       main.c 
  Log:
  reset module shutdown flag on startup
  
  
http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.599&r2=1.600&ty=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.599 php-src/main/main.c:1.600
--- php-src/main/main.c:1.599   Tue Mar 16 17:27:56 2004
+++ php-src/main/main.c Wed Mar 24 08:31:34 2004
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: main.c,v 1.599 2004/03/16 22:27:56 derick Exp $ */
+/* $Id: main.c,v 1.600 2004/03/24 13:31:34 stas Exp $ */
 
 /* {{{ includes
  */
@@ -1314,6 +1314,7 @@
        tsrm_ls = ts_resource(0);
 #endif
 
+       module_shutdown = 0;
        sapi_initialize_empty_request(TSRMLS_C);
        sapi_activate(TSRMLS_C);
 

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

Reply via email to