Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:17733 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 56936 invoked by uid 1010); 9 Aug 2005 19:48:46 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 56921 invoked from network); 9 Aug 2005 19:48:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Aug 2005 19:48:46 -0000 X-Host-Fingerprint: 216.174.125.101 unknown Linux 2.5 (sometimes 2.4) (4) Received: from ([216.174.125.101:32962] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 54/8D-04646-D9809F24 for ; Tue, 09 Aug 2005 15:48:45 -0400 Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by localhost.localdomain (8.13.1/8.13.1) with ESMTP id j797EgvM021080; Tue, 9 Aug 2005 03:14:46 -0400 To: Andi Gutmans Cc: Sebastian Bergmann , internals@lists.php.net In-Reply-To: <5.1.0.14.2.20050808231109.031df4c0@localhost> References: <5.1.0.14.2.20050808214357.038129d0@localhost> <5.1.0.14.2.20050808214357.038129d0@localhost> <5.1.0.14.2.20050808231109.031df4c0@localhost> Content-Type: text/plain Date: Tue, 09 Aug 2005 03:14:41 -0400 Message-ID: <1123571681.19502.1.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 (2.0.4-4) Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 5.1 branched! From: john@coggeshall.org (John Coggeshall) Per my online conversation with Andi, I will be committing the gcov stuff prior to the deep-freeze tomorrow morning -- expect a cvs commit and a follow-up e-mail on usage early tomorrow morning. John On Mon, 2005-08-08 at 23:11 -0700, Andi Gutmans wrote: > At 07:57 AM 8/9/2005 +0200, Sebastian Bergmann wrote: > >Andi Gutmans schrieb: > > > I just branched off PHP 5.1 (PHP_5_1). > > > > Does that mean that PHP_5_1 is in feature-freeze or are changes like > > the one Derick proposed (making type hint violations throw an exception > > instead of raising a fatal error) still possible for PHP 5.1? > > Feature-freeze. Deep freeze as discussed. The only thing the branch means > is that Dmitry and Andrei can start working on Unicode... > > Andi >