Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86459 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77776 invoked from network); 29 May 2015 22:54:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 May 2015 22:54:32 -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.215.44 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.215.44 mail-la0-f44.google.com Received: from [209.85.215.44] ([209.85.215.44:33389] helo=mail-la0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 52/10-09514-62EE8655 for ; Fri, 29 May 2015 18:54:31 -0400 Received: by labpy14 with SMTP id py14so54358693lab.0 for ; Fri, 29 May 2015 15:54:27 -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=eYs9jyIcVZKGOat8NfvR8nJHRatnARr+e0Hrj9W+Ckc=; b=g+a4H8kKRNrF6oOoByvXPa9s7V+y0UhnEkURi8wS7M27kS6pbTAtD3UEt6ZePiSGoZ kOrhXZJ4cs983mvfNVOOFCiOv42qPQdGhC3uien05bb+iNZYUE0gGIzzGtpTztmed6vZ lgvM8j7pdYeOQAmbuEOdmYyExGRDji04s06PF5jmeTT6TLjZZFGMZgXeyXWXzNmTbv7O thygQKFRhb9MoT/DGSSyJwGtzz4u28qI5m4nGv0vq4CZSFhDKTgP8ANSu0KKwsxZRWr7 PpISLmz5stx/xxxzC98b2WzV+H5Tws7+IW1KaGW8N4j4uPJBnM3rJ+/50Tw8tGE0z2gL U4fw== X-Gm-Message-State: ALoCoQl0t1rF0yLLPilyuoNnoci4aqD8UdN62qmJ3I87TJ3ko/WWSC8u++cRODytCWiLfGZXSXuw MIME-Version: 1.0 X-Received: by 10.112.185.100 with SMTP id fb4mr10362169lbc.79.1432940067340; Fri, 29 May 2015 15:54:27 -0700 (PDT) Sender: php@golemon.com Received: by 10.112.11.134 with HTTP; Fri, 29 May 2015 15:54:27 -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 15:54:27 -0700 X-Google-Sender-Auth: B2Ce7kU-peY36R9t4Qp00TH8ZvM 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) Not thoroughly tested, but it compiles at least. Give the latest commit a shot: https://github.com/sgolemon/php-array-api/commit/1274a2bcbc3eca78dbd3570213= 6b0034b67afc8f -Sara On Fri, May 29, 2015 at 1:25 PM, Sara Golemon wrote: > 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 wil= l >>>>> 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 = this >>>>> 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 >>>>> >>>>>