Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81087 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82806 invoked from network); 24 Jan 2015 17:41:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Jan 2015 17:41:14 -0000 Authentication-Results: pb1.pair.com smtp.mail=xinchen.h@zend.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=laruence@php.net; sender-id=unknown Received-SPF: pass (pb1.pair.com: domain zend.com designates 209.85.215.54 as permitted sender) X-PHP-List-Original-Sender: xinchen.h@zend.com X-Host-Fingerprint: 209.85.215.54 mail-la0-f54.google.com Received: from [209.85.215.54] ([209.85.215.54:59094] helo=mail-la0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C7/85-49997-839D3C45 for ; Sat, 24 Jan 2015 12:41:13 -0500 Received: by mail-la0-f54.google.com with SMTP id hv19so2248844lab.13 for ; Sat, 24 Jan 2015 09:41:09 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=fOJJmUw6Kfqv3qNYdy/W34Pe9vQXC0t66O5hePHn0MM=; b=DrgR3ZKyxh4AUMWW7t6l/M7Fjb3QI2Qf+2OOEd16UdEh7u80guNDpKE90Fivaei/vx /ZyHEKXmuAGpbNU7/sLnphEy5HtLDVyBkr45K1dM7u1vvNcvgZ3yTN+fAkEALjAnTo4J 37AQbV0AY9eWln9j1hD8D9w72acexXg/FhvdW28+U0zlpfgIFp/AKq38NKO9+b83v8ri 5Khx51znRWMm3JYwgt+mJNT9JvWWMMqmtvpQc55XBHSCRgLTnM1dOi32tzv0xvln1QJc Wo1Qla9U9+ZfcpHitsgMrNYAVwPKF0K+wmAMu9+SjddmJRlCWROFTQTrmPo3T5KcEA4G CtzQ== X-Gm-Message-State: ALoCoQnVk8hGAVrxMGgbBhkBLytRbF0Jur/O3mPrH2BniiCiCDmpRb+aDmEZyOspHGSbxTcA8APxllEAikE75LseSZCIBnrD7Hc0+r+lw3SOK/MYLWMuYWUkdRBxTCv3rsEvSFaIXDCnS506w3nC9rMr/8AY+V9HmQ== X-Received: by 10.152.22.129 with SMTP id d1mr13369409laf.22.1422121269443; Sat, 24 Jan 2015 09:41:09 -0800 (PST) Received: from mail-la0-f53.google.com (mail-la0-f53.google.com. [209.85.215.53]) by mx.google.com with ESMTPSA id j9sm1314200lae.39.2015.01.24.09.41.08 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 24 Jan 2015 09:41:08 -0800 (PST) Received: by mail-la0-f53.google.com with SMTP id gq15so2265433lab.12 for ; Sat, 24 Jan 2015 09:41:07 -0800 (PST) X-Received: by 10.112.17.197 with SMTP id q5mr13325110lbd.30.1422121267960; Sat, 24 Jan 2015 09:41:07 -0800 (PST) MIME-Version: 1.0 Received: by 10.114.64.176 with HTTP; Sat, 24 Jan 2015 09:40:47 -0800 (PST) In-Reply-To: References: <54C12DD8.7020800@lerdorf.com> <5er2cat2lpaq6bs6tmpapllcbq6lbcf0te@4ax.com> <3de5cah741q5ukqgqa60p71c3u0ipu0465@4ax.com> <4vg5cad3uavfkv4qr8604sri16h6pip4f5@4ax.com> Date: Sun, 25 Jan 2015 01:40:47 +0800 Message-ID: To: Juan Basso Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Re: PHP7 Homework for everyone reading this list From: laruence@php.net (Xinchen Hui) Hey: On Sun, Jan 25, 2015 at 1:26 AM, Juan Basso wrote: > 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? this is a knew BC break, please read "Changes to list()" section in the AST RFC https://wiki.php.net/rfc/abstract_syntax_tree thanks > > 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 >>>> >>>> >>> >> -- Xinchen Hui @Laruence http://www.laruence.com/