I use in Symfony a conjob as a maintenance task to sync two databases. After less then 10 minutes the task is killed and I cannot find the reason. I already increased the max_execution_time in the php.ini file but this does not help. Anyone some ideas?
max_execution_time = 900
The task is run from the command
class MaintenanceCommand extends ContainerAwareCommand
phpinfo() display in a browser or with php info.php ?
php.ini must be change in /etc/php5/cli/php.ini
not /etc/php5/apache2/php.ini