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
<hannes.magnus...@gmail.com> 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 <poll...@php.net> 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 <sc...@paragonie.com> 
>> wrote:
>>> Naive answer: P(inclusion) = 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 <https://paragonie.com>
>>>
>>> On Fri, May 29, 2015 at 2:56 PM, Hannes Magnusson <
>>> hannes.magnus...@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 <a...@ajf.me> wrote:
>>>> >
>>>> > On 12 Aug 2014, at 01:15, Tjerk Meesters <tjerk.meest...@gmail.com>
>>>> wrote:
>>>> >
>>>> >>
>>>> >> On 12 Aug, 2014, at 5:03 am, Andrea Faulds <a...@ajf.me> wrote:
>>>> >>
>>>> >>>
>>>> >>> On 11 Aug 2014, at 22:00, Hannes Magnusson <hannes.magnus...@gmail.com>
>>>> 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’d 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’t, I’d 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
>>>>
>>>>

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to