Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81085 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79446 invoked from network); 24 Jan 2015 17:26:30 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Jan 2015 17:26:30 -0000 Authentication-Results: pb1.pair.com header.from=jrbasso@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=jrbasso@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.223.173 as permitted sender) X-PHP-List-Original-Sender: jrbasso@gmail.com X-Host-Fingerprint: 209.85.223.173 mail-ie0-f173.google.com Received: from [209.85.223.173] ([209.85.223.173:57228] helo=mail-ie0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CB/D4-49997-5C5D3C45 for ; Sat, 24 Jan 2015 12:26:29 -0500 Received: by mail-ie0-f173.google.com with SMTP id tr6so2507694ieb.4 for ; Sat, 24 Jan 2015 09:26:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=saxRMl1HMaegmKcLuqoguAGc3/PRkHNoQcea5toyiPI=; b=KvQ7drNKSsH33U9C9UUllZpxek8bFDHJmA853pi9VYuORB3+ayejT6ChYil5RtMg5v ne4sG9SeU9UffaxlGXP0HtglNFKXGCxCXRafaUQ/xioC+WNqt8MxUInJBn2VPBJeUoV8 dG0gA+nC+HqszODXM3KI9y2stuEn0z0oaFee79IwVCM2AqlbW5yEUX9B4z8aWmGBqLHl ni9rKVqbuHWbtMrosYVvj3w+BLpxet7VLxJtbyjQvYOEeOOSyJQBpIq/qwz74a7u7dQ9 xYLkZlBywOsnsttM8yPFQg2un9VmTDyYH0qPCSeDONUrNLL7oiY8RlH9rigjcbIq0qdV 14sg== MIME-Version: 1.0 X-Received: by 10.42.130.198 with SMTP id w6mr13797247ics.97.1422120386562; Sat, 24 Jan 2015 09:26:26 -0800 (PST) Received: by 10.64.25.114 with HTTP; Sat, 24 Jan 2015 09:26:26 -0800 (PST) In-Reply-To: References: <54C12DD8.7020800@lerdorf.com> <5er2cat2lpaq6bs6tmpapllcbq6lbcf0te@4ax.com> <3de5cah741q5ukqgqa60p71c3u0ipu0465@4ax.com> <4vg5cad3uavfkv4qr8604sri16h6pip4f5@4ax.com> Date: Sat, 24 Jan 2015 12:26:26 -0500 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary=90e6ba2121a5781174050d693464 Subject: Re: [PHP-DEV] Re: PHP7 Homework for everyone reading this list From: jrbasso@gmail.com (Juan Basso) --90e6ba2121a5781174050d693464 Content-Type: text/plain; charset=UTF-8 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 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 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 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 >>> >>> >> > --90e6ba2121a5781174050d693464--