vagrant - Track down where max_execution_time is being set in a PHP application -


i've got max_execution_time stubbornly refusing changed despite changing setting in php.ini file webserver reporting uses.

digging further found it's loading php-custom.ini contains max_execution_time setting. changing still not change reported setting.

i've checked .htaccess file - there isn't.

any other suggestions?

there several timeouts can configure:

in php.ini:

max_execution_time 

if use php-fpm, theres 1 in www.conf

request_terminate_timeout 

if use nginx, there 1 in vhost-file:

fastcgi_read_timeout 

Comments