Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81784 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 60677 invoked from network); 4 Feb 2015 09:01:42 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Feb 2015 09:01:42 -0000 Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.44 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.220.44 mail-pa0-f44.google.com Received: from [209.85.220.44] ([209.85.220.44:32770] helo=mail-pa0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CD/11-55046-5FFD1D45 for ; Wed, 04 Feb 2015 04:01:42 -0500 Received: by mail-pa0-f44.google.com with SMTP id rd3so1079045pab.3 for ; Wed, 04 Feb 2015 01:01:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=O+ZLkd/LWQP6O/dEUgC0FwZ+9yxMQlQ2XUOt2rtgVSg=; b=P/hzhuOa2HaySXy7shn13gkJAClQZ2nWLnxcdUROCMJagedB9KgpHWrg1jyFlF7zWi PxLEAWvt28JnSLZ76H1YTCH1qhDBP3q52+TVgOHCYen+pSR3xvdncpPwnXpvsvtfLyMQ oL1xk5KcprFB3Rk7hqPk8LVOWmmiE5ysMgUcCtCmCOvduJsNFdw0h25+j5GbxiVeqKZa euIejrGcFMHx868p4jtPKc3I+DoadaNdmIkscH8dpb1u+x+UHxraw/3l5OehNq0TmK+P BVUXxPsZsQ5US+3jTz7RYMge5455rz3THTzJv8ZQ2wLT/vXz7S8eJ8EnQYewYtSRPQsX jxkg== X-Received: by 10.70.37.78 with SMTP id w14mr10037967pdj.34.1423040499128; Wed, 04 Feb 2015 01:01:39 -0800 (PST) Received: from Stas-Air.local (108-66-6-48.lightspeed.sntcca.sbcglobal.net. [108.66.6.48]) by mx.google.com with ESMTPSA id ug6sm1322147pab.7.2015.02.04.01.01.38 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 Feb 2015 01:01:38 -0800 (PST) Message-ID: <54D1DFE8.6090000@gmail.com> Date: Wed, 04 Feb 2015 01:01:28 -0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Pierre Joye CC: Anatol Belski , Adam Harvey , PHP internals References: <54D1BC7D.5000504@gmail.com> <54D1C59C.5070008@gmail.com> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] [RFC][VOTE] Removal of dead or not yet PHP7 ported SAPIs and extensions From: smalyshev@gmail.com (Stanislav Malyshev) Hi! > However, I totally fail to understand your reasoning. We know both > libraries are dead. ext/Imap is almost not used anymore by any major What you mean by "major tool relying on imap"? I've used ext/imap multiple times in the past, and I know others do too. Of course, there are different libraries, so what - there are also libraries that support HTTP or JSON, that's not the reason to remove HTTP or JSON support from PHP. > tool relying on imap, Which appealing reasons do you have to force us > to have to maintain them for the next decade? The same reason as for other things - it is useful and being used. If you have reasons why not, I'm fine with considering them, but so far it has been a bit vague. The fact that the library is not updated doesn't mean it doesn't work. If it doesn't work - fine, let's see where it doesn't work and decide then. -- Stas Malyshev smalyshev@gmail.com