From: MatthewBeirn at yahoo dot com Operating system: Windows Xp PHP version: 5.1.2 PHP Bug Type: IIS related Bug description: inetinfo.exe crashes
Description: ------------ Sytem is currently running IIS 6.0 Windows XP SHORT Description: Getting the following errors after I set up PHP5 5.1.2 When I shutdown or restart I get a Referenced memory error about the IntetInfo.exe. There seems to be a number of tickets without any resolution. NOT SO SHORT Description: I'm basically getting the same issue as the ticket #29397 (inetinfo.exe crashes when shutdown). There is no resolution to that ticket and I don't know what to do. I've followed the instructions on Php.Net to a "T" with little results. I've even uninstalled and installed IIS about 4 times with no luck. Here is what i did: 1.I unzipped the .zip packages into my C:\PHP and C:\PHP\ext folders. 2.I added ;C:\PHP to the Environmental Variable "Path". 3.I changed the php.ini-dist variables: doc_root = C:\Inetpub\wwwroot extension_dir = C:\PHP\ext and saved it as php.ini in both the Windows and PHP directory on my C: Drive. 4.I configured IIS to read the appropriate .php extensions and pointed it to the php5isapi.dll in the C:\PHP directory. 5.I restarted my PC. 6.I saved the following code in a php file (PhpInfo.php) located in the c:\inetpub\wwwroot folder. <?php phpinfo();) ?> 7.When I put the address http://localhost/phpinfo.php through Internet Explorer it displays the page as <?php phpinfo();) ?> 8. I get an error when i restart or shutdown about inetinfo.exe and a reference to memory. Sytem is currently running IIS 6.0 Windows XP -- Edit bug report at http://bugs.php.net/?id=36499&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=36499&r=trysnapshot44 Try a CVS snapshot (PHP 5.1): http://bugs.php.net/fix.php?id=36499&r=trysnapshot51 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=36499&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=36499&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=36499&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=36499&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=36499&r=needscript Try newer version: http://bugs.php.net/fix.php?id=36499&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=36499&r=support Expected behavior: http://bugs.php.net/fix.php?id=36499&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=36499&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=36499&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=36499&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=36499&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=36499&r=dst IIS Stability: http://bugs.php.net/fix.php?id=36499&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=36499&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=36499&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=36499&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=36499&r=mysqlcfg
