Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28095 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 51800 invoked by uid 1010); 20 Feb 2007 20:31:51 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 51785 invoked from network); 20 Feb 2007 20:31:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2007 20:31:51 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.162.238 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 64.233.162.238 nz-out-0506.google.com Linux 2.4/2.6 Received: from [64.233.162.238] ([64.233.162.238:20669] helo=nz-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F3/36-28837-7BA5BD54 for ; Tue, 20 Feb 2007 15:31:51 -0500 Received: by nz-out-0506.google.com with SMTP id k1so2273481nzf for ; Tue, 20 Feb 2007 12:31:49 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kj6yAwuGacWZJtuHgVPlFduaFRqJhV6yHIcG6EJ+IQ/gGlMb4X+q6EH4HvIq3guHZsTEXor4MV9qA+t7inhV8vayXoJ49U120MEdxlVlMAez2HY+pyDlPRpYfO3PtT6GpSez1Fs+xgibvTPJ1yBNSzz74Dv1rqXoBahP5GLeMiw= Received: by 10.64.213.3 with SMTP id l3mr12459623qbg.1172003509012; Tue, 20 Feb 2007 12:31:49 -0800 (PST) Received: by 10.64.148.9 with HTTP; Tue, 20 Feb 2007 12:31:48 -0800 (PST) Message-ID: Date: Tue, 20 Feb 2007 21:31:48 +0100 To: "William A. Rowe, Jr." Cc: "Derick Rethans" , "PHP Developers Mailing List" In-Reply-To: <45DB38CF.6080605@rowe-clan.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <45DB38CF.6080605@rowe-clan.net> Subject: Re: [PHP-DEV] 4.4.6RC1 From: pierre.php@gmail.com (Pierre) On 2/20/07, William A. Rowe, Jr. wrote: > 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(?) Good question. What's about 4.4.6 with only the required fix(es)? Or is there very good reason to update pcre now? --Pierre