Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71853 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79667 invoked from network); 31 Jan 2014 11:34:24 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 31 Jan 2014 11:34:24 -0000 Authentication-Results: pb1.pair.com header.from=are.you.winning@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=are.you.winning@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.177 as permitted sender) X-PHP-List-Original-Sender: are.you.winning@gmail.com X-Host-Fingerprint: 209.85.216.177 mail-qc0-f177.google.com Received: from [209.85.216.177] ([209.85.216.177:47654] helo=mail-qc0-f177.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BF/28-39593-F3A8BE25 for ; Fri, 31 Jan 2014 06:34:24 -0500 Received: by mail-qc0-f177.google.com with SMTP id i8so6722177qcq.36 for ; Fri, 31 Jan 2014 03:34:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=kTg8Df9+NG8H4z9kx7KV47aEaUMdRjv6u5yi4LhFmOA=; b=M94tbkydpe4ZdIMa8SDURQ8N+RoPDp8j7F4JvqqigosoyB8p+4wXF6zrl3E3zuvEpz Gyk/vnBbGhXJt1J6E406FzCZMg71DXGIEeYq1sTRItLrbAZLuuwqHlu2q1tOfiwTRycL bHIdZdLsLl5A35//hO2KI8iTydOT+Y0JPOhky/pyMeWWzTdZICxBAYnIv7Xcs7BiNrEA RvNm1KniyGCrCtVzrwwcGfZ7e/ruTgjdXjjps5Sf7TSl0jCriijPs7CHgD3oIHto8hFX GvRz2eTH7CJdlpT6cU3WdD1gv5ZRe7Htfg63tbyik58kloBT1btCQT29R54KnxsSxYZD yo4A== MIME-Version: 1.0 X-Received: by 10.140.102.242 with SMTP id w105mr28870252qge.74.1391168061455; Fri, 31 Jan 2014 03:34:21 -0800 (PST) Sender: are.you.winning@gmail.com Received: by 10.229.240.193 with HTTP; Fri, 31 Jan 2014 03:34:21 -0800 (PST) In-Reply-To: References: <52EB6C7B.7040306@sugarcrm.com> Date: Fri, 31 Jan 2014 11:34:21 +0000 X-Google-Sender-Auth: GTlA2WuQHmIESKinIA8zXSNcecc Message-ID: To: Benjamin Eberlei Cc: PHP Development Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] ext/imap -> bye bye in PHP 5.6 From: daverandom@php.net (Chris Wright) On 31 January 2014 11:15, Benjamin Eberlei wrote: > There is no shortage of IMAP related PHP libraries: > https://packagist.org/search/?q=imap > PHPClasses.org probably has a bunch more of them as well. > Out of a random sample of 8 that I picked from the search results on packagist, every one had a dependency on ext/imap (actually a lot of them are forks of the same project). I'm not against removing dead/unmaintainable code but let's not pretend that people don't use it...