[PHP-DEV] Benchmark Results for PHP Master 2015-09-08

2015-09-08 Thread lp_benchmark_robot
Results for project php-src-nightly, build date 2015-09-08 05:00:00+03:00 commit: 07c7b33028c28383055febcbe66705ee516b9b15 revision_date: 2015-09-07 23:48:14+02:00 environment:Haswell-EP cpu:Intel(R) Xeon(R) CPU E5-2699 v3 @ 2.30GHz 2x18 cores, stepping 2, LLC 45 MB

[PHP-DEV] DOMElement::nodeValue is not W3C conforming

2015-09-08 Thread Christoph Becker
Hi! In bug #70029 it has been reported that DOMElement::nodeValue currently does not conform to the W3C specs. Instead of NULL, it returns the ::textContent. I had committed the patch for master only, to avoid the undesirable BC break for PHP 5.6, but there have been concerns that the BC break

[PHP-DEV] Re: Invalid date/time handling - strtotime()

2015-09-08 Thread Yasuo Ohgaki
Hi Derick, On Wed, Sep 9, 2015 at 1:31 AM, Derick Rethans wrote: > Currently, it works as follows by design: > > - the parser, allows for each unit (year, month, day, hour, minute, > second) the full range of values. For a year that's just 4 digits, for > a month that's 0-12,

Re: [PHP-DEV] DOMElement::nodeValue is not W3C conforming

2015-09-08 Thread Kalle Sommer Nielsen
Hi Christoph 2015-09-08 23:52 GMT+02:00 Christoph Becker : > Hi! > > In bug #70029 it has been reported that DOMElement::nodeValue currently > does not conform to the W3C specs. Instead of NULL, it returns the > ::textContent. > > I had committed the patch for master only, to

[PHP-DEV] Re: Invalid date/time handling - strtotime()

2015-09-08 Thread Derick Rethans
Hi, Currently, it works as follows by design: - the parser, allows for each unit (year, month, day, hour, minute, second) the full range of values. For a year that's just 4 digits, for a month that's 0-12, day is 0-31 and for hour and minute it's 0-59. - 60 is allowed for seconds, as

Re: [PHP-DEV] Requesting RFC karma

2015-09-08 Thread Ferenc Kovacs
On Thu, Sep 3, 2015 at 4:08 PM, Nikita Nefedov wrote: > Hey everyone, > > I'm asking for some RFC karma for wiki account nikita2206 > in preparation of callable typehints RFC [0] > with Marcio, and some other RFCs in the future. > > Thanks in advance \O/ > > [0]

Re: [PHP-DEV] Requesting RFC karma

2015-09-08 Thread Ferenc Kovacs
On Tue, Sep 8, 2015 at 6:44 PM, Ferenc Kovacs wrote: > > > On Thu, Sep 3, 2015 at 4:08 PM, Nikita Nefedov wrote: > >> Hey everyone, >> >> I'm asking for some RFC karma for wiki account nikita2206 >> in preparation of callable typehints RFC [0] >> with

Re: [PHP-DEV] PHP 7.1 - Address PHPSadness #28?

2015-09-08 Thread Rowan Collins
On 7 September 2015 14:11:05 BST, Craig Francis wrote: >But then again, I don't think it's a quirk that "you don't get a >warning when passing a completely undefined variable to isset()", as I >don't see isset() as a normal function. What I meant is that people seem