Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60341 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53692 invoked from network); 27 Apr 2012 20:23:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Apr 2012 20:23:32 -0000 Authentication-Results: pb1.pair.com header.from=nikita.ppv@googlemail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=nikita.ppv@googlemail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain googlemail.com designates 209.85.215.42 as permitted sender) X-PHP-List-Original-Sender: nikita.ppv@googlemail.com X-Host-Fingerprint: 209.85.215.42 mail-lpp01m010-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:65125] helo=mail-lpp01m010-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FB/D6-16466-3400B9F4 for ; Fri, 27 Apr 2012 16:23:31 -0400 Received: by lahl5 with SMTP id l5so824059lah.29 for ; Fri, 27 Apr 2012 13:23:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=b0exFsZgzVht7pyMjxjxdKKhi7RYJvmfpkM3n63mXr0=; b=sKNZ8CZLwqjPMDtbZ1zPMlFWhapao+sxtUQxu714T1uDhvcakT6PAjWVwQu71Xm2/o Nr3qth9WaOLIijkZfjEBew5D/iaAOW2J9Z3uggq0KOdF1Vmc8RcjBGDDSc2QwSSbUsae Dj6QkXDB7f56xx+VdQ5LzdH2i54vSvm7B9louQibecGlW4PwqMryCzKTwFxvu2RTL54n /tDANmlym8Pnbdo2mEfhHOkf9Kn8fKNRVbFOIaL6nqtktqatFm3+y1Dp17pMkroZouOA i4p+rcJCLRqG+Zrmg5543MKrP8nvQ0BXUYNoH1y83bdg8ldXVEaGUnYex1uhXrhxh8mh Egqw== MIME-Version: 1.0 Received: by 10.112.49.100 with SMTP id t4mr3875277lbn.10.1335558207614; Fri, 27 Apr 2012 13:23:27 -0700 (PDT) Received: by 10.152.1.196 with HTTP; Fri, 27 Apr 2012 13:23:27 -0700 (PDT) In-Reply-To: References: Date: Fri, 27 Apr 2012 22:23:27 +0200 Message-ID: To: Pierre Joye Cc: PHP internals Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] considering to remove ext/imap from master From: nikita.ppv@googlemail.com (Nikita Popov) On Fri, Apr 27, 2012 at 3:49 PM, Pierre Joye wrote: > 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. A question not directly related to the rest of the discussion: "Killing ext/imap" just means that it is not shipped by default anymore right? It will still be available via pecl, so people who want to use it, still can, right? Nikita