[PHP-DEV] Re: HTTP supergloblas and request body/query (was: Parsing PUT data)

2013-10-04 Thread Daniel Lowrey
> Uhmmm... I actually meant an interal API not userland :) Hehe, I'd be really excited to see this in userland too. Happy to help make this happen unless people have good reasons not to expose the parsers ...

Re: [PHP-DEV] RFC: Draft: Nested Classes

2013-10-04 Thread Joe Watkins
On 10/04/2013 12:11 PM, Clint Priest wrote: On 9/29/2013 4:12 PM, Joe Watkins wrote: https://wiki.php.net/rfc/nested_classes One issue I see from a maintenance perspective (of the user of this feature) is that you could end up having files with dozens of classes, it would be nice if it dot hav

RE: [PHP-DEV] RFC: Draft: Nested Classes

2013-10-04 Thread Robert Stoll
Heya, Just to be sure, this feature would not allow nested classes in functions, right? Cheers, Robert > -Original Message- > From: Joe Watkins [mailto:krak...@php.net] > Sent: Sunday, September 29, 2013 11:12 PM > To: internals@lists.php.net > Subject: [PHP-DEV] RFC: Draft: Nested Clas

Re: [PHP-DEV] RFC: Draft: Nested Classes

2013-10-04 Thread Joe Watkins
On 10/04/2013 05:32 PM, Robert Stoll wrote: Heya, Just to be sure, this feature would not allow nested classes in functions, right? Cheers, Robert -Original Message- From: Joe Watkins [mailto:krak...@php.net] Sent: Sunday, September 29, 2013 11:12 PM To: internals@lists.php.net Subjec

Re: [PHP-DEV] HTTP supergloblas and request body/query (was: Parsing PUT data)

2013-10-04 Thread Christian Stadler
Am 02.10.2013 23:40, schrieb Johannes Schlüter: > On Wed, 2013-10-02 at 19:59 +0200, Michael Wallner wrote: >> On 2 October 2013 16:10, Johannes Schlüter wrote: >> > On Wed, 2013-10-02 at 08:59 +0200, Michael Wallner wrote: >> >> Since ever people are confused by _GET and _POST superglobals, >> >>