thias / puppet-php

Puppet module to manage PHP
Other
49 stars 67 forks source link

Added phar.readonly option to php::ini #3

Closed ghost closed 11 years ago

ghost commented 11 years ago

Added phar.readonly option to php::ini

thias commented 11 years ago

I've included this change in commit 1eb7e7bc404b2a9c3eed1db67799e9ec3822b019. The main difference is that I intentionally left the default to be not to modify the php.ini file, in order to not have it change for all existing deployments of the module. Also, that parameter defaults to 'On' when unset, so having the module make it default to 'Off' was wrong.