From: [EMAIL PROTECTED] Operating system: Windows.Net Server (Build 3604) PHP version: 4.1.1 PHP Bug Type: IIS related Bug description: ISAPI version of PHP4 running in IIS 6 causes occasional event ID 1013
I've been running the latest PHP4.2.0-dev build running as a ISAPI filter and ISAPI script engine in IIS 6 and noticed that after I run server side PHP code the follow warning will be logged to the System event log: - - - - - - - - - - - - Event Type: Warning Event Source: W3SVC Event Category: None Event ID: 1013 Description: A process serving application pool 'DefaultAppPool' took too long to shut down. The process id was '3472'. For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp. - - - - - - - - - - - - IIS 6 has many new features including the concept of application pools and worker processes. This event log error indicated that a web site in the DefaultAppPool had a process that took longer then 90 seconds to shutdown so was subquently terminated. The web site running in this pool only runs PHP code so I was curious why the ISAPI version of PHP process isn't shutting down properly after being executed. Switching to the CGI version of PHP will make this event log entry stop appearing. Can you guys check on this and let me know if this is the intended behavior of ISAPI PHP? There's probably some minor changes need to make the ISAPI version of PHP 100% compatible with IIS 6... -- Edit bug report at http://bugs.php.net/?id=15722&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=15722&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=15722&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=15722&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=15722&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=15722&r=support Expected behavior: http://bugs.php.net/fix.php?id=15722&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=15722&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=15722&r=submittedtwice
