Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89609 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 69259 invoked from network); 3 Dec 2015 23:13:20 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Dec 2015 23:13:20 -0000 Authentication-Results: pb1.pair.com smtp.mail=oldschooldsl@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=oldschooldsl@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.178 as permitted sender) X-PHP-List-Original-Sender: oldschooldsl@gmail.com X-Host-Fingerprint: 209.85.217.178 mail-lb0-f178.google.com Received: from [209.85.217.178] ([209.85.217.178:32979] helo=mail-lb0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 16/F2-47602-F8CC0665 for ; Thu, 03 Dec 2015 18:13:19 -0500 Received: by lbbkw15 with SMTP id kw15so10878529lbb.0 for ; Thu, 03 Dec 2015 15:13:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=AUJ9iwrJEB4rJp1gPDf5N65J/RWPjt5iKwgbc0L6itc=; b=XJYKtDOJQyHqi2B3QdawN2QmVZ+92I3rq0Pp8ndj/h5agcMk8cy5N74OQNVUxwsSNf d2Epy2qWQ7XP/hI+ye8x5bsbcO4h4TMNVBASZpI2Kh545bRRsvfx1Tlbb8bfMCO4mp4S S2ylofjxMDRNVp/hGJ04jfRRu4LYKYo+JPM7YTQQz6cYGun2F2hTGKwFUPWCJTqEowhc 4XebTzEaO4EL/Ked9gyCtRo5aqSD1Jh/kYXpAKZhCVbEzLGxIWJMiGAlYOPUzIJmqZpO ZlQiKTW7D062B4m5lMLDRbXvRc+PV3W1qMs8IIbmkTYw29hGTMigXU37pdZDOnY76AuR K75A== X-Received: by 10.112.166.33 with SMTP id zd1mr5808030lbb.113.1449184396128; Thu, 03 Dec 2015 15:13:16 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.33.68 with HTTP; Thu, 3 Dec 2015 15:12:56 -0800 (PST) In-Reply-To: References: <039701d12dce$c67982a0$536c87e0$@lool.fr> <56605D5E.5050001@php.net> <6rp06btg753vjoj9hg2pbjs3p9etv31tgu@4ax.com> Date: Thu, 3 Dec 2015 18:12:56 -0500 Message-ID: To: Jan Ehrhardt Cc: PHP Internals Content-Type: multipart/alternative; boundary=001a11c37c5425491a05260689ee Subject: Re: [PHP-DEV] PHP 7.0.0 final RTM delay From: oldschooldsl@gmail.com (Adam Howard) --001a11c37c5425491a05260689ee Content-Type: text/plain; charset=UTF-8 Disregard. I now see that a completed build was released. On Thu, Dec 3, 2015 at 6:11 PM, Adam Howard wrote: > With the holiday season quickly approaching and with more developers > taking time off as a result, I would like to again propose (suggest) that > January 2016 release maybe more appropriate. I would not wish for PHP > development to rush to release and I feel it would give everyone more time > to review any outstanding issues (less pressure). > > On Thu, Dec 3, 2015 at 3:37 PM, Jan Ehrhardt wrote: > >> 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 >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php >> >> > --001a11c37c5425491a05260689ee--