I think PHP 5.1.4 have a bug and don't care what max_execution_time is
set.
Here's the bug report: http://bugs.php.net/bug.php?id=37422
Anyway you can set this value by adding to the script:

ini_set("max_execution_time",XX);

where 'XX' is the number of seconds.
If you set this to 0, there will be no execution time limit.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to