Posted by Janwillem Borleffs on 04/23/06 23:27
R wrote:
> I get messages like:
> "var: Deprecated. Please use the public/private/protected modifiers"
>
> Is there any patch on PEAR Logger to work with PHP 5?
>
Check the setting of the error_reporting directive in your php.ini file;
it's probably set to E_STRICT (with or without another flag). When it is,
try another value like E_ALL only.
JW
[Back to original message]
|