phpgroupware-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Phpgroupware-developers] 0.9.14.RC2 install problem


From: Peter
Subject: Re: [Phpgroupware-developers] 0.9.14.RC2 install problem
Date: Sat, 16 Mar 2002 05:24:57 +1100

Is there a move within the PHPGroupWare team to improve the code so people can 
use
error_reporting = E_ALL

My sites have warnings turned on as it catches all sorts of coding errors. For 
PHPGroupWare, I have to make 60 or 
more code changes during installation.

Turn warnings on to capture all the points where programmers assume a variable 
is in a specific state without knowing if 
it is in that state. Add code to create the variable where the variable is 
first used then add documentation, at that point, 
describing the use of the variable.

Peter

3/15/02 10:28:03 PM, Miles Lott <address@hidden> wrote:

>Try setting error_reporting in php.ini to:
>
>error_reporting = E_ALL & ~E_NOTICE;
>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]