Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:89608 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 67777 invoked from network); 3 Dec 2015 23:11:47 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Dec 2015 23:11:47 -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.175 as permitted sender) X-PHP-List-Original-Sender: oldschooldsl@gmail.com X-Host-Fingerprint: 209.85.217.175 mail-lb0-f175.google.com Received: from [209.85.217.175] ([209.85.217.175:33518] helo=mail-lb0-f175.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 7F/92-47602-13CC0665 for ; Thu, 03 Dec 2015 18:11:46 -0500 Received: by lbbkw15 with SMTP id kw15so10862660lbb.0 for ; Thu, 03 Dec 2015 15:11:42 -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=5lWWsG6kaPj/th4JFNudfM9tK78l7fnemeqMHiHDE34=; b=j1uu4q1LoHArUzWtwGPuH33oxS6RPQ5sPwDYozjd1d1uQrH6pN1mhF1xeEk6oSzgVT 3MonXwrKYr3lGmgREYK5NuUNuoZ/Z4nPsJ6kkGY+zOzzas4AZ8O1n5a5psQM/Gfh4Eq0 iNQ145HuNPY+Mnz6smEuNBOSMd9/G9q/ZTGz7r5XyooFl5e2C9xdi1/cAnPy3jHc2PNl /JZ450NftHhplcehXJfbOR7ZmxfEs+xT/rJFMMQyY99fes/08Bul8KZuQwUAvk99RB1s X9RNEDh4KZnr2SfUf+Y4NkaGBxUTsPKI+aubTuaAMI006R5lwkrp6CQdWM9G+eqNDflC MmSw== X-Received: by 10.112.54.193 with SMTP id l1mr6648261lbp.58.1449184302052; Thu, 03 Dec 2015 15:11:42 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.33.68 with HTTP; Thu, 3 Dec 2015 15:11:22 -0800 (PST) In-Reply-To: References: <039701d12dce$c67982a0$536c87e0$@lool.fr> <56605D5E.5050001@php.net> <6rp06btg753vjoj9hg2pbjs3p9etv31tgu@4ax.com> Date: Thu, 3 Dec 2015 18:11:22 -0500 Message-ID: To: Jan Ehrhardt Cc: PHP Internals Content-Type: multipart/alternative; boundary=001a11c3a91489bdc205260683ea Subject: Re: [PHP-DEV] PHP 7.0.0 final RTM delay From: oldschooldsl@gmail.com (Adam Howard) --001a11c3a91489bdc205260683ea Content-Type: text/plain; charset=UTF-8 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 > > --001a11c3a91489bdc205260683ea--