Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:81770 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 35320 invoked from network); 4 Feb 2015 06:51:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Feb 2015 06:51:49 -0000 Authentication-Results: pb1.pair.com header.from=smalyshev@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=smalyshev@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.46 as permitted sender) X-PHP-List-Original-Sender: smalyshev@gmail.com X-Host-Fingerprint: 209.85.220.46 mail-pa0-f46.google.com Received: from [209.85.220.46] ([209.85.220.46:65110] helo=mail-pa0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 57/B5-20608-481C1D45 for ; Wed, 04 Feb 2015 01:51:48 -0500 Received: by mail-pa0-f46.google.com with SMTP id lj1so106635795pab.5 for ; Tue, 03 Feb 2015 22:51:45 -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=TUwVx4jDUlMIo4a1ooprvIUG7ChfSZEj6FMX0kyUJlM=; b=rDjQX3sGl25TD+UL3xKkX1p7KL5A3W6GmHWIzQ+IsrPLwUsngOP7CKpTxzKMhhfUoo HVgjpJP4q4T2OtXkIbZCDERIVYu3gUS1i4MQcyF/04Ig6ivdSID/m4egXj2oBF5QCv1+ DY8+uJnDAC2VNKWc/xIOOFGoCdtgyXS5sB+6XyN6n63XEzv5zU8hs5pecn0+qlU+quy8 Ri9sPIYqXFY9kAmruT8X0w+dOa61gvXIWG/1rkzSW2LFpCXIAddis8/VX++pJuQIiv0B MXKWDWQRN11SZ8yySzzb8WFTthIILhiuxBoxmCnTrXnN/1Qi1pE98fuiK3Sm6Mmpt1HJ vi5Q== X-Received: by 10.68.221.34 with SMTP id qb2mr9056967pbc.47.1423032705442; Tue, 03 Feb 2015 22:51:45 -0800 (PST) Received: from [192.168.2.145] (108-66-6-48.lightspeed.sntcca.sbcglobal.net. [108.66.6.48]) by mx.google.com with ESMTPSA id sm4sm903527pab.22.2015.02.03.22.51.44 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 03 Feb 2015 22:51:44 -0800 (PST) Message-ID: <54D1C176.6000107@gmail.com> Date: Tue, 03 Feb 2015 22:51:34 -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: Anatol Belski , Adam Harvey CC: PHP internals References: <0d436102ec3afeeb91673e2d30c64de4.squirrel@webmail.klapt.com> In-Reply-To: <0d436102ec3afeeb91673e2d30c64de4.squirrel@webmail.klapt.com> 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! > And at list this one living native PHP implementation > https://github.com/horde/horde/tree/master/framework/Imap_Client/ (and > more library links in the older thread link above). This is part of Horde with 9 listed dependencies and 9 suggested ones, and probably also sub-dependencies. It is much less convenient than having imap right here when you run PHP. And looks like on top of that it lists PHP 7 as not supported. I'm sure there are other imap implementations, but I wouldn't be that quick in throwing out one that a lot of people may use. -- Stas Malyshev smalyshev@gmail.com