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 , ...?
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 , ...?