Re: [PHP-DEV] [PATCH] Inclusion of new constant: NS_SEPARATOR

2009-06-18 Thread Jani Taskinen
On a PC (finnish layout) it's 2. AltGr + ? :) And it's not a big deal, people like me are quite used to doing that. People with Macs should be used to weird key combinations anyway. :D --Jani Guilherme Blanco kirjoitti: Actually... on finnish keyboard on mac... 3 (Shift + Alt + 7). =P I do

Re: [PHP-DEV] [PATCH] Inclusion of new constant: NS_SEPARATOR

2009-06-18 Thread Guilherme Blanco
Actually... on finnish keyboard on mac... 3 (Shift + Alt + 7). =P I don't know if there's another constant to it... that's my first patch ever! Anyway... let's see other's opinions. Cheers, On Thu, Jun 18, 2009 at 12:57 PM, Kalle Sommer Nielsen wrote: > Hi Guilherme > > 2009/6/18 Guilherme Blanc

Re: [PHP-DEV] [PATCH] Inclusion of new constant: NS_SEPARATOR

2009-06-18 Thread Kalle Sommer Nielsen
Hi Guilherme 2009/6/18 Guilherme Blanco : > Hi guys, > > > First of all, don't laugh! =D > > The idea and patch are extremely simple. > Based on recent experiments with Namespaces and FQCN thing I spoke > with Johannes a couple of days ago, I decided to dive into source and > try a possible patch.

[PHP-DEV] [PATCH] Inclusion of new constant: NS_SEPARATOR

2009-06-18 Thread Guilherme Blanco
Hi guys, First of all, don't laugh! =D The idea and patch are extremely simple. Based on recent experiments with Namespaces and FQCN thing I spoke with Johannes a couple of days ago, I decided to dive into source and try a possible patch. That's my first attempt to contribution to internals. Mai