[PHP-DEV] Re: towards a 5.3 release

2008-07-11 Thread Greg Beaver
Stanislav Malyshev wrote: Hi! This fixes the logic problem, and re-introduces the performance slowdown for internal classes. FORTUNATELY there is a simple solution to this, which is to "use" all global classes: The thing is since it'd work without "use", most users would do it that way and

Re: [PHP-DEV] persistent sockets need help

2008-07-11 Thread Jochem Maas
Lukas Kahwe Smith schreef: On 10.07.2008, at 14:43, Richard Krehbiel wrote: Here's the big part: I was thinking that a semantic change to persistent sockets might make it easier for scripts to work "correctly" without bothering them too much. The change is this: If a script doesn't "fclose

Re: [PHP-DEV] Static Member Overloading

2008-07-11 Thread Lars Strojny
Hi Ryan, Am Freitag, den 11.07.2008, 08:11 -0500 schrieb Ryan Panning: > Was static member overloading added in PHP 5.3? I noticed that static > method overloading was (__callStatic). The two would complement each > other and it just seems natural to add these as well. I did notice > that they

[PHP-DEV] Static Member Overloading

2008-07-11 Thread Ryan Panning
Was static member overloading added in PHP 5.3? I noticed that static method overloading was (__callStatic). The two would complement each other and it just seems natural to add these as well. I did notice that they are apart of the "static-class" RFC and a bug report, but it would be nice to s

[PHP-DEV] tentative 5.3 release plan

2008-07-11 Thread Lukas Kahwe Smith
Hello all, Over the last week we have collected todo/wishlist items for PHP 5.3 [1]. We have tried to get in contact with all the known stakeholders and we have we have gotten enough information from you all that our release plan will be more than tentative, but you never know and common

Re: [PHP-DEV] persistent sockets need help

2008-07-11 Thread Lukas Kahwe Smith
On 10.07.2008, at 14:43, Richard Krehbiel wrote: Here's the big part: I was thinking that a semantic change to persistent sockets might make it easier for scripts to work "correctly" without bothering them too much. The change is this: If a script doesn't "fclose" it's "pfsockopen"ed soc