diff options
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/defaults.pp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/manifests/defaults.pp b/manifests/defaults.pp index babdb55..a36c9a9 100644 --- a/manifests/defaults.pp +++ b/manifests/defaults.pp @@ -1,6 +1,6 @@  class php::defaults {    php::config { -    'error_reporting'     : value => 'E_ALL & ~E_NOTICE'; +    'error_reporting'     : value => 'E_ALL & ~E_NOTICE & ~E_STRICT';      'post_max_size'       : value => '100M';      'upload_max_filesize' : value => '100M';    } | 
