Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86455 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56409 invoked from network); 29 May 2015 19:33:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 May 2015 19:33:22 -0000 Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.217.179 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.217.179 mail-lb0-f179.google.com Received: from [209.85.217.179] ([209.85.217.179:34523] helo=mail-lb0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 63/10-51871-00FB8655 for ; Fri, 29 May 2015 15:33:21 -0400 Received: by lbcmx3 with SMTP id mx3so54777639lbc.1 for ; Fri, 29 May 2015 12:33:17 -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=60UqsVij2q+wsCmq1klVXO/I48ntl66bw7zy53A3t0g=; b=clrxf/iS6T89nkT3AAVf+m7DchvNmAdMZK83Pce7WX59EzFQgnG9K2DOu+V6awo0aA kSaAP5mXPPTlCOJpJgLgmn8Kcs0TeNgoBDhUuLmtLbKS5wGUqOEi91BUuofgsC4SNODn SKASOrnPH171xC+ME87Hri4LrIaKXiTqjUwN6IpUF/P7NZFj8r3d7Zr/QVyl/NNa037s Jm8XCjbmTCpWSfPJcsi9N0rmvw5FUIn2hNUUrQiUPBldXFy1TwBiqakQKBymOA5i8lnK IuXJEthbENzSxoMq41rVwgyCXB/kpN7GXfoFN84t2WJbRF+SVDbSd4rlqIiHzPebxfO/ 3hUw== X-Gm-Message-State: ALoCoQlZp92k9B2l2aK21ce5jdghRNrB5sXLbZFju8tF4FdlechMXOIZnMpVWFRzzcsnt3ZNRMuW MIME-Version: 1.0 X-Received: by 10.112.72.104 with SMTP id c8mr7289122lbv.77.1432927997622; Fri, 29 May 2015 12:33:17 -0700 (PDT) Sender: php@golemon.com Received: by 10.112.11.134 with HTTP; Fri, 29 May 2015 12:33:17 -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 12:33:17 -0700 X-Google-Sender-Auth: 52seSCXwYPfZCXR6Kr1GChFY7dY Message-ID: To: Scott Arciszewski Cc: Hannes Magnusson , 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) 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 w= rote: > 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 y= ears). >> >> >> >> Can this API be retained as is when NG gets merged? >> >> >> >> I would hate to see developers put in effort to take advantage of thi= s >> 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 the= first place. >> > -- >> > Andrea Faulds >> > http://ajf.me/ >> > >> > >> > >> > >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php >> >>