Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71832 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 45261 invoked from network); 31 Jan 2014 09:03:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Jan 2014 09:03:06 -0000 Authentication-Results: pb1.pair.com smtp.mail=remi@fedoraproject.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=remi@fedoraproject.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain fedoraproject.org from 212.27.42.3 cause and error) X-PHP-List-Original-Sender: remi@fedoraproject.org X-Host-Fingerprint: 212.27.42.3 smtp3-g21.free.fr Linux 2.6 Received: from [212.27.42.3] ([212.27.42.3:49260] helo=smtp3-g21.free.fr) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1E/D0-39593-8C66BE25 for ; Fri, 31 Jan 2014 04:03:05 -0500 Received: from schrodingerscat.famillecollet.com (unknown [82.241.130.121]) by smtp3-g21.free.fr (Postfix) with ESMTP id 3F3C5A62AB for ; Fri, 31 Jan 2014 10:02:56 +0100 (CET) Message-ID: <52EB66C0.5070108@fedoraproject.org> Date: Fri, 31 Jan 2014 10:02:56 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: PHP Internals References: In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] considering to remove ext/imap from master From: remi@fedoraproject.org (Remi Collet) Le 27/04/2012 15:49, Pierre Joye a écrit : > hi! > > Before I go with a RFC and all that, I would like to check the current > feeling about killing ext/imap. The c-client project is dead since > quite some time already. I do not see any viable alternative > (applicable to server side usages) and it would be very hard to > maintain the same APIs, given the little mess in the imap's API. > > There are also plenty of very good PHP implementation out there. > Roundcube being my favourite, zeta components of the Zend Frameworks > being two other. > > What are your thoughts about this drop? FYI php-imap extension is no more available in RHEL-7 (beta) because of c-client. So I will agree a move to pecl for this extension. Remi. > Links: > http://incubator.apache.org/zetacomponents > http://framework.zend.com/ > http://roundcube.net/ > > Cheers, >