Hi, i've written a shell for the cakphp console, which takes long time. (It tries to load about 250 MB data with XML in small steps).
But: Althought i set max_execution_time and max_input_time to 0 (in php.ini), for both, apache and cli version of php5, i get the message Fatal error: Maximum execution time of 300 seconds exceeded in /var/ www/cake/libs/set.php on line 393 I think it's an cakphp issue, because i've written a loop which displays the script runtime and then sleeps 1 second. After about about 5 hours i stopped it without errors. Anyone else has timeouts? Regards, alexander --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en -~----------~----~----~----~------~----~------~--~---
