Re: [PHP-DEV] RFC: Anonymous Classes

2013-10-01 Thread Joe Watkins
On 10/01/2013 01:19 PM, Terence Copestake wrote: On Fri, Sep 27, 2013 at 11:26 AM, Joe Watkins wrote: On 09/27/2013 10:42 AM, Terence Copestake wrote: Just ... Isn't that something, we can simply keep out of _this_ RFC and create separate RFC(s) for it later? Like it was done with "$this in

Re: [PHP-DEV] RFC: Anonymous Classes

2013-10-01 Thread Terence Copestake
On Fri, Sep 27, 2013 at 11:26 AM, Joe Watkins wrote: > On 09/27/2013 10:42 AM, Terence Copestake wrote: > >> Just ... Isn't that something, we can simply keep out of _this_ RFC and >>> create separate RFC(s) for it later? Like it was done with "$this in >>> Closures"? >>> >> >> >> Do we want anot

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

2013-10-01 Thread Joe Watkins
On 10/01/2013 12:16 PM, Ferenc Kovacs wrote: On Sun, Sep 29, 2013 at 11:12 PM, Joe Watkins wrote: Hi All, I'd like to RFC on Nested Classes (Draft): https://wiki.php.net/rfc/**nested_classes There's been a little bit of discussion already about i

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

2013-10-01 Thread Ferenc Kovacs
On Sun, Sep 29, 2013 at 11:12 PM, Joe Watkins wrote: > Hi All, > > I'd like to RFC on Nested Classes (Draft): > > > https://wiki.php.net/rfc/**nested_classes > > There's been a little bit of discussion already about it, in the usual > plac

Re: [PHP-DEV] Regenerating session ID automatically when IP address has changed

2013-10-01 Thread Yasuo Ohgaki
On Mon, Sep 30, 2013 at 4:51 PM, Tjerk Meesters wrote: > On Sat, Sep 28, 2013 at 6:47 AM, Yasuo Ohgaki wrote: > >> Hi Leigh, >> >> On Fri, Sep 27, 2013 at 7:12 PM, Leigh wrote: >> >>> So on a successful session hijack (correct SID, new IP) the attacker >>> gets a new SID and keeps the valid sess

Re: [PHP-DEV] __construct is like a normal method but without E_STRICT

2013-10-01 Thread Ferenc Kovacs
On Thu, Sep 26, 2013 at 11:19 PM, Robert Stoll wrote: > Heya > > > > I would like to have some opinions on the topic inconsistency between > methods and __construct > > See the following code: > > > > class A { > > function __construct($a) {} > > function foo($a)

Re: [PHP-DEV] Failing builds on Travis

2013-10-01 Thread Michael Wallner
On 27 September 2013 09:38, Tjerk Meesters wrote: > Hi Mike, > > On Fri, Sep 27, 2013 at 3:27 PM, Michael Wallner wrote: >> >> On 27 September 2013 04:37, Tjerk Meesters >> wrote: >> > Hi, >> > >> > The success of builds on Travis seems to hinge on a particular test >> > case: >> > >> > ext/stan