Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:80514 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17287 invoked from network); 15 Jan 2015 05:22:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Jan 2015 05:22:01 -0000 Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain lerdorf.com designates 209.85.192.51 as permitted sender) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.192.51 mail-qg0-f51.google.com Received: from [209.85.192.51] ([209.85.192.51:50972] helo=mail-qg0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 48/10-14306-87E47B45 for ; Thu, 15 Jan 2015 00:22:00 -0500 Received: by mail-qg0-f51.google.com with SMTP id i50so10288244qgf.10 for ; Wed, 14 Jan 2015 21:21:57 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type; bh=ML4WDLejlsMPX3M7ZQGt1hCGMiAgYuRn0XKQbRVOVk4=; b=l0HaLRY3koiHAfogHOwthS49r3JwUCuWGwmOd1xd+Mlzsw1pTZjzzREmiuVO86wFg6 +94p/YwcaZNIP6wF3tZH4MTDvqV5wytreuW4CYndFJWMPoY/gil0MX5+SeuiCSFpkiBv BssvoxHEw+A0V2NGCNMKEVy4vnjiCktgkGIzTocOabFwubbc+2wGr0z9hBbc3V/Mqngm iuYtWsqU4uWCfyZvtnX8mT52BkniFFhPzw1ePjtF7mYt0hr7ceIEhx/QE8P0BFEbFBWO yrEu10R6W33rKytzoS/uLNawzYS4nfhpkPCtfB13dyU9UNJHnkus7dqev7NPB7ULAFtr QBWw== X-Gm-Message-State: ALoCoQmU+7hR5JeTFybN9J1UHUQhOIcUR1T+L3KRq6hmE4nCgMju+MA0JKUMOu6tJASKm59mnGBZ X-Received: by 10.224.80.67 with SMTP id s3mr13321126qak.84.1421299317587; Wed, 14 Jan 2015 21:21:57 -0800 (PST) Received: from [192.168.200.14] (c-50-131-44-225.hsd1.ca.comcast.net. [50.131.44.225]) by mx.google.com with ESMTPSA id b109sm483502qgf.40.2015.01.14.21.21.55 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 14 Jan 2015 21:21:56 -0800 (PST) Message-ID: <54B74E72.1020902@lerdorf.com> Date: Wed, 14 Jan 2015 21:21:54 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: Xinchen Hui , Julien Pauli CC: PHP Internals , demon@php.net References: In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="HrgPhtDNROovTJ4ekj6QIFRLiSDoURHRe" Subject: Re: [PHP-DEV] Top 10 Pecl extensions PHP7 compatibility From: rasmus@lerdorf.com (Rasmus Lerdorf) --HrgPhtDNROovTJ4ekj6QIFRLiSDoURHRe Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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. > as I remembered, memcached and redis already be proted by demon at php= =2Enet For memcached, do you mean this pull request? https://github.com/php-memcached-dev/php-memcached/pull/148 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 --HrgPhtDNROovTJ4ekj6QIFRLiSDoURHRe Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iEYEARECAAYFAlS3TnIACgkQlxayKTuqOuCINgCfSbn3HoeP+Z2F9kDqUiV2m7c7 kScAn0ghI7e0n/fsuWE9o2odAXJO5Ybo =q+Kf -----END PGP SIGNATURE----- --HrgPhtDNROovTJ4ekj6QIFRLiSDoURHRe--