php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #38147 Inetinfo.exe crashes on PC shutdown or restart of IIS
Submitted: 2006-07-19 17:40 UTC Modified: 2006-07-19 22:30 UTC
From: cbenoit at kc dot rr dot com Assigned:
Status: Not a bug Package: IIS related
PHP Version: 5.1.4 OS: Win2K SP3
Private report: No CVE-ID: None
 [2006-07-19 17:40 UTC] cbenoit at kc dot rr dot com
Description:
------------
Initially, I installed PHP using the windows installer, but realized that wasn't what I wanted, so I uninstalled and went the manual installation way.  I installed PHP to c:\php, which is where the php.ini file resides.  I configured IIS to use the php5isapi.dll.  Once installed, I set up a test page with the phpinfo() function.  Every time I invoke PHP, when I shutdown, I get a memory reference error from inetinfo.exe.  I installed following the directions precisely.  I tried doing several things such as checking to make sure nothing was left from the first installation, reconfiguring IIS and taking the c:\php out of the system path, rebooting, & putting it back again.  I eventually saw that my virtual directories in IIS were using the php-cgi.exe, which was put there by the windows installer from my 1st installation.  I thought this may have been the problem, but after changing it, that didn't work either.  Does anyone have any suggestions as to how to remedy the problem?  I would like to use the php5isapi.dll, but if push come to shove, I may give the php-cgi.exe a try to see if that will not cause inetinfo.exe to crash on shutdown or restart of IIS.

Also, when I load the test page (<? phpinfo() ?>) into the browser, some of the directives are not what I have them set to in my php.ini file, which led me to believe that it wasn't reading the file.  When I moved the file to c:\winnt & c:\winnt\system32, the page doesn't load (blank), but when I move php.ini back to c:\php or move it to c:\Inetpub\wwwroot the page loads, but, of course, it displays incorrect values.  Does anyone have any suggestions regarding this issue?  Any help would be greatly appreciated.  Thanks!


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-07-19 22:30 UTC] sniper@php.net
We are aware of PHP's problems with stability under IIS and are working 
to rectify the problem. Unfortunatly your bug report does not contain any
extra useful information and we already have enough bug reports open about
this issue. If you can provide more detailed information such as a 
reproducable crash or a backtrace please do so and reopen this bug. 
Otherwise please keep trying new releases as we are working to resolve 
the problems on this platform
 
Thanks for your interest in PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed May 15 03:01:33 2024 UTC