Hi,

Sorry for the late reply.  

在 2015年1月15日 星期四,下午1:21,Rasmus Lerdorf 写道:

> On 01/14/2015 07:24 PM, Xinchen Hui wrote:
> > On Thu, Jan 15, 2015 at 1:53 AM, Julien Pauli <jpa...@php.net 
> > (mailto:jpa...@php.net)> wrote:
> > > I obviously will help porting some of them.
> >  
> > as I remembered, memcached and redis already be proted by demon at php.net 
> > (http://php.net)
> >  
>  
>  
> For memcached, do you mean this pull request?
>  
> https://github.com/php-memcached-dev/php-memcached/pull/148
Yes, this is the patch for the memcached extension to support php7, but
the last commit is on 29 Aug 2014, so it must have a lot of things need to  
rewrite or fix up.  

I’ll do finish the upgrade within a month.
>  
> It looks pretty good. It is missing the zend_string changes for the INI
> stuff, but that came after this was created. So probably a few other
> small things to fix up. I thought for sure it would miss this:
>  
> - add_assoc_null_ex(return_value, mkeys[i], mkeys_len[i] + 1);
> + add_assoc_null_ex(return_value, mkeys[i], mkeys_len[i]);
>  
> But it is in there. I hadn't noticed this pull request and had already
> done most of it locally here. I'll merge the two.
>  
> -Rasmus  
—
Wei Dai
@Demon

Reply via email to