Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86457 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69686 invoked from network); 29 May 2015 20:25:18 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 May 2015 20:25:18 -0000 Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.217.174 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.217.174 mail-lb0-f174.google.com Received: from [209.85.217.174] ([209.85.217.174:32850] helo=mail-lb0-f174.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BC/D0-51871-72BC8655 for ; Fri, 29 May 2015 16:25:12 -0400 Received: by lbcue7 with SMTP id ue7so55505599lbc.0 for ; Fri, 29 May 2015 13:25:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=UA/cWK/YsBi1y35oiZQP7y+yt75T3XnqBG7751HAQKU=; b=fBAQFvVYlr4OpbE6OGwJJkXJ0+E9j64tyDMRf69gYPp/MtzXRblD8iIC7b/+YzCIz7 PR3OvJHyP3/SKreO1JSzFv9jp/9CvkZXk1s7/pWnDzEBwAyP0LDP6Ua4FD+bSdR7Wkmr WBiEDYZrgp7Yt/KNbTTNe38KxbiG3mf5PdNVY2rhkEp1XU7iVZUr+XzhFCQSxvnQiCvG 59nXp2Q5CzCdCSOMy1420f/rUidyAf5VWsMcS7JB7g84A75n/TfFEsU6yWtplxx7X9TR hONnTFKo71QEf1SJvauTTOlVZHRYhvh1P6p5nqT9yaSiemp6D6GKcQHGxfUz1wU1huMo zvmQ== X-Gm-Message-State: ALoCoQmWzOajaqCLEI2fzBFyHGO17jRa1egN/WhQ/S5I7KG+zfObRcfzaeZKBew8jnoouhBldhR3 MIME-Version: 1.0 X-Received: by 10.112.139.1 with SMTP id qu1mr9813232lbb.8.1432931107959; Fri, 29 May 2015 13:25:07 -0700 (PDT) Sender: php@golemon.com Received: by 10.112.11.134 with HTTP; Fri, 29 May 2015 13:25:07 -0700 (PDT) X-Originating-IP: [2620:10d:c081:1110:8000::215b] In-Reply-To: References: <6B6E2A89-1C10-4EDD-906F-C5A2237023E0@gmail.com> <0BDFEE82-E0E3-46EE-A0AB-4AF7A6E47C9C@ajf.me> Date: Fri, 29 May 2015 13:25:07 -0700 X-Google-Sender-Auth: SEfq2IbthwmPDUAm5uDaeDVdDw8 Message-ID: To: Hannes Magnusson Cc: Scott Arciszewski , PHP Internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [RFC] Simplified Array API for extensions From: pollita@php.net (Sara Golemon) Ah, well that I'll probably do soonish, but as you already know, it doesn't need to be in the php-src tree to work. :) On Fri, May 29, 2015 at 12:37 PM, Hannes Magnusson wrote: > I was hoping someone had ported that header file to PHP7 too, for > easier upgrade path from PHP5 for projects already using it :] > > -Hannes > > > On Fri, May 29, 2015 at 12:33 PM, Sara Golemon wrote: >> Yeah, way too late for PHP 7.0, but on the plus side the zend hash API >> has changed in ways which make this facade much less necessary. Not >> redundant, necessarily, but the biggest pain point (getting zval** by >> reference) is gone (we now get zval* via return). >> >> -Sara >> >> On Fri, May 29, 2015 at 12:14 PM, Scott Arciszewski wrote: >>> Naive answer: P(inclusion) =3D 0, due to the feature freeze. Unless I'm >>> mistaken. >>> >>> If so, you might need to target 7.1 instead of 7.0. >>> >>> Scott Arciszewski >>> Chief Development Officer >>> Paragon Initiative Enterprises >>> >>> On Fri, May 29, 2015 at 2:56 PM, Hannes Magnusson < >>> hannes.magnusson@gmail.com> wrote: >>> >>>> What are the chances anyone updated this to support PHP7 yet? >>>> >>>> >>>> >>>> -Hannes >>>> >>>> >>>> On Mon, Aug 11, 2014 at 5:17 PM, Andrea Faulds wrote: >>>> > >>>> > On 12 Aug 2014, at 01:15, Tjerk Meesters >>>> wrote: >>>> > >>>> >> >>>> >> On 12 Aug, 2014, at 5:03 am, Andrea Faulds wrote: >>>> >> >>>> >>> >>>> >>> On 11 Aug 2014, at 22:00, Hannes Magnusson >>>> wrote: >>>> >>> >>>> >>>> I think it would be fantastic if this would be included in 5.6. >>>> >>> >>>> >>> Too late for 5.6, but 5.7 perhaps (can we please have this? 7 will >>>> break BC and I=E2=80=99d like to get some stuff in next year, not in 2= years). >>>> >> >>>> >> Can this API be retained as is when NG gets merged? >>>> >> >>>> >> I would hate to see developers put in effort to take advantage of t= his >>>> simplified API in 5.x only to have to make changes again for 7. >>>> > >>>> > If it can=E2=80=99t, I=E2=80=99d suggest only adding this in ng in t= he first place. >>>> > -- >>>> > Andrea Faulds >>>> > http://ajf.me/ >>>> > >>>> > >>>> > >>>> > >>>> >>>> -- >>>> PHP Internals - PHP Runtime Development Mailing List >>>> To unsubscribe, visit: http://www.php.net/unsub.php >>>> >>>>