Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89593 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 14033 invoked from network); 3 Dec 2015 20:37:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Dec 2015 20:37:26 -0000 X-Host-Fingerprint: 77.170.89.239 ip4daa59ef.direct-adsl.nl Received: from [77.170.89.239] ([77.170.89.239:6370] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 60/B0-02069-408A0665 for ; Thu, 03 Dec 2015 15:37:25 -0500 To: internals@lists.php.net Date: Thu, 03 Dec 2015 21:37:20 +0100 Message-ID: References: <039701d12dce$c67982a0$536c87e0$@lool.fr> <56605D5E.5050001@php.net> <6rp06btg753vjoj9hg2pbjs3p9etv31tgu@4ax.com> X-Newsreader: Forte Agent 3.3/32.846 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Posted-By: 77.170.89.239 Subject: Re: [PHP-DEV] PHP 7.0.0 final RTM delay From: phpdev@ehrhardt.nl (Jan Ehrhardt) Niklas Keller in php.internals (Thu, 03 Dec 2015 17:39:35 +0000): >Seems like a failed release, make test doesn't work for OpenSSL 1.0.2e. >Heared other people have other issues on 1.0.1 as well. On Windows you don't do 'make test', you do N:\OpensslVC14.x64\openssl>nmake -f ms\ntdll.mak test .... client authentication server authentication depth=1 /C=AU/O=Dodgy Brothers/CN=Dodgy CA depth=0 /C=AU/O=Dodgy Brothers/CN=Brother 1/CN=Brother 2 depth=1 /C=AU/O=Dodgy Brothers/CN=Dodgy CA depth=0 /C=AU/O=Dodgy Brothers/CN=Brother 1/CN=Brother 2 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done passed all tests and N:\OpensslVC14.x64\openssl>nmake -f ms\nt.mak test .... client authentication server authentication depth=1 /C=AU/O=Dodgy Brothers/CN=Dodgy CA depth=0 /C=AU/O=Dodgy Brothers/CN=Brother 1/CN=Brother 2 depth=1 /C=AU/O=Dodgy Brothers/CN=Dodgy CA depth=0 /C=AU/O=Dodgy Brothers/CN=Brother 1/CN=Brother 2 TLSv1.2, cipher TLSv1/SSLv3 ECDHE-RSA-AES256-GCM-SHA384, 2048 bit RSA 1 handshakes of 256 bytes done passed all tests I had some trouble adding the applink. With the standard FIPS 140-2 build scripts it stopped with a "Do not know how to make tmp32\applink.obj". Copying the tmp32dll\applink.obj to tmp32 proved to be the solution. I am now running the subversion test. https://www.apachelounge.com/viewtopic.php?t=6359 -- Jan