Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28094 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85963 invoked by uid 1010); 20 Feb 2007 18:07:51 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 85946 invoked from network); 20 Feb 2007 18:07:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2007 18:07:51 -0000 Authentication-Results: pb1.pair.com header.from=wrowe@rowe-clan.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=wrowe@rowe-clan.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain rowe-clan.net from 64.202.165.182 cause and error) X-PHP-List-Original-Sender: wrowe@rowe-clan.net X-Host-Fingerprint: 64.202.165.182 smtpauth02.prod.mesa1.secureserver.net Linux 2.4/2.6 Received: from [64.202.165.182] ([64.202.165.182:38196] helo=smtpauth02.prod.mesa1.secureserver.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C9/23-39500-6F83BD54 for ; Tue, 20 Feb 2007 13:07:51 -0500 Received: (qmail 24827 invoked from network); 20 Feb 2007 18:07:48 -0000 Received: from unknown (24.15.193.17) by smtpauth02-04.prod.mesa1.secureserver.net (64.202.165.182) with ESMTP; 20 Feb 2007 18:07:48 -0000 Message-ID: <45DB38CF.6080605@rowe-clan.net> Date: Tue, 20 Feb 2007 12:07:11 -0600 User-Agent: Thunderbird 1.5.0.9 (X11/20070102) MIME-Version: 1.0 To: Derick Rethans CC: PHP Developers Mailing List References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] 4.4.6RC1 From: wrowe@rowe-clan.net ("William A. Rowe, Jr.") Derick Rethans wrote: > Hello! > > there is a critical issues in PHP 4.4.5: > - when register_globals = On, sessions don't work correctly (segfaults). > > Because of this I'd like to release a 4.4.6 soon with this fixes. As > there is also an upgrade to pcre 7.0 we'd need atleast one RC, which I > plan to release on Thursday. PCRE sounds like a destabilizing element, but if confidence is high(?) It would be nice to see a bugfix-only 4.4.x and 5.2.x release very soon, seeing the regressions that have been introduced after the RC phase has begun for the last few releases :) Speaking for joe user here (I patch around them). I have time to examine and run one RC per release here through the paces and not a whole lot more, and I'm pretty sure other testers are in the same place, so to keep adding destabilizing changes after the RC cycles begin - it sort of bites :) Bill