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 be possible to
have
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 committed the patch fo
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: 2015-09-09 03:58:37+02:00
>environme
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 @
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 articl
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 more
> readable and less fr
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 (espe
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
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 concer