Hello,
Im making a script in order to force a download, opening it with fopen() and fread().
The thing is, everything works great, but if files are larger than 240mb, the thing gets screwed.
I have configured:
memory_limit = -1
max_execution_time = 5400
max_input_time = 5400
And set the "maximum memory usage for process until cpanel kills it" to unlimited.
What can be the problem?
Im using set_time_limit(99999); too.
Thanks
Im making a script in order to force a download, opening it with fopen() and fread().
The thing is, everything works great, but if files are larger than 240mb, the thing gets screwed.
I have configured:
memory_limit = -1
max_execution_time = 5400
max_input_time = 5400
And set the "maximum memory usage for process until cpanel kills it" to unlimited.
What can be the problem?
Im using set_time_limit(99999); too.
Thanks