Re: Fix for duplicate magic methods calls (bug #63462)

From: Date: Mon, 14 Jan 2013 16:36:42 +0000
Subject: Re: Fix for duplicate magic methods calls (bug #63462)
References: 1  Groups: php.internals 
Request: Send a blank email to [email protected] to get a copy of this message
Hi Stas,

Sorry for delay, I'll able to take a look only tomorrow or after tomorrow.

Thanks. Dmitry.

On Monday, January 14, 2013, Stas Malyshev wrote:

> Hi!
>
> I made a fix for bug #63462 - https://github.com/php/php-src/pull/258 -
> which changes a bit how we do guards by unmangling the names before
> applying guards. This is a slight change of behavior and also means that
> all private vars with the same name would use the same guard (all
> protected and public vars with the same name are the same var anyway, so
> they should be doing it in any case).
> Since it's a behavior change in core, I'd appreciate a second pair of
> eyes to see if nothing is broken by it. All tests pass but better safe
> then sorry. If no problems found in it, I'll commit it soon.
>
> Thanks,
> --
> Stanislav Malyshev, Software Architect
> SugarCRM: http://www.sugarcrm.com/
> (408)454-6900 ext. 227
>


Thread (3 messages)

« previous php.internals (#64936) next »