]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/installer.php
Strict standards and deprecation warnings are good, but confusing
[quix0rs-gnu-social.git] / lib / installer.php
index ed5bc540cfd380e1d75388ee1b39b8ee8841d86e..dc4c7786a8d007c93155ad9f75a85e637f924573 100644 (file)
@@ -537,7 +537,7 @@ abstract class Installer
 
         $this->updateStatus("Initializing...");
         ini_set('display_errors', 1);
-        error_reporting(E_ALL);
+        error_reporting(E_ALL & ~E_STRICT & ~E_NOTICE);
         if (!defined('GNUSOCIAL')) {
             define('GNUSOCIAL', true);
         }