If you are running in safe mode, setting time limit has no effect
Eduardo M. Bragatto wrote:
I've send an e-mail with a doubt related with the
"maximum_execution_time" variable but it has no answers, so, I'm
submiting it again...
I'm using a single php script to send files named upload.
I've send an e-mail with a doubt related with the
"maximum_execution_time" variable but it has no answers, so, I'm
submiting it again...
I'm using a single php script to send files named upload.php,
here is the source code:
set_time_limit(500);
copy($userfile, "log\\$userfile_name");
2 matches
Mail list logo