[PHP-DEV] SVN Account Request: afshin

2011-02-03 Thread Afshin Mehrabani
Translating the documentation -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] A quick consensus on magic method idea

2011-02-03 Thread Chris Stockton
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

Re: [PHP-DEV] A quick consensus on magic method idea

2011-02-03 Thread Ben Schmidt
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

Re: [PHP-DEV] A quick consensus on magic method idea

2011-02-03 Thread Chris Stockton
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

Re: [PHP-DEV] A quick consensus on magic method idea

2011-02-03 Thread Rasmus Lerdorf
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

Re: [PHP-DEV] A quick consensus on magic method idea

2011-02-03 Thread Chris Stockton
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