Translating the documentation
--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php
Hello,
I haven't seen a magic method proposed in a while so I am not sure how
people feel about them, obviously adding them can break BC (although
it is recommended people should not use __). I'm sure a good amount of
use/desire needs to be shown for inclusion. Here is what I decided I
would like
On 4/02/11 3:30 PM, Chris Stockton wrote:
Hello,
I haven't seen a magic method proposed in a while so I am not sure how
people feel about them, obviously adding them can break BC (although
it is recommended people should not use __). I'm sure a good amount of
use/desire needs to be shown for inc
Hello,
On Thu, Feb 3, 2011 at 8:38 PM, Ben Schmidt
wrote:
>
> Do you yourself have any situation where this is useful? Does it solve
> some problem? Does it enable you to do things better than before?
>
> Ben.
>
It does not provide a solution to a currently unsolvable problem, it
is simply a con
On 2/3/11 8:49 PM, Chris Stockton wrote:
> Hello,
>
> On Thu, Feb 3, 2011 at 8:38 PM, Ben Schmidt
> wrote:
>>
>> Do you yourself have any situation where this is useful? Does it solve
>> some problem? Does it enable you to do things better than before?
>>
>> Ben.
>>
>
> It does not provide a sol
Hello,
On Thu, Feb 3, 2011 at 8:53 PM, Rasmus Lerdorf wrote:
>
> This creates problems for opcode caches since the classes are all
> precompiled and usually optimized to the point where the opcodes that
> loads them are NOP'ed away and you just have the full class table cached
> in memory for eac