summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a0198ed)
raw | patch | inline | side by side (parent: a0198ed)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 5 Sep 2007 12:26:01 +0000 (12:26 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/include/php_setup.inc b/include/php_setup.inc
index cf9c5cf6fde4e5f5be88f1c5244625a1f5ee9c53..cbc0d1f870146fee1fbec6b12fe74d0215281787 100644 (file)
--- a/include/php_setup.inc
+++ b/include/php_setup.inc
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;
}