Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:79572 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 55800 invoked from network); 11 Dec 2014 13:47:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Dec 2014 13:47:22 -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.46 as permitted sender) X-PHP-List-Original-Sender: leight@gmail.com X-Host-Fingerprint: 74.125.82.46 mail-wg0-f46.google.com Received: from [74.125.82.46] ([74.125.82.46:48704] helo=mail-wg0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 38/B1-42256-860A9845 for ; Thu, 11 Dec 2014 08:47:21 -0500 Received: by mail-wg0-f46.google.com with SMTP id x13so6460088wgg.5 for ; Thu, 11 Dec 2014 05:47:17 -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=cc3X/Ih5uCmwYFDRsUOg+YmHLDs8bJEOV0zJbIh7M4c=; b=OX6BZ1sIQZeHpUFYU/kwAZDAz41CrakDXOmPeejD3FzG0GaIXljhhzJUBkQfJ76JfL KhCt3LZtnu6RKhdlk+L2vha5otvhU2FgxZSralCUtgvGWp354LLf3oQGFiOhW1s9NaJc boihR6lvo62hmOejgsSZ4p5yfVYf5qPWQsT9fDGSc9Q4jeenybrsJ+7DlIGR8iFBMw/t OIstdYqap3jg7IQQqd6ZCrLtbxf6zTdmq8Cpqe1jlZMrPh5Z4XRa+/MNq+weldB/GYwx t986lxIAsOaenecO3izXAQMyrXPJsBsm1YT1szuAA91xqtq5Py+liPRuUpDquCl4VDou e9xA== MIME-Version: 1.0 X-Received: by 10.194.103.232 with SMTP id fz8mr17309564wjb.110.1418305637258; Thu, 11 Dec 2014 05:47:17 -0800 (PST) Received: by 10.216.50.139 with HTTP; Thu, 11 Dec 2014 05:47:17 -0800 (PST) In-Reply-To: References: Date: Thu, 11 Dec 2014 13:47:17 +0000 Message-ID: To: Scott Arciszewski Cc: "inter >> PHP internals" Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] libmcrypt: abandonware? From: leight@gmail.com (Leigh) I need a christmas holiday project, I'll look into a php7-mcrypt-compat ext backed by OpenSSL then, and see what is possible and what is not. I've actually found OpenSSL to be much faster than mcrypt in practice, so hopefully we can get a performance boost out of this too. P.S. https://github.com/php/php-src/pull/843 is still open, if someone else can verify it works for them, that would be helpful.