When I try to download a big file (like 5meg) with fopen() I get some strange errors:

- not enough space for lowio initialization
- not enough space for stdio initialization
- pure virtual function call
- not enough space for _onexit/atexit table
- unable to open console device
- unexpected heap error
- unexpected multithread lock error
- not enough space for thread data abnormal program termination
- not enough space for environment
- not enough space for arguments

I use the following code 

while (!feof($file)) {
$line = fgets($file, 10000);
fputs($localfile,"$line");
}

This always happens when he downloaded 981kb. Anyone know how to solve this?

10xzs
- floating point not loaded

Reply via email to