stas            Wed Mar 24 08:33:26 2004 EDT

  Modified files:              
    /php-src/main       main.c 
  Log:
  and set module startup flag on startup
  
  
http://cvs.php.net/diff.php/php-src/main/main.c?r1=1.600&r2=1.601&ty=u
Index: php-src/main/main.c
diff -u php-src/main/main.c:1.600 php-src/main/main.c:1.601
--- php-src/main/main.c:1.600   Wed Mar 24 08:31:34 2004
+++ php-src/main/main.c Wed Mar 24 08:33:26 2004
@@ -18,7 +18,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: main.c,v 1.600 2004/03/24 13:31:34 stas Exp $ */
+/* $Id: main.c,v 1.601 2004/03/24 13:33:26 stas Exp $ */
 
 /* {{{ includes
  */
@@ -1315,6 +1315,7 @@
 #endif
 
        module_shutdown = 0;
+       module_startup = 1;
        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