Code

Hide PHP5 OOP warnings.
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 5 Sep 2007 12:26:01 +0000 (12:26 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 5 Sep 2007 12:26:01 +0000 (12:26 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@7230 594d385d-05f5-0310-b6e9-bd551577e9d8

include/php_setup.inc

index cf9c5cf6fde4e5f5be88f1c5244625a1f5ee9c53..cbc0d1f870146fee1fbec6b12fe74d0215281787 100644 (file)
@@ -45,7 +45,7 @@ function gosaRaiseError($errno, $errstr, $errfile, $errline)
      var declarations. For now I can't workaround this - let's ignore
      the messages till the next major release which may drop support
      for PHP4. */
-  if (preg_match('/var: Deprecated./', $errstr)){
+  if (preg_match('/var: Deprecated./', $errstr) || preg_match("/Declaration of.*should be compatible/",$errstr)){
     return;
   }