Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86470 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71476 invoked from network); 1 Jun 2015 19:43:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Jun 2015 19:43:40 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.42 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.215.42 mail-la0-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:34399] helo=mail-la0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 10/71-59119-9E5BC655 for ; Mon, 01 Jun 2015 15:43:38 -0400 Received: by laew7 with SMTP id w7so17413294lae.1 for ; Mon, 01 Jun 2015 12:43:35 -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=uG1irwfqQh3xm9VJHo2rXdMpvB4YiBXw4RHuSBezke4=; b=jkpMstc+GERjw4h2AFXT725FTfUEgGq8DC17OXHp5ATL3NNfFPq6/XiS/Q6FSkFSTN jQZHSEv5kVY5T+t9/UkkqaRIOjEAXtJ60f+Wno6Hzlqb/BOSXA8dMauN4zZwypy8Jy+z XUSa7XXBUUlXrH6485jIW/RCvB63KwLK+8v0jhMgECrQ1TxYCgpxfT51IdcgCuVqg417 rVHFaXrqA/jUOfJPrBL17fs/3HKl6QFfjvzhmC22hAG2QCfCG/MQEfuJXswm4y+o+E2W trHAv6mcNgLCVJQom+NMGRAUFG19t3CZOvM0Z5w2+hZYtixLokHBFIqKaCqz5JKVE8Q0 kbmw== MIME-Version: 1.0 X-Received: by 10.112.144.69 with SMTP id sk5mr22429428lbb.6.1433187814801; Mon, 01 Jun 2015 12:43:34 -0700 (PDT) Received: by 10.25.84.65 with HTTP; Mon, 1 Jun 2015 12:43:34 -0700 (PDT) In-Reply-To: References: <6B6E2A89-1C10-4EDD-906F-C5A2237023E0@gmail.com> <0BDFEE82-E0E3-46EE-A0AB-4AF7A6E47C9C@ajf.me> Date: Mon, 1 Jun 2015 12:43:34 -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) \o/ thanks -Hannes On Fri, May 29, 2015 at 3:54 PM, Sara Golemon wrote: > Not thoroughly tested, but it compiles at least. > Give the latest commit a shot: > https://github.com/sgolemon/php-array-api/commit/1274a2bcbc3eca78dbd35702= 136b0034b67afc8f > > -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 wi= ll >>>>>> 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 >>>>>> >>>>>>