I'm working in a Cake PHP 2 application, I'm running some big queries that require PHP's max_execution_time
setting to be higher than 30 seconds. I've dumped phpinfo()
on the page and can see that it's being pulled through, and if I change it from 40 to something like 5, it does exit after 5 seconds.
But anything above 30 seconds and it just exits at 30. What am I missing?
I've tried editing every PHP conf file offered by MAMP pro and still no luck.