Hello,
Does the latest PHP Selector new stable release allow us to set default php.ini options so that they are not lost when php-alt versions are upd ated ?
I want to change (increase) the default max execution time, the max memory usage, the max upload size etc. for all clients. I want them to match the native php.ini se ttings.
If so what files should I edit to do this ?
Should I edit :
/etc/cl.php.d/alt-phpXX/alt_php.ini
Or
Create a new file in /opt/alt/phpXX/etc/php.d.all/
like for instance /opt/alt/php53/etc/php.d.all/mydefaults.ini
?
Does the latest PHP Selector new stable release allow us to set default php.ini options so that they are not lost when php-alt versions are upd ated ?
I want to change (increase) the default max execution time, the max memory usage, the max upload size etc. for all clients. I want them to match the native php.ini se ttings.
If so what files should I edit to do this ?
Should I edit :
/etc/cl.php.d/alt-phpXX/alt_php.ini
Or
Create a new file in /opt/alt/phpXX/etc/php.d.all/
like for instance /opt/alt/php53/etc/php.d.all/mydefaults.ini
?
Comment