Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86456 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59649 invoked from network); 29 May 2015 19:38:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 May 2015 19:38:02 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.51 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.215.51 mail-la0-f51.google.com Received: from [209.85.215.51] ([209.85.215.51:33472] helo=mail-la0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 56/70-51871-910C8655 for ; Fri, 29 May 2015 15:38:02 -0400 Received: by labpy14 with SMTP id py14so51581827lab.0 for ; Fri, 29 May 2015 12:37:57 -0700 (PDT) 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 :cc:content-type:content-transfer-encoding; bh=rI+M9OPgCC+rbMX9w5owgOd/ryQ0e/dA3fch1HzXSgM=; b=rwd9CYIdcJQIRLETWx72Eb2iQ1pm4spaBulLoi1ER6v2qlM2iy2J8Rhnf+pyTLJfns rU0yjWKo4t7TZf+PiE0jZQ4TM5Xs1AByTZI4cNylbLq6t0ml2p4rcYhlAX6y12tiyH6B M4nl3w0NUOs0c0+wf0ZJkGaBvgbyNjsOh4AEAoZbFym3MZzN7zf3PqX4uYVLmiv2QAMV BbXiXs4TmqMxMGnQ3QksfgTaQkdVal9CFFKb8CtleDepIV3X0MGUpswRpS+YtYeo2Y5C 05D6jy8yTDevMwrcvR9dXp0gJJnDhLOTV9DGFLzpvlDEoqrg2MroAMCs02fyQbQblMMZ dADg== MIME-Version: 1.0 X-Received: by 10.112.144.69 with SMTP id sk5mr9580298lbb.6.1432928277912; Fri, 29 May 2015 12:37:57 -0700 (PDT) Received: by 10.25.84.65 with HTTP; Fri, 29 May 2015 12:37:57 -0700 (PDT) In-Reply-To: References: <6B6E2A89-1C10-4EDD-906F-C5A2237023E0@gmail.com> <0BDFEE82-E0E3-46EE-A0AB-4AF7A6E47C9C@ajf.me> Date: Fri, 29 May 2015 12:37:57 -0700 Message-ID: To: Sara Golemon 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: hannes.magnusson@gmail.com (Hannes Magnusson) 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 th= is >>> 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 th= e first place. >>> > -- >>> > Andrea Faulds >>> > http://ajf.me/ >>> > >>> > >>> > >>> > >>> >>> -- >>> PHP Internals - PHP Runtime Development Mailing List >>> To unsubscribe, visit: http://www.php.net/unsub.php >>> >>>