ID: 37483 Comment by: danielm at deekora dot tv Reported By: jneill at gamedaytv dot com Status: Open Bug Type: IIS related Operating System: Windows 2003 SP 1 PHP Version: 5.1.4 New Comment:
I suspect the reason it occurs when no one is using the web site is because the warning appears when the application pool is recycled. After disabling automatic pool recycling the warning has not appeared. to replicate the problem: > Open a php site that uses the isapi module > run the following script ====================================== 'Recycle all application pools on server strComputer strComputer = "your server name in here" Set objWMIService = GetObject("winmgmts:{authenticationLevel=pktPrivacy}\\" & strComputer & "\root\microsoftiisv2") Set colItems = objWMIService.ExecQuery("Select * From IIsApplicationPool") For Each objItem in colItems objItem.Recycle Next wscript.echo "Done!" ====================================== > Check iis logs Previous Comments: ------------------------------------------------------------------------ [2006-06-28 15:34:51] [EMAIL PROTECTED] Please don't add any comments to this report if you have nothing to say except for "me too". ------------------------------------------------------------------------ [2006-06-28 15:13:42] admin at dhosting dot co dot uk Same issue Win 2003 SP1 PHP 5.1.4 MySQL 5.0.22 Reproduced on 5 servers, production and test environment, new installs etc Only way to resolve is to revert back to 5.1.2 Any news on a fix yet? ------------------------------------------------------------------------ [2006-06-28 11:15:01] gauthier at datas dot com Same problem here with Windows Server 2003 SP1, IIS 6, .NET 1.1 , PHP 5.1.4 (tested also 5.1.3 & 5.2.0-dev) using ISAPI: start WWW Publishing Service then load any PHP page (w/ phpinfo() directive for example) then stop WWW Publishing Service -> the error is thrown. Had to downgrade to PHP 5.1.2 to make the error go away... ------------------------------------------------------------------------ [2006-06-22 09:37:49] flekj at atlas dot cz Same problem using PHP 5.1.4 and 5.1.3.... We had to downgrade back to 5.1.2. There were no other changes made in configuration, only new binaries copied to PHP directory. OS: Windows Server 2003 SP1 with latest system updates IIS6 with ASP.NET v1.1.4322, Active server Pages and PHP5 ISAPI extensions allowed PHP versions mentioned above ------------------------------------------------------------------------ [2006-06-22 02:31:04] pauldain at hotmail dot com Having the exact same issue. I'll add that the same behavior occurs on Windows XP Pro/IIS 5.1. In fact it is somewhat easier to reproduce. Restart IIS, and the error dialog will be thrown every time. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/37483 -- Edit this bug report at http://bugs.php.net/?id=37483&edit=1