Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81089 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85743 invoked from network); 24 Jan 2015 17:45:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Jan 2015 17:45:05 -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.47 as permitted sender) X-PHP-List-Original-Sender: xinchen.h@zend.com X-Host-Fingerprint: 209.85.215.47 mail-la0-f47.google.com Received: from [209.85.215.47] ([209.85.215.47:62130] helo=mail-la0-f47.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 61/36-49997-D1AD3C45 for ; Sat, 24 Jan 2015 12:45:02 -0500 Received: by mail-la0-f47.google.com with SMTP id hz20so2277729lab.6 for ; Sat, 24 Jan 2015 09:44:59 -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=N08JxlhX6DmU4ghJnw6/SnP5APHEErS6ccavKDHNEt8=; b=DfGtFv0PFKneajIdbT62DwNRvUPLaPS8ATA9E6P3gx2JOijAhvYg/sHwLVpPcbO7Ls xui567/2d8TCxPebRigdcUNTa6KrWXPRfwpSSUTEONYCCGoUa9tIDbWU9jYX1FLqeUX8 xwvaQDvJ5sNMD2iw7G4xjVUQ225Q4aYrgSaNCbbaksbV8xlyJWCXu2jhi01AhF6ippQu Iqanmu72jx9qUFWaBqXzeaG4UD5drNFYJ6G32QMifmkVAajeYfe4Oe/exjF8mKK1GQb1 aOxXL6mqNZtYOUflPanNTBjyQGUAgPL3KRJ1LiFfO2kTytNTEys2XYIkXWDR6Y+Ug1R5 12aw== X-Gm-Message-State: ALoCoQlWbisHh6K/wnYFFa3W5G6wJBR/CUCOSlYb5GW1NF5gOrIs79ONndBjOrFMVKGT05VjTGC1RwAG3Ds3RAb4Om0HS/UL55KuMu7ErWyTobu7uKgImU0qc5w1pVDaNH2lmEuLOye0GJL/h0FT5KKZuFMSCSOxeg== X-Received: by 10.152.45.4 with SMTP id i4mr13401286lam.74.1422121499081; Sat, 24 Jan 2015 09:44:59 -0800 (PST) Received: from mail-lb0-f174.google.com (mail-lb0-f174.google.com. [209.85.217.174]) by mx.google.com with ESMTPSA id pn7sm1323072lbb.6.2015.01.24.09.44.57 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 24 Jan 2015 09:44:57 -0800 (PST) Received: by mail-lb0-f174.google.com with SMTP id f15so2282217lbj.5 for ; Sat, 24 Jan 2015 09:44:57 -0800 (PST) X-Received: by 10.112.14.6 with SMTP id l6mr13341273lbc.91.1422121497287; Sat, 24 Jan 2015 09:44:57 -0800 (PST) MIME-Version: 1.0 Received: by 10.114.64.176 with HTTP; Sat, 24 Jan 2015 09:44:37 -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:44:37 +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:43 AM, Juan Basso wrote: > I see. Shouldn't this BC break be added on the UPGRADING file too? I can > open a PR if necessary. > I think it's not necessary, for such a rare usage.. :) thanks > On Sat, Jan 24, 2015 at 12:40 PM, Xinchen Hui wrote: >> >> 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/ > > -- Xinchen Hui @Laruence http://www.laruence.com/