Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:91669 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91463 invoked from network); 15 Mar 2016 16:11:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Mar 2016 16:11:16 -0000 Authentication-Results: pb1.pair.com smtp.mail=scott@paragonie.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=scott@paragonie.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain paragonie.com designates 209.85.214.175 as permitted sender) X-PHP-List-Original-Sender: scott@paragonie.com X-Host-Fingerprint: 209.85.214.175 mail-ob0-f175.google.com Received: from [209.85.214.175] ([209.85.214.175:35033] helo=mail-ob0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 56/42-10575-22438E65 for ; Tue, 15 Mar 2016 11:11:14 -0500 Received: by mail-ob0-f175.google.com with SMTP id fp4so22242230obb.2 for ; Tue, 15 Mar 2016 09:11:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=paragonie-com.20150623.gappssmtp.com; s=20150623; h=mime-version:date:message-id:subject:from:to; bh=y/jAWI8Ms1/HPVFv/kX6gYRtOQIvoYywFXJwGN0azZM=; b=WVmtNzoPNJmBqXBFpJ9IHjH3hy9+h+WaEJ8T3SpxJrDiDPoiy1hA5ABLgXrpmsXjL2 2w030gAvQ2FLW5lUSVaHDh26EECKiEFzBJPV3TkNOLQnYHd8MDAz+8Ehr4l92RLpSAAE Wi+gmR0ybNUYoB1EoSfuOpriPSCCOO88w775RM2+SGj6B+yMaJQ7ajW9mnbGXtpNqSJ5 u8aFmQRfsEoNBfiSKeIMlgXfaVdh2ml9ak8Zb7+Ojo8zg4spuwuPb9sbtNPhdcrXs4/g wioHLeLEqs1Sj5CuShdmxhvRGA0uYQm2vuB4hrFtSzJIXXo6nY+rRLspvPr3qnwCLVxu o1gA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=y/jAWI8Ms1/HPVFv/kX6gYRtOQIvoYywFXJwGN0azZM=; b=PwhK7D/PZIzjEvoVmqaCc7Gfq8BsnYvNRG0AYh5GDuybf3XYBlEMQGYVJANGpbffNs 4/zvEh3bdqpnS1VSvIEKaf/QJn71wF6BOXWLfKjmLKPDLBAJRpV3MMsuSSc9g4Gfc1vi uhFzXocGgUXPQ6I0BljOvU9DjrwgPh7PM3B5x8O3A+XDDeWS1mdfh1ZgYEtpf1fIIDPp HpR5mUp/qGy3sZiaxHSh1z9HE3aOpriCk65AXa17F+Kf3bRO3qVP3owL4J/ZOibevE3M Xv0nXc/IqGWm93feMh6pa6tVjCiZ9gtXzW34w7Mebk74pffHv6+cSv9a1gwK8Cl9GoXK GxBQ== X-Gm-Message-State: AD7BkJJhWwbFfzA7ioFq4hL+RReo5h+n1BWTqRhwOGQG2rIS4ob2uOucve46lpZ9i6lMmxK3eS1KTiDK81WknA== MIME-Version: 1.0 X-Received: by 10.60.97.233 with SMTP id ed9mr17642000oeb.17.1458058272000; Tue, 15 Mar 2016 09:11:12 -0700 (PDT) Received: by 10.157.14.47 with HTTP; Tue, 15 Mar 2016 09:11:11 -0700 (PDT) Date: Tue, 15 Mar 2016 12:11:11 -0400 Message-ID: To: PHP Internals Content-Type: multipart/alternative; boundary=089e0115f22a5d67c5052e18a5b2 Subject: [RFC][VOTE] Deprecate then Remove Mcrypt From: scott@paragonie.com (Scott Arciszewski) --089e0115f22a5d67c5052e18a5b2 Content-Type: text/plain; charset=UTF-8 Hi PHP team, I've opened the vote on https://wiki.php.net/rfc/mcrypt-viking-funeral which aims to deprecate ext/mcrypt in PHP 7.1 then remove it in 7.1+1 (i.e. make it only installable via PECL). In the interim, I'll be developing a (MIT licensed) decryption-only userland implementation of the mcrypt ciphers so people can migrate their code towards something better. This vote is opened on March 15th, 2016 and will close March 22th at 17:00 UTC. (Sidenote: Apologies for the brief unannounced hiatus from participating here.) Scott Arciszewski Chief Development Officer Paragon Initiative Enterprises --089e0115f22a5d67c5052e18a5b2--