Re: [PHP-DEV] Re: broken fix?

2004-12-29 Thread Wez Furlong
This bug is critical for 4.3.11, and has repercussions for any extension with overloaded objects, not just COM. --Wez. On Sat, 25 Dec 2004 15:48:26 +0200 (IST), Stanislav Malyshev <[EMAIL PROTECTED]> wrote: > Did you look into my latest patch and try with it? The tip of the 4.3 branch is still b

Re: [PHP-DEV] php4.3.11/5.0.4

2004-12-29 Thread Andi Gutmans
Ilia and I decided to roll in the beginning of January when people are back from vacation and we get some beta testers. We could RC1 next week if no one has any pending patches. Andi At 08:47 AM 12/30/2004 +0800, Alan Knowles wrote: any updates on the plan to release of these - I'm getting 1-2 e

Re: [PHP-DEV] Module activation order in php_request_startup()

2004-12-29 Thread Andi Gutmans
It probably has to do with the fact that the sessions module requires the COOKIEs to be already initialized. I think that was the main reason why we separated zend_activate and zend_activate_modules. Andi At 01:56 PM 12/29/2004 +0900, Moriyoshi Koizumi wrote: Hi, Currently activation functions a

Re: [PHP-DEV] base64_encode() memory issue

2004-12-29 Thread Andi Gutmans
Do you have a patch which you think should be applied? If not, can you send a reproducing script (a short one). Maybe you want to run it through valgrind and see where the damage is done. Andi At 04:44 PM 12/28/2004 +0100, Ron Korving wrote: Hi, I'm not sure how to test what I noticed, so I figu

Re: [PHP-DEV] ReflectionClass::getMethod()

2004-12-29 Thread Andi Gutmans
And now the attachment. At 11:31 AM 12/25/2004 +0100, Sebastian Bergmann wrote: [EMAIL PROTECTED] wrote: > Why not just returning null when a method does not exist? > Actually CALLING a non-existing method should be treated as an error... Because try { $class = new ReflectionClass($this

Re: [PHP-DEV] ReflectionClass::getMethod()

2004-12-29 Thread Andi Gutmans
Sebastian, I don't feel like arguing about it because hasMethod() is good enough for me. Look at the attached example. It should make you understand why throwing an exception *without* having something like hasMethod() is very inefficient. Exceptions should be used for error situations. If a refl

[PHP-DEV] php4.3.11/5.0.4

2004-12-29 Thread Alan Knowles
any updates on the plan to release of these - I'm getting 1-2 emails/bug reports a day reporting the same problems with code broken by both 4.3.10 / 5.0.3 Regards Alan -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php