Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:82395 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 63253 invoked from network); 10 Feb 2015 21:58:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Feb 2015 21:58:46 -0000 Authentication-Results: pb1.pair.com smtp.mail=leight@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=leight@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.51 as permitted sender) X-PHP-List-Original-Sender: leight@gmail.com X-Host-Fingerprint: 74.125.82.51 mail-wg0-f51.google.com Received: from [74.125.82.51] ([74.125.82.51:48104] helo=mail-wg0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 07/F4-32490-51F7AD45 for ; Tue, 10 Feb 2015 16:58:45 -0500 Received: by mail-wg0-f51.google.com with SMTP id y19so3399930wgg.10 for ; Tue, 10 Feb 2015 13:58:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=PckiPvIWmuegBMW6pww5gBkUq4zAPMtjr7397lSQH5Y=; b=U8NqeqwUgJvpKm2gdusFzx9A+bf7I3PpsxFiMw3cXK85UWYsYjij2uB1EvOuOz4aaA Y49Bhi944L5fXHefNrW8K/h91f4mzgfqulzPVN0SnhfHNRtqrRskhK9j9gKvg7UoTlMG aZtOiBuPNPVnmRgVxUTPnjQ+POW2wBYsy8qqRaWBSjOdm+S1/YEeCFg+/j0JSo75RHLX VX0sCbuG+o6x1BFm/f98hbk9vI75clDbkWWpsBeKz98Eg19p9nAytQxhgTvlzCD6dLaG EI2b6Ig8cb99T/clDkyEPBEnLyhRCwEkE9+Z/XyjW1Iu6lUIeHV6hw6DP89qXDsVb8o2 PGUA== MIME-Version: 1.0 X-Received: by 10.194.171.136 with SMTP id au8mr57419361wjc.6.1423605522313; Tue, 10 Feb 2015 13:58:42 -0800 (PST) Received: by 10.216.50.139 with HTTP; Tue, 10 Feb 2015 13:58:42 -0800 (PST) In-Reply-To: <80E6AA15-23FA-4A77-B50E-6819120E7B58@gmail.com> References: <80E6AA15-23FA-4A77-B50E-6819120E7B58@gmail.com> Date: Tue, 10 Feb 2015 21:58:42 +0000 Message-ID: To: David Muir Cc: Anatol Belski , "internals@lists.php.net" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] [RFC][VOTE][RESULT] Removal of dead or not yet PHP7 ported SAPIs and extensions From: leight@gmail.com (Leigh) On 10 February 2015 at 21:38, David Muir wrote: > Does this mean PHP will be taking on the role of maintaining libmcrypt as well? That's not what it means, no. > If a security issue is found, what is the course of action? Well, what happened when there was vulnerabilities in OpenSSL? I've been thinking quite hard about what we should do with regard to mcrypt. We definitely need a plan to sunset it, but we can't really do that without a readily available replacement. It's understandable if people do not want to use OpenSSL as an alternative.