[PHP-DEV] PHP 5 Bug Summary Report

2009-05-11 Thread internals
PHP 5 Bug Database summary - http://bugs.php.net/ Num Status Summary (1309 total -- which includes 855 feature requests) ===[*Network Functions]=== 48167 To be documented undefined function checkdnsrr()

[PHP-DEV] PHP 6 Bug Summary Report

2009-05-11 Thread internals
PHP 6 Bug Database summary - http://bugs.php.net/ Num Status Summary (75 total -- which includes 34 feature requests) ===[*Unicode Issues]== 48170 Feedback Array key differentiates between unicode and binary strings

[PHP-DEV] Reflection

2009-05-11 Thread Kalle Sommer Nielsen
Hello Internals I've been reading some over the reflection sources, and theres a few things that made me wonder abit; 1) ReflectionParameter::getDefaultValue(), was added to HEAD in 2006, but never merged to a stable branch? I made a backport of the function to 5.3 [1] which I think we should

Re: [PHP-DEV] PHP 5.3.0RC3

2009-05-11 Thread Lukas Kahwe Smith
On 08.05.2009, at 10:31, Lukas Kahwe Smith wrote: 1. fix open PHP 5.3 bugs To spare us surprises so late in the game, please only commit bug fixes with accompanying tests. Again as Johannes mentioned, tests in the testfest repo do not count. They should go into php-src along with the

Re: [PHP-DEV] Reflection

2009-05-11 Thread Christian seiler
Hi Kalle, 3) Closures, theres alot of closure differences in HEAD and 5.3, for example HEAD has ReflectionMethod::getClosure() and ReflectionFunction::getClosureThis(), but 5.3 does not, which makes it looks like a change in 5.3 that never occured to HEAD, unless that is the logic is

[PHP-DEV] Re: Reflection

2009-05-11 Thread Johannes Schlüter
(re-sending, sorry if this arrives twice) Hi, On Mon, 2009-05-11 at 12:34 +0200, Kalle Sommer Nielsen wrote: 1) ReflectionParameter::getDefaultValue(), was added to HEAD in 2006, but never merged to a stable branch? I made a backport of the function to 5.3 [1] which I think we should merge,

Re: [PHP-DEV] Method call improvements

2009-05-11 Thread Guilherme Blanco
Hi guys, What's the status on this one?! It's an important optimization that should be considered. Save more than a million method calls on a framework does not worth? None gave a final word on this subject. I could not see this commited in 5.3 neither in HEAD. So...can someone notify me about

Re: [PHP-DEV] Method call improvements

2009-05-11 Thread Paul Biggar
On Mon, May 11, 2009 at 7:47 PM, Guilherme Blanco guilhermebla...@gmail.com wrote: What's the status on this one?! I think it died from neglect. But it was a really good idea. One question that was raised was: On Thu, Jan 22, 2009 at 10:20 AM, Dmitry Stogov dmi...@zend.com wrote: However we

Re: [PHP-DEV] Method call improvements

2009-05-11 Thread Stanislav Malyshev
Hi! FWIW, since PHP has a static inheritence chain, the best approach seems to be to build a virtual dispatch table, instead of a hashtable for functions. However, there might be some esoteric extensions which make this difficult. IHMO it's not static enough. I.e., since PHP is not compiled,

Re: [PHP-DEV] PHP 5.3.0RC3

2009-05-11 Thread Matt Wilmas
Hi Lukas, - Original Message - From: Lukas Kahwe Smith Sent: Monday, May 11, 2009 [...] Critical issues: 1) I assume the issues with rounding are resolved. If any issues pop up again, please let the list know. @Matt/Dmitry: Can you just give us the quick nod that all is well

Re: [PHP-DEV] PHP 5.3.0RC3

2009-05-11 Thread Jani Taskinen
Before committing anything else into PHP_5_3, can you first make sure everything you provided is ALSO IN HEAD?! Hint: zend_operators.* --Jani Matt Wilmas kirjoitti: Hi Lukas, - Original Message - From: Lukas Kahwe Smith Sent: Monday, May 11, 2009 [...] Critical issues: 1) I

Re: [PHP-DEV] PHP 5.3.0RC3

2009-05-11 Thread Matt Wilmas
Hi Jani, - Original Message - From: Jani Taskinen Sent: Monday, May 11, 2009 Before committing anything else into PHP_5_3, can you first make sure everything you provided is ALSO IN HEAD?! To answer that directly, no. :-) Everything I do is in HEAD first, of course, to keep things