ID: 7650
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Feedback
Status: Closed
Bug Type: Reproduceable crash
Assigned To: 
Comments:

Fixed in CVS now. Thanks!

--Jani


Previous Comments:
---------------------------------------------------------------------------

[2001-01-07 03:51:56] [EMAIL PROTECTED]
What is this patch supposed to fix? And have you tried PHP 4.0.4 to check
whether it needs this or not?

--Jani

---------------------------------------------------------------------------

[2001-01-07 03:51:42] [EMAIL PROTECTED]
What is this path supposed to fix? And have you tried PHP 4.0.4 to check
whether it needs this or not?

--Jani

---------------------------------------------------------------------------

[2000-11-05 19:34:47] [EMAIL PROTECTED]
--- php-4.0.3pl1/sapi/cgi/cgi_main.c.old        Wed Oct 11 20:48:44 2000
+++ php-4.0.3pl1/sapi/cgi/cgi_main.c    Mon Nov  6 02:19:44 2000
@@ -419,6 +419,9 @@
        setmode(_fileno(stderr), O_BINARY);             /* make the stdio mode be 
binary */
 #endif
 
+       if (php_module_startup(&sapi_module)==FAILURE) {
+               return FAILURE;
+       }
 
        /* Make sure we detect we are a cgi - a bit redundancy here,
           but the default case is that we have to check only the first one. */
@@ -475,9 +478,6 @@
                ap_php_optarg = orig_optarg;
        }
 
-       if (php_module_startup(&sapi_module)==FAILURE) {
-               return FAILURE;
-       }
 #ifdef ZTS
        compiler_globals = ts_resource(compiler_globals_id);
        executor_globals = ts_resource(executor_globals_id);

---------------------------------------------------------------------------



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=7650&edit=2


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to