Code

Fixed tagging.
[gosa.git] / debian / README.debian
index 0c5378852d039baadcf912056466c649c3a1891b..43f2e504753c18b0c1b60339954ab1b9a2d081fd 100644 (file)
@@ -44,14 +44,13 @@ to allow easy switching of account properties without asking for
 passwords after adding samba accounts.
 
 
-* A note to PHP5 errors and smarty
+* Smarty PHP errors
 
-When using PHP5 and the debian packaged version of smarty, you
-may get a set of error messages about call by reference for non
-variables. This is no GOsa problem. Please modify your php.ini
-to have error reporting set to this:
-
-error_reporting  =  E_ALL & ~E_NOTICE & ~E_STRICT
+There might pop up messages about "Only variables should be passed by
+reference" when using PHP5. I can't do anything about them - these are
+cause by smarty. To get rid of them set your "error_reporting" in the
+php.ini to "E_ALL ^ E_NOTICE". This is a workaround only, wait for the
+debian smarty package to support PHP5 in a propper way.
 
 
 ----