From:             cbenoit at kc dot rr dot com
Operating system: Win2K SP3
PHP version:      5.1.4
PHP Bug Type:     IIS related
Bug description:  Inetinfo.exe crashes on PC shutdown or restart of IIS

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!


-- 
Edit bug report at http://bugs.php.net/?id=38147&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=38147&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=38147&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=38147&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=38147&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=38147&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=38147&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=38147&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=38147&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=38147&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=38147&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=38147&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=38147&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=38147&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=38147&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=38147&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=38147&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=38147&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=38147&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=38147&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=38147&r=mysqlcfg

Reply via email to