]> gitweb.fluxo.info Git - puppet-php.git/commitdiff
Removes E_STRICT from error_reporting
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 27 Mar 2017 18:33:42 +0000 (15:33 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 27 Mar 2017 18:33:42 +0000 (15:33 -0300)
manifests/defaults.pp

index babdb55bbae85fda58b5b76a18f697fcc13621fb..a36c9a9f473aaac704d69e2eb46de65b15e8f4bf 100644 (file)
@@ -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';
   }