ID: 36499 User updated by: MatthewBeirn at yahoo dot com Reported By: MatthewBeirn at yahoo dot com -Status: Feedback +Status: Open Bug Type: IIS related Operating System: Windows Xp PHP Version: 5.1.2 New Comment:
The CVS snapshot did NOT work. I'm still getting the memory address error and the phpinfo().php file is not being read properly. Previous Comments: ------------------------------------------------------------------------ [2006-02-23 17:46:16] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php5.1-latest.tar.gz For Windows: http://snaps.php.net/win32/php5.1-win32-latest.zip ------------------------------------------------------------------------ [2006-02-23 17:42:08] MatthewBeirn at yahoo dot com 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 this bug report at http://bugs.php.net/?id=36499&edit=1