Re: [PHP-DEV] Failing builds on Travis

2013-10-01 Thread Michael Wallner
On 27 September 2013 09:38, Tjerk Meesters tjerk.meest...@gmail.com wrote: Hi Mike, On Fri, Sep 27, 2013 at 3:27 PM, Michael Wallner m...@php.net wrote: On 27 September 2013 04:37, Tjerk Meesters tjerk.meest...@gmail.com wrote: Hi, The success of builds on Travis seems to hinge on a

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 rst...@tutteli.ch 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

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 tjerk.meest...@gmail.comwrote: On Sat, Sep 28, 2013 at 6:47 AM, Yasuo Ohgaki yohg...@ohgaki.net wrote: Hi Leigh, On Fri, Sep 27, 2013 at 7:12 PM, Leigh lei...@gmail.com wrote: So on a successful session hijack (correct SID, new IP) the

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

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

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 krak...@php.net wrote: Hi All, I'd like to RFC on Nested Classes (Draft): https://wiki.php.net/rfc/**nested_classeshttps://wiki.php.net/rfc/nested_classes There's been a little bit of discussion

Re: [PHP-DEV] RFC: Anonymous Classes

2013-10-01 Thread Terence Copestake
On Fri, Sep 27, 2013 at 11:26 AM, Joe Watkins krak...@php.net 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 another

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 krak...@php.net 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