I use PHP4.0.3 on Win2k+IIS5.0.
After runing 2-3 querys, the WWW Publishing Service hangs, and can't be spopped. It does so, if the query is the same too, only pressing Refresh on the browser.
In the php.ini I made some minor changes (DOM-XML support and Java enabled, and setting up some directories only).
info.php:
<body>
<?php
phpinfo();
?>
</body>
Can somebody help me, why does it do?