Closed ashish1099 closed 8 years ago
I'm not entirely sure what your problem it... look at the examples in the README, as they show that you can do something like this, and it should work :
php::ini { '/etc/php5/cli/php.ini':
display_errors => 'On',
memory_limit => '256M',
}
This seems to be awful, cause we setup the php.ini file with some custom value, it creates the file @ /etc/php.ini. but when I run
php -i
it does not read this file, even when running from apache and php-fpm, so how should I get my custom values to be there when I run phpinfo command ?So far I have noticed it reads only these php.ini which are at this location.
for cli /etc/php5/cli/php.ini for apache /etc/php5/apache/php.ini for fpm /etc/php5/fpm/php.ini