[PHP] which version fixes bug 29922

2006-02-07 Thread Daniel Bondurant
I am trying to track down which version of php4 has the fix for bug 29922. I am running 4.3.11 which came out after the bug was fixed in CVS, but I seem to be having the problem listed in the bug. For various reason, I can't upgrade to a later version very easily. thanks - daniel -- PHP Gen

[PHP] large files and readfile

2006-02-06 Thread Daniel Bondurant
I am using php and readfile() to control the download of large files; These files can be up to 1GB.There is nothing really exciting or special about the script itself. The problem I am running into is php is loading the entire file into apache's memory as the file is being read - this s