On Wed, 12 Sep 2007 20:17:23 +1200
Jim Cheetham <[EMAIL PROTECTED]> wrote:

> On 12/09/2007, Steve Holdoway <[EMAIL PROTECTED]> wrote:
> > toss.
> >
> > Do you want me to tell you the single line to add to the apache 
> > configuration to get rid of it??? You could also add it to the .htaccess 
> > for that virthost, but then it would have a performance hit, as it'll be 
> > parsed every time that access that site.
> >
> > come on.
> 
> No thanks Steve, it's been tried and in fact I seem to remember a
> discussion on list about it at the time. But thanks for the insults,
> they're sure to motivate me.

Seeing as your server's running apache (2.0.55), the following line

        php_value       error_reporting         2039

( where 2039 is E_ALL & ~E_NOTICE - 2047 - 8, although I have seen an extra 
4096 added to this value. Either way, E_NOTICE is disabled )

in either the VirtualHost block in the apache config, or .htaccess is enabled, 
will remove the display of all notices ( E_* codes . This works in both 4.4 and 
5.0, and there are no changes reported in 5.1

Works for me.

Reply via email to