I step in another failing test that I would like to confirm if that is an issue or it was an accepted backward incompatibility due the phpng (I couldn't find anything on the RFC and the UPGRADING regarding that).
Here is the code: http://3v4l.org/h7TEV The issue happens when the variable used to split data using list() is also part of the variables that will receive the values. In the case of my example, $data contains the data to be splitted and also will receive the first value. Is that an issue or BC break? On Sat, Jan 24, 2015 at 12:53 AM, Juan Basso <jrba...@gmail.com> wrote: > This is not a segfault, but another issue exclusive from PHP 7 > https://bugs.php.net/bug.php?id=68897 > > On Fri, Jan 23, 2015 at 11:54 PM, Juan Basso <jrba...@gmail.com> wrote: > >> I found another segment fault on PHP 7 during CakePHP 3 tests. I reported >> the issue on https://bugs.php.net/bug.php?id=68896 >> >> On Fri, Jan 23, 2015 at 5:01 PM, Jan Ehrhardt <php...@ehrhardt.nl> wrote: >> >>> Jan Ehrhardt in php.internals (Fri, 23 Jan 2015 22:18:50 +0100): >>> >Dmitry Stogov in php.internals (Fri, 23 Jan 2015 17:54:45 +0400): >>> >>"master" branch. >>> > >>> >propro, raphf and pecl_http do not compile with the master branch. >>> >You'll have to checkout the phpng branch. These extensions did compile >>> >and load: >>> > >>> https://phpdev.toolsforresearch.com/php-7.0.0-dev-nts-Win32-VC11-x86.htm >>> > >>> >Build: >>> > >>> https://phpdev.toolsforresearch.com/php-7.0.0-dev-nts-Win32-VC11-x86.zip >>> >>> The TS build is very much alike: >>> https://phpdev.toolsforresearch.com/php-7.0.0-dev-Win32-VC11-x86.htm >>> https://phpdev.toolsforresearch.com/php-7.0.0-dev-Win32-VC11-x86.zip >>> >>> What you cannot see in phpinfo() is that php7apache2_4.dll and even >>> php7apache2_2.dll also compile fine. >>> >>> >Maybe there are other PECL extension that have PHP7 branches, unknown to >>> >you and me. >>> >>> Jan >>> >>> -- >>> PHP Internals - PHP Runtime Development Mailing List >>> To unsubscribe, visit: http://www.php.net/unsub.php >>> >>> >> >