Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:88840 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72637 invoked from network); 15 Oct 2015 20:21:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Oct 2015 20:21:21 -0000 Authentication-Results: pb1.pair.com header.from=info@phpgangsta.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=info@phpgangsta.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain phpgangsta.de from 84.200.8.31 cause and error) X-PHP-List-Original-Sender: info@phpgangsta.de X-Host-Fingerprint: 84.200.8.31 phpgangsta.de Received: from [84.200.8.31] ([84.200.8.31:56180] helo=michael01.phpgangsta.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 27/3E-23021-FBA00265 for ; Thu, 15 Oct 2015 16:21:20 -0400 Received: from [192.168.2.19] (dslb-188-109-109-041.188.109.pools.vodafone-ip.de [188.109.109.41]) by michael01.phpgangsta.de (Postfix) with ESMTPSA id 58831486C4A for ; Thu, 15 Oct 2015 22:21:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=phpgangsta.de; s=mail201210; t=1444940475; bh=U6vmGSx/rXEZGox4gs04sr33ZKOIBN4Pzi9mRJ7E0PE=; h=Subject:To:References:From:Date:In-Reply-To; b=EM4rcktVdPSWoARrobjCchnx+t3TJWXp2tG41M/oh44WF9d1XvC/3RkgC2kGoCDCL VITlFouboNj5PpvG5bSkPksxxEIYXycbsS5QpzTjZCMXyXr/PP5FmdxsbmVrbFpcEw 0HXGhCz2YEQaU7QZ1FcdB21chrn2/Oyqm6npSKtE= To: internals@lists.php.net References: <00e201d1073c$5fb00b60$1f102220$@php.net> Message-ID: <56200AB4.302@phpgangsta.de> Date: Thu, 15 Oct 2015 22:21:08 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <00e201d1073c$5fb00b60$1f102220$@php.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 7.0.0RC5 is available From: info@phpgangsta.de (Michael Kliewe) Hi guys, Am 15.10.2015 um 13:26 schrieb ab@php.net: > This release contains fixes for 11 reported bugs and over 100 commits with > various improvements. > > Now we've managed to resolve the last of the outstanding issues. Let's help > PHP 7.0 along to emerge from its pre-release shell the most effective way - > by investing even more into stronger testing and verification of the > critical points. Stability matters more than ever. We're on the finishing > straight, hold on tight! I just wanted to check the Changelog, but it hasn't changed since RC3: http://www.php.net/ChangeLog-7.php Inside the archive it's in the NEWS file, but it would be nice if the ChangeLog page would be in sync. Maybe someone can do that quickly? Thanks for this awesome PHP 7, I'm currently testing it with some bigger projects, migrating them, doing performance checks, it's a lot of fun seeing this incredible performance improvement and memory reduction! Thanks to all contributors! Michael