Newsgroups: php.internals,php.pecl.dev Path: news.php.net Xref: news.php.net php.internals:103461 php.pecl.dev:15589 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 1043 invoked from network); 20 Nov 2018 14:04:31 -0000 Received: from unknown (HELO mail-it1-f171.google.com) (209.85.166.171) by pb1.pair.com with SMTP; 20 Nov 2018 14:04:31 -0000 Received: by mail-it1-f171.google.com with SMTP id m15so2680836itl.4; Tue, 20 Nov 2018 02:26:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=5rQlM9II247xEjmi10lF31zBVRK9Dcf0fLDhemayFEc=; b=gUeLxC8u9xt4DEsOGlka03PFG2/ke95aJnZ3JZANWcQPdvh5Yo80aicxSu9uJSPqMz w3OAf+Ej1CrF15iEjGUzpEK/6Pd9OjrVvD5WAKZDmzkzIDh0+hDxcjGuCRXO7GhzEtEV wxvmyRz6K4Rz1fdwEO1EIsRkGF4Ww6K0UQ7JSIPJcYJFvp6X6TJuXh6FGddMAl4vwueH hqpxpVfvnbxPwGg9Whb362+yAVAV4sCBw3YHGU8HAOdErlZimPNPu6u8CeK9QrjDr+zs 1EhsE41iItEpPwFURv0e5W1j2XktGU2fYnfC9xOstRtoBuk1pzwiyy0SK/bop2tZEs14 pTWQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=5rQlM9II247xEjmi10lF31zBVRK9Dcf0fLDhemayFEc=; b=Uk3M2TeiO1z11kCFShIyqN22+V/tDY1H2yszkKyIkRc0EEXgNiHLs9d1Y92FKhodF6 8FIXvznLkAeC2d5+7/urQ9EASjHvx0KonS0DeTbVdR9x4vp19j1Ley7T6bowzcWTWZ/s D5flyLpYt9MTQnoNABHBH3SEhTqQGF9Z+YS1vn2qqUM0Fk9DGRow6Jw1f8H3pRJDXP2H FJ0BYqwoPpVv1Xc6ihZrLN+/pbT1dyyB0FBlCoN1zDXWAqmNaW/fBGOo7Hn7/qYwPiK7 hyaNM06larczqVrrneOdJWNm594dpZmeCL7vn0iuDxCC37qPIf3W9XDBGwgQTrbeSAH9 jMeA== X-Gm-Message-State: AA+aEWbdW4drrPXB/rgzjyAjfSZsa02RshLy6HNwXx5EwpTl0L3DJhrv TUFAPcJp5A7vEQU1uepB++qvC5sB9jgM3ZnmSUY= X-Google-Smtp-Source: AFSGD/UpIpu9WOm7EkwTsXv45U/n5H9gUQiKsh6PiCMwSq0LSXxjyi5YTixM7gFaS8Pe1jytpyQl4UrLDoGaLQoON/c= X-Received: by 2002:a05:660c:706:: with SMTP id l6mr1696954itk.34.1542709582784; Tue, 20 Nov 2018 02:26:22 -0800 (PST) MIME-Version: 1.0 References: <6cksid9la6p2t96qj2eptoffd9gbocnt0u@4ax.com> <18fddfb0-8c45-0fda-0833-c0984ae1bf7c@allenjb.me.uk> In-Reply-To: Date: Tue, 20 Nov 2018 10:26:11 +0000 Message-ID: To: Pierre Joye Cc: php.lists@allenjb.me.uk, phpdev@ehrhardt.nl, PHP internals , pecl-dev@lists.php.net Content-Type: multipart/alternative; boundary="000000000000ac6d4f057b1610a0" Subject: Re: [PHP-DEV] Re: memcache, without a d, as in Venezuela From: rowan.collins@gmail.com (Rowan Collins) --000000000000ac6d4f057b1610a0 Content-Type: text/plain; charset="UTF-8" On Mon, 19 Nov 2018 at 15:53, Pierre Joye wrote: > On Sun, Jun 24, 2018, 12:00 AM AllenJB > > Someone was asking about memcache vs memached on IRC the other day and I > > advised them the memcache extension looked abandoned based on the PECL > > page. Having 2 such similar extensions is confusing - It would also be > > nice if someone could document the major differences between the 2 > > extensions somewhere to help users decide which they might want to > select. > > > > > memcached uses libmemcache, which only supports linux-like systems. This is > the main reason to keep both. > That doesn't entirely follow: it's a reason why not to abandon the without-a-d extension, but it doesn't actually justify keeping both. It seems to me that *neither* extension is properly maintained right now (the with-a-d extension has recent releases, but all wrapping an abandoned upstream library); so if the without-a-d extension has better cross-platform support, it might make sense to keep *only* that one (revived from https://github.com/websupport-sk/pecl-memcache) and encourage anyone interested to contribute rather than splitting the effort. Regards, -- Rowan Collins [IMSoP] --000000000000ac6d4f057b1610a0--