Newsgroups: php.internals,php.pecl.dev Path: news.php.net Xref: news.php.net php.internals:96233 php.pecl.dev:14009 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 86830 invoked from network); 4 Oct 2016 16:58:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Oct 2016 16:58:15 -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 209.85.218.54 as permitted sender) X-PHP-List-Original-Sender: leight@gmail.com X-Host-Fingerprint: 209.85.218.54 mail-oi0-f54.google.com Received: from [209.85.218.54] ([209.85.218.54:34555] helo=mail-oi0-f54.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 39/E8-06241-6AFD3F75 for ; Tue, 04 Oct 2016 12:58:14 -0400 Received: by mail-oi0-f54.google.com with SMTP id n132so177314995oih.1; Tue, 04 Oct 2016 09:58:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=6z6XNkI0YBhqKloxjsWO60C9xiuhO5OrVeouC8t128A=; b=B8DNLNh4oHIjGZr16UToY/SHV62pGU9dbmqtUF6LSst06pudtf1bTQunSJL6+K+jzY B2lbBdmJbEeMQ2e9p+bzydQ7VtcJk1HGjKYHY/u/PddDP5S3GSz/+WiBP5ibAmrjj0h7 P0G+z2X0Tnk6oasCyd+shtlMZyf0lDHBFKnCgc/x/jI1du1mQpmwUuDA8MSDUJP9WHiH CS14gGICkOonUkLFs8DCrIODd3mqU6KgTi64S120UiNG8PoF4uZGDwF+KUNwMggllohR UMcbaMOaR76RVz1KjcfTgy04F2NU+Hq8dJNXekALrHJ18wRMHCKyTVUgEHuC6RQdxKiD uQIA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=6z6XNkI0YBhqKloxjsWO60C9xiuhO5OrVeouC8t128A=; b=QJwRjiSRW5ZR8Bra/fGY2soq3Su04ewQdKiO/YEHf6JShoKgA1U+hanUaUMXuAqHhu I2LWl6l2RrHczyncXzEZlZGtKkvBoD+nIJ/5/GpU30FcNd/fWpzd/x/dARfxVphtlmSr cIsmAjQeRmzWkDe2qGz6xNGm2XG99ifxQRBbVBY7h6FYG6s5JNDz+mo+RFZZfqUvWtur Dgv+O8FcJ+5LddWdPT42NIwsWdFgbjthTucZMNLFCTzlxkJXic4co3ginQj2dMB0tjmy MImtOgmPLOQaFb9bppZE3JtXu8w2h6/XSdSgIvoX3XB7Ks1IeXizDpl2YJZVGuNr2jkL Kadw== X-Gm-Message-State: AA6/9RkuP4KYUVGoiGP2EL4Ty02IzxAg5UDli+cRROUftCeMjCtCw8aw+uel/p753ZE0PRmIjOZM/3lY5/PaIA== X-Received: by 10.157.63.247 with SMTP id i52mr2841828ote.199.1475600291778; Tue, 04 Oct 2016 09:58:11 -0700 (PDT) MIME-Version: 1.0 Received: by 10.182.60.199 with HTTP; Tue, 4 Oct 2016 09:58:11 -0700 (PDT) Date: Tue, 4 Oct 2016 17:58:11 +0100 Message-ID: To: pecl-dev@lists.php.net, internals@lists.php.net Content-Type: text/plain; charset=UTF-8 Subject: Intention to move mcrypt to PECL From: leight@gmail.com (Leigh) Hello list, It is my intention to create a new PECL package for ext/mcrypt, so that it can be removed from master as per the RFC (https://wiki.php.net/rfc/mcrypt-viking-funeral) I do not expect there to be any updates to the extension after it has been migrated, however we voted to move it there. Any objections/comments? If not I'll apply for my PECL account in the next few days. Cheers, Leigh.