php-fpm php_ini_sections

tincboy

Verified User
Joined
Aug 14, 2009
Messages
126
Hello,

I've found that php-fpm can't have separated php.ini per user, but I've found nice feature called php.ini sections,
http://www.php.net/manual/en/ini.sections.php
My question is: is it possible to use php.ini sections beside php-fpm to change per user php settings like open_basedir, max_execution_time , ...?
 
Yes, it does work with PHP-FPM, howerver, PHP-FPM service needs to be restarted after any changes done there.
 
Back
Top