Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:76555 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58700 invoked from network); 15 Aug 2014 14:51:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 15 Aug 2014 14:51:04 -0000 Authentication-Results: pb1.pair.com header.from=sebastian@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=sebastian@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 93.190.64.238 as permitted sender) X-PHP-List-Original-Sender: sebastian@php.net X-Host-Fingerprint: 93.190.64.238 mail-2.de-punkt.de Received: from [93.190.64.238] ([93.190.64.238:55197] helo=mail-2.de-punkt.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 33/66-48767-65E1EE35 for ; Fri, 15 Aug 2014 10:51:04 -0400 Received: from localhost (localhost [127.0.0.1]) by mail-2.de-punkt.de (Postfix) with ESMTP id D4F3B3A3D8 for ; Fri, 15 Aug 2014 16:50:59 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail-2.de-punkt.de Received: from mail-2.de-punkt.de ([127.0.0.1]) by localhost (mail-2.de-punkt.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EygvviOWsSZn for ; Fri, 15 Aug 2014 16:50:59 +0200 (CEST) Received: from [192.168.178.24] (p54BBAE35.dip0.t-ipconnect.de [84.187.174.53]) (Authenticated sender: php@sebastian-bergmann.de) by mail-2.de-punkt.de (Postfix) with ESMTPSA id 672423A35D for ; Fri, 15 Aug 2014 16:50:59 +0200 (CEST) Message-ID: <53EE1E56.8050602@php.net> Date: Fri, 15 Aug 2014 16:51:02 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: internals@lists.php.net References: <5C97D818-4616-440D-9C0D-B9F9C8D034DC@ajf.me> In-Reply-To: <5C97D818-4616-440D-9C0D-B9F9C8D034DC@ajf.me> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Let's make a 5.7 release From: sebastian@php.net (Sebastian Bergmann) Am 15.08.2014 um 02:48 schrieb Andrea Faulds: > As PHP 7 may break backwards-compatibility, 5.7 gives us a chance to add > deprecation warnings and such to help people prepare for 7. If the only changes that PHP 5.7 introduces (as compared to PHP 5.6) are deprecation warnings for features removed in PHP 7 then I am all for having PHP 5.7. With regard to the scope of PHP 7, I think it would be great to limit ourselves to "infrastructure" improvements (new executor from PHPNG, AST-based compiler (plus userland extension that provides access to the AST) from Nikita) and cleanup (removal of deprecated features). This cleaned up platform would be a great foundation for introducing new features in PHP 7.1.