Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79531 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49332 invoked from network); 10 Dec 2014 18:25:32 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Dec 2014 18:25:32 -0000 Authentication-Results: pb1.pair.com smtp.mail=kobrasrealm@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=kobrasrealm@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: kobrasrealm@gmail.com X-Host-Fingerprint: 74.125.82.51 mail-wg0-f51.google.com Received: from [74.125.82.51] ([74.125.82.51:44179] helo=mail-wg0-f51.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id EB/A3-29826-B1098845 for ; Wed, 10 Dec 2014 13:25:32 -0500 Received: by mail-wg0-f51.google.com with SMTP id x12so4401317wgg.10 for ; Wed, 10 Dec 2014 10:25:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=O7TBeKX7RYD/XRe1QZvv+9+XLBLOlSTV6BTzmjxwA9w=; b=id8S78rV5tHFXAdeeyqO9S17MRZgGPW7t5b+igVCp1xcozt/nD2dAizcU/nBBcVgEM 3JS49q5YwDR4qo1xJMe+xvulpm0yGrWiNOzL/9g8bbVLkd63GSyPRqrsbwgaSgtOGhf+ igjtieDNeIDc419g53CMJO4mRHU2jnOg1Wxwoj+G/jKIS90C7+O9zkLVZoap+Ow50Dg4 PsAAVhpTsHt3Ohtqmyy09QJAeLBu2Dfi4fwdqusBX5rihi0PxMF/jt+/oIllkCCe2v2W Y1/qwI6vcIVVwsrN1tuQAMeQye4jM9NGANRuMDRsGy7Z8Kt0RYGbbhVcJk4XVO5sLTKD FPMw== MIME-Version: 1.0 X-Received: by 10.194.19.4 with SMTP id a4mr8913586wje.3.1418235928988; Wed, 10 Dec 2014 10:25:28 -0800 (PST) Received: by 10.27.179.137 with HTTP; Wed, 10 Dec 2014 10:25:28 -0800 (PST) Date: Wed, 10 Dec 2014 13:25:28 -0500 Message-ID: To: "inter >> PHP internals" Content-Type: multipart/alternative; boundary=047d7b5d6194c153360509e0c863 Subject: Re: libmcrypt: abandonware? From: kobrasrealm@gmail.com (Scott Arciszewski) --047d7b5d6194c153360509e0c863 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Le 05/12/2014 17:17, Scott Arciszewski a =C3=A9crit : > > Hi PHP Internals, > > > > I've been trying to get in contact with the maintainers of > > libmcrypt, but every response I've gotten was, "Oh, I haven't been > > a part of that for years." > > > > http://sourceforge.net/projects/mcrypt/files/Libmcrypt/ > > > > The last update to libmcrypt was in 2007. There are bug fixes in > > their issue tracker collecting dust. > > Having a dead upstream for crypto API is a critical issue :( > > FYI some downstream (ex RHEL) don't even provide this library. > Already too much crypto libraries, and it will be a mess to provide a > dead project in an Enterprise distribution. > > So php/mcrypt also not available. > > But most applications. which use it, usually have alternative, and > make it optional (ex phpMyAdmin 4.3 now even use openssl as first choice)= . > > We probably have enough crypto API in PHP, and we probably should mark > this one as deprecated / unmaintained in 5.x, and move it to PECL (7.x). > > > Remi. > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2 > Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ > > iEYEARECAAYFAlSH6R0ACgkQYUppBSnxahiRdQCg6IKC9hfJavD9QE3dXEVc8o4t > H+kAoIWLbVRwS5qfidJi8Yq/F/NQ7vlH > =3DosvZ > -----END PGP SIGNATURE----- Well then, I'll focus on migrating all my code to use openssl instead of mcrypt. :) I think this would be for the best. --047d7b5d6194c153360509e0c863--