Hi all,
What I wanted to know was has anyone got a working environment like the following:
w2k Server
PHP 4.0.6+
SQL2000
IIS
(see below for more details)
I have a db test file that runs no problem under w2k pro/IIS and nt 4.0/PWS no problem. but php mssql code crashes on w2k advanced.
I was just wondering if anyone knows if this really is an ongoing bug (bug reports I saw were pretty old). It if it still is it something currently being address? Good place to find out? Am I missing something totally obvious?
Anything helps!!! Thanks in advance.
-Kevin
Original E-mail
I found the reason for the bug:
http://bugs.php.net/bug.php?id=9852&edit=1
http://bugs.php.net/bug.php?id=8571&edit=1
http://bugs.php.net/bug.php?id=8744&edit=1
http://bugs.php.net/bug.php?id=12562&edit=1
This bug occurs in win2k, iis5, php4.06+ when php is run as cgi. The bug has no fixes. You may not have encountered this problem since you may be using pws instead of iis5 or you are running php as isapi.
I changed the iis confuguation to run php as an isapi. The new error message I get is:
PHP has encountered an Access Violation at 00000000
This problem (like the cgi problem) occured when using the mssql functions as well as the PEAR functions. You can learn more about this isapi bug at:
http://bugs.php.net/bug.php?id=11621&edit=1
http://bugs.php.net/bug.php?id=15325&edit=1
http://bugs.php.net/bug.php?id=15632&edit=1
http://bugs.php.net/bug.php?id=15765&edit=1