I'm running Apache 1.3.22 and PHP 4.1.0 on Windows xp.
My php-script grabs a few files from another webserver that's only accesable from the computer I'm running my own webserver on.
The problem in a nutshell is that my
include("some_html_file.htm") in the end of the script only returns the first 4096 bytes from the file.
I tried messing with some settings in php.ini to no avail.
A friend running red hat , apache 1.3.22 and php 4.1.0 had the same results.
Any help appreciated.