Re: [PHP-DEV] [Bug #55311] Static methods invoke __call when called from within class

2011-07-29 Thread Felipe Pena
Hi, 2011/7/29 Laruence : > Hi: >  hmm, this make sense, >  thanks for your explaining. > Actually this behavior change was introduced in 5.3.3 [1] and reverted in 5.3.4. I.e. the BC just happens for 5.3.3 version. [1] - https://bugs.php.net/bug.php?id=51176 -- Regards, Felipe Pena -- PHP Int

Re: [PHP-DEV] [Bug #55311] Static methods invoke __call when called from within class

2011-07-29 Thread Laruence
Hi: hmm, this make sense, thanks for your explaining. 2011/7/29 Etienne Kneuss : > Hello, > > On Fri, Jul 29, 2011 at 11:10, Laruence wrote: >> Hi: >> >> 2011/7/29 Etienne Kneuss : >>> Hi, >>> >>> On Fri, Jul 29, 2011 at 05:37, Laruence wrote: Hi:     about #55311.https://bugs.php.

Re: [PHP-DEV] [Bug #55311] Static methods invoke __call when called from within class

2011-07-29 Thread Etienne Kneuss
Hello, On Fri, Jul 29, 2011 at 11:10, Laruence wrote: > Hi: > > 2011/7/29 Etienne Kneuss : >> Hi, >> >> On Fri, Jul 29, 2011 at 05:37, Laruence wrote: >>> Hi: >>>     about #55311.https://bugs.php.net/bug.php?id=55311 >>> >>>     I found it maybe for some reason, that somebody change the >>> if/

Re: [PHP-DEV] [Bug #55311] Static methods invoke __call when called from within class

2011-07-29 Thread Laruence
Hi: 2011/7/29 Etienne Kneuss : > Hi, > > On Fri, Jul 29, 2011 at 05:37, Laruence wrote: >> Hi: >>     about #55311.https://bugs.php.net/bug.php?id=55311 >> >>     I found it maybe for some reason, that somebody change the >> if/elseif sequence to make this bug. >> >>     but I am not sure about w

Re: [PHP-DEV] [Bug #55311] Static methods invoke __call when called from within class

2011-07-29 Thread Etienne Kneuss
Hi, On Fri, Jul 29, 2011 at 05:37, Laruence wrote: > Hi: >     about #55311.https://bugs.php.net/bug.php?id=55311 > >     I found it maybe for some reason, that somebody change the > if/elseif sequence to make this bug. > >     but I am not sure about why he do this,  so I refer to maillist,  any

[PHP-DEV] [Bug #55311] Static methods invoke __call when called from within class

2011-07-28 Thread Laruence
Hi: about #55311.https://bugs.php.net/bug.php?id=55311 I found it maybe for some reason, that somebody change the if/elseif sequence to make this bug. but I am not sure about why he do this, so I refer to maillist, any idea? Index: Zend/zend_object_handlers.c ===