Hello,
when loading the above mentioned library (loaded in php.ini, not via dl() ) and calling a trivial script, such as
<? echo "Hello" ?>
the script runs exactly twice without bordering, until Windows crashes when requesting the script for the third time. The inet process takes 100% CPU, and the web service can no longer restarted manually (with 'net stop iisadmin').
Leaving mssql70.dll away, the @!#$ runs.
Is the library buggy, or is PHP4 not yet 100% Win2000 compatible?
my config is:
PHP4.01pl2, Windows2000, SQL7, IIS5
It's a test server environment, no parallel hits.
I'm not using the ISAPI Filter, for it is considered not to be stable by 100%.
.php extensions are mapped to php_4isapi.dll, though
Any help highly appreciated!!
Thanks
Thomas