Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80614 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30324 invoked from network); 16 Jan 2015 04:03:38 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jan 2015 04:03:38 -0000 Authentication-Results: pb1.pair.com header.from=zxcvdavid@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=zxcvdavid@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.192.171 as permitted sender) X-PHP-List-Original-Sender: zxcvdavid@gmail.com X-Host-Fingerprint: 209.85.192.171 mail-pd0-f171.google.com Received: from [209.85.192.171] ([209.85.192.171:41228] helo=mail-pd0-f171.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 74/00-29872-99D88B45 for ; Thu, 15 Jan 2015 23:03:38 -0500 Received: by mail-pd0-f171.google.com with SMTP id y13so20281340pdi.2 for ; Thu, 15 Jan 2015 20:03:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:message-id:in-reply-to:references:subject :mime-version:content-type; bh=fWmkEjqEtFQf85BZVHmhZBjDzertIdLshWAM/HOopYE=; b=Ube5mD+tZIgVIkhZcwG8FYgMG/o7VIPsyj3qHp5arDkJdMnipWBjDpS63ErXce2zvA I9Ef0EgT5/m2C50RQQlG54mBtnuO1IsaQtckNtRaouFbeO6RnPNwxbYBHwUbCkyIUGvf WJGg8yH4HVelIkhDSvqMGoJaWqe0/lSD7QeHlxnrfGrgCVuJZgjoxsPfbrz4gqQygQta 9fBJr35/7621/dfPjMx8vzzJS1l9q+TF3lQEDjT3gDmi4EKdT/R05Pfg+170SNnCfKjm VW4AAj4lPGXGSBi6vhRGqBLWOha4pWvqpur0phzYlrA0lW2TWZdvlt5ussczvqCRcbCU jE9g== X-Received: by 10.70.43.68 with SMTP id u4mr10437627pdl.6.1421381014125; Thu, 15 Jan 2015 20:03:34 -0800 (PST) Received: from [10.0.23.191] ([207.226.142.175]) by mx.google.com with ESMTPSA id i5sm2751268pat.6.2015.01.15.20.03.31 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 15 Jan 2015 20:03:33 -0800 (PST) Date: Fri, 16 Jan 2015 12:03:32 +0800 To: Rasmus Lerdorf Cc: Xinchen Hui , Julien Pauli , PHP Internals , demon@php.net Message-ID: <4F50A245D5DE4819B0FBCF188571C0AB@gmail.com> In-Reply-To: <54B74E72.1020902@lerdorf.com> References: <54B74E72.1020902@lerdorf.com> X-Mailer: sparrow 1.6.4 (build 1178) MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="54b88d94_2f305def_c4" Subject: =?utf-8?Q?=E5=9B=9E=E5=A4=8D=EF=BC=9A_?=[PHP-DEV] Top 10 Pecl extensions PHP7 compatibility From: zxcvdavid@gmail.com (Wei Dai) --54b88d94_2f305def_c4 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Hi, Sorry for the late reply. =20 =E5=9C=A8 2015=E5=B9=B41=E6=9C=8815=E6=97=A5 =E6=98=9F=E6=9C=9F=E5=9B=9B=EF= =BC=8C=E4=B8=8B=E5=8D=881:21=EF=BC=8CRasmus Lerdorf =E5=86=99=E9=81=93=EF= =BC=9A > On 01/14/2015 07:24 PM, Xinchen Hui wrote: > > On Thu, Jan 15, 2015 at 1:53 AM, Julien Pauli wrote: > > > I obviously will help porting some of them. > > =20 > > as I remembered, memcached and redis already be proted by demon at ph= p.net (http://php.net) > > =20 > =20 > =20 > =46or memcached, do you mean this pull request=3F > =20 > 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 t= o =20 rewrite or fix up. =20 I=E2=80=99ll do finish the upgrade within a month. > =20 > It looks pretty good. It is missing the zend=5Fstring changes for the I= NI > 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: > =20 > - add=5Fassoc=5Fnull=5Fex(return=5Fvalue, mkeys=5Bi=5D, mkeys=5Flen=5Bi= =5D + 1); > + add=5Fassoc=5Fnull=5Fex(return=5Fvalue, mkeys=5Bi=5D, mkeys=5Flen=5Bi= =5D); > =20 > 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. > =20 > -Rasmus =20 =E2=80=94 Wei Dai =40Demon --54b88d94_2f305def_c4--