olaf
Tue 4 September 2007, 10:36 am GMT +0200
Hi,
I have a script that has to convert/copy ~1500 small image files.
after ~1300 files the script stops working and the server is sending content to the browses.
The file I can download (my script) is empty.
which value do I have to increase?
this is what I did now:
set_time_limit(0);
ini_set('memory_limit', '64M');
I have a script that has to convert/copy ~1500 small image files.
after ~1300 files the script stops working and the server is sending content to the browses.
The file I can download (my script) is empty.
which value do I have to increase?
this is what I did now:
set_time_limit(0);
ini_set('memory_limit', '64M');