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

2015-09-09 Thread Matteo Beccati
Hi Christoph, > 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

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

2015-09-09 Thread Lauri Kenttä
On 2015-09-08 21:22, Rowan Collins wrote: If you've assigned meaning to that variable you should be initialising it somewhere so that your code is more readable and less fragile. +1 It would be nice to have variable declarations (such as var $foo or TypeName $foo) and notices when using

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

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

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

2015-09-09 Thread Craig Francis
On 8 Sep 2015, at 19:22, Rowan Collins wrote: > It's also a "quirk" in the sense that suppressing that warning for a plain > variable is an odd thing to want - if you've assigned meaning to that > variable you should be initialising it somewhere so that your code is

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

2015-09-09 Thread Christoph Becker
Hi Kalle, hi Matteo, Kalle Sommer Nielsen wrote: > 2015-09-08 23:52 GMT+02:00 Christoph Becker : > >> 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

Re: [PHP-DEV] Re: Generic classes and methods RFC

2015-09-09 Thread Stephen Coakley
On 09/07/2015 02:02 PM, George Bond wrote: On 7 September 2015 at 11:37, Ben Scholzen wrote: Hello, Hi Ben! Generics are a feature I'd love to see in PHP. I think this RFC could do with a little elaboration, though. Something that's particularly important to me is if it

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

2015-09-09 Thread Rowan Collins
Craig Francis wrote on 09/09/2015 16:54: I don't think it is an odd thing to suppress a warning for a plain variable. For example, on a blog you may have a list of articles, which is used by both the admin and users, but the (MVC) controller might set an $add_url, so a link to add a new

Re: [PHP-DEV] Benchmark Results for PHP Master 2015-09-09

2015-09-09 Thread Good Guy
On 09/09/2015 13:39, lp_benchmark_robot wrote: Results for project php-src-nightly, build date 2015-09-09 05:00:00+03:00 commit: 7c8798834aefe4d4071eb66020e7dfa47111e343 revision_date: 2015-09-09 03:58:37+02:00 environment:Haswell-EP cpu:Intel(R) Xeon(R) CPU E5-2699 v3 @

[PHP-DEV] Re: Benchmark Results for PHP Master 2015-09-09

2015-09-09 Thread Stewart, David C
Do we know why we got such a nice boost in Wordpress? On 9/9/15, 5:39 AM, "lp_benchmark_robot" wrote: > >Results for project php-src-nightly, build date 2015-09-09 05:00:00+03:00 >commit:7c8798834aefe4d4071eb66020e7dfa47111e343 >revision_date: