RE: [PHP-DEV] Autoglobal CVs without silence -- Summary

2007-01-27 Thread Andi Gutmans
Hi Sara, I don't feel to great with this patch. It kind of feels like twisting the language implementation around for some very specific problem which probably shouldn't be fixed at this level. Andrei says performance of Unicode isn't great so it shouldn't matter too much, but I think a) it's

RE: [PHP-DEV] Autoglobal CVs without silence -- Summary

2007-01-27 Thread Andi Gutmans
enough... Andi -Original Message- From: Andi Gutmans [mailto:[EMAIL PROTECTED] Sent: Saturday, January 27, 2007 9:15 AM To: 'Sara Golemon'; 'internals@lists.php.net'; 'Andrei Zmievski'; 'Dmitry Stogov' Subject: RE: [PHP-DEV] Autoglobal CVs without silence -- Summary Hi Sara, I

Re: [PHP-DEV] Autoglobal CVs without silence -- Summary

2007-01-27 Thread Andrei Zmievski
On Jan 27, 2007, at 9:15 AM, Andi Gutmans wrote: Hi Sara, I don't feel to great with this patch. It kind of feels like twisting the language implementation around for some very specific problem which probably shouldn't be fixed at this level. Andrei says performance of Unicode isn't great

Re: [PHP-DEV] Autoglobal CVs without silence -- Summary

2007-01-27 Thread Pierre
Hi Andi, On 1/27/07, Andi Gutmans [EMAIL PROTECTED] wrote: Hi Sara, I don't feel to great with this patch. It kind of feels like twisting the language implementation around for some very specific problem which probably shouldn't be fixed at this level. Andrei says performance of Unicode isn't

Re: [PHP-DEV] Autoglobal CVs without silence -- Summary

2007-01-27 Thread Pierre
On 1/27/07, Andi Gutmans [EMAIL PROTECTED] wrote: Btw, for people who truly need the Unicode support I actually do think we might want to consider requiring them to fetch the input variables through a new API and/or object. I don't think we need to make it seamless if the default behavior we

RE: [PHP-DEV] Autoglobal CVs without silence -- Summary

2007-01-24 Thread Ford, Mike
-Original Message- From: Sara Golemon [mailto:[EMAIL PROTECTED] Sent: 23 January 2007 19:02 * - Sidenote: I refuse to call object behavior reference by default, I've had too many people notice that it's not actually true Hear, hear. My favourite terminology here (and I'm sure

Re: [PHP-DEV] Autoglobal CVs without silence -- Summary

2007-01-24 Thread Hartmut Holzgraefe
Sara wrote: I've produced a couple of major lightbulb moments in people with this explanation, but it all stems from introducing the concept of an object's handle rather than saying objects are reference by default. i usually got these aha! events when using inodes and hard links as metaphers