Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:82433 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 43216 invoked from network); 11 Feb 2015 07:23:19 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Feb 2015 07:23:19 -0000 Authentication-Results: pb1.pair.com smtp.mail=anatol.php@belski.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=anatol.php@belski.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain belski.net from 85.214.73.107 cause and error) X-PHP-List-Original-Sender: anatol.php@belski.net X-Host-Fingerprint: 85.214.73.107 klapt.com Received: from [85.214.73.107] ([85.214.73.107:36019] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 39/88-33902-4630BD45 for ; Wed, 11 Feb 2015 02:23:17 -0500 Received: by h1123647.serverkompetenz.net (Postfix, from userid 33) id EC4AF23D6002; Wed, 11 Feb 2015 08:23:12 +0100 (CET) Received: from 217.254.142.9 (SquirrelMail authenticated user anatol@belski.net) by webmail.klapt.com with HTTP; Wed, 11 Feb 2015 08:23:12 +0100 Message-ID: In-Reply-To: <80E6AA15-23FA-4A77-B50E-6819120E7B58@gmail.com> References: <80E6AA15-23FA-4A77-B50E-6819120E7B58@gmail.com> Date: Wed, 11 Feb 2015 08:23:12 +0100 To: "David Muir" Cc: "Anatol Belski" , internals@lists.php.net User-Agent: SquirrelMail/1.5.2 [SVN] MIME-Version: 1.0 Content-Type: text/plain;charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] [RFC][VOTE][RESULT] Removal of dead or not yet PHP7 ported SAPIs and extensions From: anatol.php@belski.net ("Anatol Belski") Hi David, On Tue, February 10, 2015 22:38, David Muir wrote: > >> On 10 Feb 2015, at 9:29 am, "Anatol Belski" >> > wrote: > >> >> Hi, >> >> >> the voting on the removals in PHP7 in hereby finished. The results are >> >> >> item yes:no >> >> sapi/aolserver 32:0 sapi/apache 32:0 sapi/apache_hooks >> 31:0 >> sapi/apache2filter 23:1 sapi/caudium 30:0 sapi/continuity >> 28:0 >> sapi/isapi 28:0 sapi/milter 10:9 sapi/phttpd >> 26:0 >> sapi/pi3web 24:0 sapi/roxen 23:0 sapi/thttpd >> 25:0 >> sapi/tux 25:0 sapi/webjames 25:0 ext/imap >> 14:19 >> ext/mcrypt 15:18 ext/mssql 17:13 ext/pdo_dblib >> 4:18 >> ext/sybase_ct 17:1 >> >> As most of the items are considered to be removed, the ones to stay >> untouched by the 50%+1 requirement are >> >> ext/imap ext/mcrypt ext/pdo_dblib >> >> I'm going to implement and tag the changes considered ASAP. Regarding >> > the >> stuff to considered to be removed from the core - if there are some >> supporters, the sources will be made available in the git tag. They can >> > be >> anytime ported to PHP7 and possibly resurrected. >> >> Regards >> >> >> Anatol >> >> >> >> >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php >> >> > > Does this mean PHP will be taking on the role of maintaining libmcrypt as > well? If a security issue is found, what is the course of action? > not that I knew, libmcrypt is not maintained. An alternative were openssl probably. Regards Anatol