Edit report at https://bugs.php.net/bug.php?id=54293&edit=1

 ID:               54293
 Updated by:       [email protected]
 Reported by:      loki5100-nospam at yahoo dot fr
 Summary:          _FCGI_SHUTDOWN_EVENT_ seam to not work
-Status:           Feedback
+Status:           No Feedback
 Type:             Bug
 Package:          CGI/CLI related
 Operating System: Windows 2008
 PHP Version:      5.3.5

 New Comment:

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


Previous Comments:
------------------------------------------------------------------------
[2011-06-13 03:02:50] [email protected]

Please try using this snapshot:

  http://snaps.php.net/php5.3-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/



------------------------------------------------------------------------
[2011-06-01 19:55:33] loki5100-nospam at yahoo dot fr

hello, no one can answer on this ???

------------------------------------------------------------------------
[2011-04-24 23:21:53] svanderclock at yahoo dot fr

no comments? but is still present :(

------------------------------------------------------------------------
[2011-03-17 14:18:29] loki5100-nospam at yahoo dot fr

Description:
------------
hello,

when i create php-cgi in fastcgi mode i register an event in windows using 
fServerterminationEvent:= CreateEvent(
                                      NiL,   //lpEventAttributes
                                      TRUE,  //bManualReset
                                      FALSE, //bInitialState
                                      NiL    //lpName
                                     );
and pass it to php-cgi.exe in the environnement variables:
_FCGI_SHUTDOWN_EVENT_ = inttostr(fServerterminationEvent)

but at the end, when we want to stop the php-CGI, then the instruction
                SetEvent(fServerterminationEvent);

did nothing ! php-cgi don't shut down ...

Expected result:
----------------
php-cgi.exe shut down by himself

Actual result:
--------------
php-cgi.exe not shut down by himself and we must kill it manually


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



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=54293&edit=1

Reply via email to