Hi folks,
I´m using a cron-job driven php-script (stand alone process via php -q ...) for sending personalized mails.
Sometimes I occure the message "maximum execution time exceed". In php.ini it is set to 50 seconds.
The strange thing is, that the script sometimes takes 10 or 20 mins without any problems, but even sometimes I get this error.
My Question: What really means "maximum execution time"? It´s like a time-out criteria?