ID:               36081
 User updated by:  bashusr at gmail dot com
 Reported By:      bashusr at gmail dot com
 Status:           Bogus
 Bug Type:         IIS related
 Operating System: Windows 2003
 PHP Version:      4.4.2
 New Comment:

If this is true, PHP documentation should have a note that it does not
support IIS fully.


Previous Comments:
------------------------------------------------------------------------

[2006-01-21 01:56:16] [EMAIL PROTECTED]

Yes, Apache is also very easy to install on Windows.
You can get it from http://httpd.apache.org/
It's not only much better webserver than IIS, it actually works. :)

------------------------------------------------------------------------

[2006-01-21 00:12:47] bashusr at gmail dot com

apache on windows? I do not have apache and do not have the ability to
install it on this server. I know when I run similar scripts on apache
under linux, I have no problems.

------------------------------------------------------------------------

[2006-01-20 15:56:05] [EMAIL PROTECTED]

Does it happen with Apache? (try it if you haven't done so yet)

------------------------------------------------------------------------

[2006-01-20 14:50:20] bashusr at gmail dot com

I get a lot of "hey"'s, then click "stop" on the browser and the script
is still running in the background taking up 100% cpu and making
temp.txt 10 MB large.

------------------------------------------------------------------------

[2006-01-20 14:45:58] [EMAIL PROTECTED]

Does this code work for you?
<?php
$handler=fopen("tmp.txt","w");
while(true) {
    echo "hey";
    fwrite($handler, "Hey\n");
}
?>

------------------------------------------------------------------------

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/36081

-- 
Edit this bug report at http://bugs.php.net/?id=36081&edit=1

Reply via email to