Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28655 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25445 invoked by uid 1010); 2 Apr 2007 22:54:16 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 25430 invoked from network); 2 Apr 2007 22:54:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Apr 2007 22:54:16 -0000 Authentication-Results: pb1.pair.com smtp.mail=greg@chiaraquartet.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=greg@chiaraquartet.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain chiaraquartet.net from 66.79.163.178 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 66.79.163.178 bluga.net Linux 2.5 (sometimes 2.4) (4) Received: from [66.79.163.178] ([66.79.163.178:49632] helo=mail.bluga.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5B/B1-12121-89981164 for ; Mon, 02 Apr 2007 18:54:16 -0400 Received: from mail.bluga.net (mail.bluga.net [127.0.0.1]) by mail.bluga.net (Postfix) with ESMTP id D0CDD873D6; Mon, 2 Apr 2007 15:59:50 -0700 (PDT) Received: from [192.168.0.106] (CPE-72-133-55-56.neb.res.rr.com [72.133.55.56]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.bluga.net (Postfix) with ESMTP id 73B778735A; Mon, 2 Apr 2007 15:59:50 -0700 (PDT) Message-ID: <461189B2.8050503@chiaraquartet.net> Date: Mon, 02 Apr 2007 17:54:42 -0500 User-Agent: Thunderbird 1.5.0.10 (X11/20070306) MIME-Version: 1.0 To: Ilia Alshanetsky CC: PHPdev Mailing List References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: PHP 5.2.2 RC1 Schedule From: greg@chiaraquartet.net (Gregory Beaver) Ilia Alshanetsky wrote: > 5.2.2 release cycle is about to begin, with a first RC planned for this > Thursday. > > If you have any major patches left over, please commit them as they will > no longer be accepted for 5.2.2. Reminder: http://pear.php.net/~greg/halt fixes the buggy limitation on 1 __HALT_COMPILER();/__COMPILER_HALT_OFFSET__ constant per request, and instead allows 1 per file, without any performance impact or structural changes to any other code, plus I've provided 4 unit tests to demonstrate its correctness. Thanks, Greg