I am having problems since upgrade from 4.2.3 to 4.3.3. I try to open and read a file from a remote server: $source = fopen(http://www.remote-server.../$remote_file,"r"); $content = fread($source, 500000); But only the first 2731 characters are read into $content by fread.
fread works correct when reading a file from local server! I have tested this behavior on Linux and w2k, both with apache 1.3.26 Maybe this is not th right place for my problem (?) but I am really new here and already have tryed to find any awnsers. So if anyone can help me or tell me a better place for my problem I will be really happy Thanks HJ