Re: [SM-USERS] php update 5.3 -> 5.4; parseStructure() should not be called statically

2012-06-20 Thread Tomas Kuliavas
David C. Rankin wrote: > > On 06/15/2012 06:20 PM, David C. Rankin wrote: >> Paul, >> >>I apologize if this list gets two copies of this, but I didn't see the >> first >> come through. Could the squirrelmail code be setting E_ALL and causing >> this >> problem? I don't see this issue with my

Re: [SM-USERS] php update 5.3 -> 5.4; parseStructure() should not be called statically

2012-06-20 Thread David C. Rankin
On 06/20/2012 12:06 PM, Tomas Kuliavas wrote: > Use number instead of constant name. Not all error reporting constants are > available on older PHP version. You should not suppress E_NOTICE in > SquirrelMail. This error reporting level should be displayed to catch coding > errors. > > SquirrelMail