Re: [PHP-DEV] $_GET['a.b.c']

2009-01-13 Thread Brian Moon
On 1/13/09 4:09 AM, Alexey Zakhlestin wrote: In 6.0, on the other hand, register_globals is not available. So, it doesn't make sense to have replacement there too. 5.3 is left with status-quo: ?a.b.c=10 => $a_b_c, $_GET['a_b_c'] 6.0 will have: ?a.b.c=10 => $_GET['a.b.c'] What about the

Re: [PHP-DEV] $_GET['a.b.c']

2009-01-13 Thread Derick Rethans
On Tue, 13 Jan 2009, Stefan Walk wrote: > On 13 Jan 2009, at 11:36, David Zülke wrote: > > > Am 13.01.2009 um 11:09 schrieb Alexey Zakhlestin: > > > > > On Tue, Jan 13, 2009 at 12:32 PM, troels knak-nielsen > > > wrote: > > > > In a recent mail, some kind of issue regarding queryparams was > >

Re: [PHP-DEV] $_GET['a.b.c']

2009-01-13 Thread Stefan Walk
On 13 Jan 2009, at 11:36, David Zülke wrote: Am 13.01.2009 um 11:09 schrieb Alexey Zakhlestin: On Tue, Jan 13, 2009 at 12:32 PM, troels knak-nielsen wrote: In a recent mail, some kind of issue regarding queryparams was mentioned (Possibly related to namespaces). Could anybody explain what

Re: [PHP-DEV] $_GET['a.b.c']

2009-01-13 Thread David Zülke
Am 13.01.2009 um 11:09 schrieb Alexey Zakhlestin: On Tue, Jan 13, 2009 at 12:32 PM, troels knak-nielsen wrote: In a recent mail, some kind of issue regarding queryparams was mentioned (Possibly related to namespaces). Could anybody explain what the issue is, or point to where it's discussed

Re: [PHP-DEV] $_GET['a.b.c']

2009-01-13 Thread Stefan Walk
On 13 Jan 2009, at 11:09, Alexey Zakhlestin wrote: On Tue, Jan 13, 2009 at 12:32 PM, troels knak-nielsen wrote: In a recent mail, some kind of issue regarding queryparams was mentioned (Possibly related to namespaces). Could anybody explain what the issue is, or point to where it's discuss

Re: [PHP-DEV] $_GET['a.b.c']

2009-01-13 Thread Alexey Zakhlestin
On Tue, Jan 13, 2009 at 12:32 PM, troels knak-nielsen wrote: > In a recent mail, some kind of issue regarding queryparams was > mentioned (Possibly related to namespaces). Could anybody explain what > the issue is, or point to where it's discussed? Currently, php replaces dots in paramter-names w