[PHP-DEV] Re: Proposal for a new array function

2016-02-09 Thread Simon Svensson
On 08/02/16 15:32, Matthew Setter wrote: > I want to propose a new PHP array method, called has_numeric_keys (or > something similar/better), that would have the following method signature: > > bool has_numeric_keys(array $array) > > The reason for it is to check if the array passed to it only ha

Re: [PHP-DEV] Segmentation fault in PHP 7.0.3 (and earlier versions)

2016-02-06 Thread Simon Svensson
On 05/02/16 22:29, Rasmus Lerdorf wrote: > On 02/05/2016 11:39 AM, Simon Svensson wrote: >> I am unable to reproduce the error with this recompiled source, both >> with the /usr/local/php70/bin/php and /usr/local/php70-debug/bin/php. >> This is the same experience I had

Re: [PHP-DEV] Segmentation fault in PHP 7.0.3 (and earlier versions)

2016-02-05 Thread Simon Svensson
On 05/02/16 19:57, julien PAULI wrote: > On Fri, Feb 5, 2016 at 7:37 PM, Simon Svensson wrote: >> Hi, >> >> I'm using Ondřej Surý's ppa which was recently upgraded to PHP 7.0.3. My >> test-suite is causing segmentation faults since 7.0.0 RC5, including the &g

[PHP-DEV] Segmentation fault in PHP 7.0.3 (and earlier versions)

2016-02-05 Thread Simon Svensson
Hi, I'm using Ondřej Surý's ppa which was recently upgraded to PHP 7.0.3. My test-suite is causing segmentation faults since 7.0.0 RC5, including the 7.0.3 release. I can reproduce this consistently by running my test-suite in PHPUnit. Identifying the tests executing when the fault occurs (using