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

2012-07-27 Thread Paul Lesniewski
David, Apologies for the delay, On Fri, Jun 15, 2012 at 9:26 AM, David C. Rankin wrote: > On 05/11/2012 11:57 AM, David C. Rankin wrote: >> On 05/10/2012 10:19 PM, Paul Lesniewski wrote: >>> Thanks, we are aware of this. We do not recommend E_STRICT error reporting. >> >> Thanks Paul -- that is

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

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-19 Thread David C. Rankin
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 other web apps. Grepping, the > foll

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

2012-06-15 Thread David C. Rankin
On 06/15/2012 11:42 AM, David C. Rankin wrote: > On 06/15/2012 11:26 AM, David C. Rankin wrote: > >> >> I'll see if there are any bug reports open with php or Arch on the issue. >> If you can think of anything else, please let me know. Thanks for your >> continued work on squirrelmail! >> > >

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

2012-06-15 Thread David C. Rankin
On 06/15/2012 11:26 AM, David C. Rankin wrote: > > I'll see if there are any bug reports open with php or Arch on the issue. > If you can think of anything else, please let me know. Thanks for your > continued work on squirrelmail! > Paul, Take a look at: https://bugs.php.net/bug.php?id=

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

2012-06-15 Thread David C. Rankin
On 05/11/2012 11:57 AM, David C. Rankin wrote: > On 05/10/2012 10:19 PM, Paul Lesniewski wrote: >> Thanks, we are aware of this. We do not recommend E_STRICT error reporting. > > Thanks Paul -- that is just the default set by Archlinux with its php install. > I'll look into changing the setting. >

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

2012-05-11 Thread David C. Rankin
On 05/10/2012 10:19 PM, Paul Lesniewski wrote: > Thanks, we are aware of this. We do not recommend E_STRICT error reporting. Thanks Paul -- that is just the default set by Archlinux with its php install. I'll look into changing the setting. -- David C. Rankin, J.D.,P.E. --

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

2012-05-10 Thread Paul Lesniewski
On Thu, May 10, 2012 at 12:43 PM, David C. Rankin wrote: > On 05/10/2012 02:32 PM, David C. Rankin wrote: >> Paul, all, >> >>     Update today from php 5.3.12 ->  5.4.3 caused a new SquirrelMail notice >> at >> the bottom of the message: >> >> Category:     PHP >> Message:      Non-static method

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

2012-05-10 Thread David C. Rankin
On 05/10/2012 02:32 PM, David C. Rankin wrote: > Paul, all, > > Update today from php 5.3.12 -> 5.4.3 caused a new SquirrelMail notice at > the bottom of the message: > > Category: PHP > Message: Non-static method Message::parseStructure() should not be called > statically > FILE:

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

2012-05-10 Thread David C. Rankin
Paul, all, Update today from php 5.3.12 -> 5.4.3 caused a new SquirrelMail notice at the bottom of the message: Category: PHP Message:Non-static method Message::parseStructure() should not be called statically FILE: /srv/http/htdocs/squirrelmail/functions/mime.php LINE: 59