Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42200 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15571 invoked from network); 9 Dec 2008 12:32:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Dec 2008 12:32:40 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.204.225 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 72.14.204.225 qb-out-0506.google.com Received: from [72.14.204.225] ([72.14.204.225:52173] helo=qb-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 80/D0-11210-7656E394 for ; Tue, 09 Dec 2008 07:32:39 -0500 Received: by qb-out-0506.google.com with SMTP id d8so1609612qbc.23 for ; Tue, 09 Dec 2008 04:32:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=WP3Z9584E1d5ssFW3LBWdSwk5GfGuuTVIny0+jhis18=; b=Jr1OvIppJsm9qt+dAKude303Mh9PeS8jfpKzIZNUmhIfaySSULtisy0Ny4IljVFpXe teces8eIaRQ8s66708UsAyinGstRD5iny1PH79yXdesxQh2ijH37rihzkmgfpBvDH545 6c6GknoAPYc3FPW5yIY12DBduCF7fyChEeXRQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=YDcVSRfS2GWBhYHfAWjJMai32AqOjBYFa6LliMVYa01unc2WG7wQTvqgEqIqNH3qG3 HUWOqS4XnUYmfGJRsRGtPNun6gs7EexVFKlx4h4lzagJcgT/XqMsRY7+OEzz8y+loeqQ BQ7m2vV1bzfvreKOmYhg56qnzBDYYMK4IuV6A= Received: by 10.181.138.13 with SMTP id q13mr25455bkn.42.1228825956732; Tue, 09 Dec 2008 04:32:36 -0800 (PST) Received: by 10.181.51.17 with HTTP; Tue, 9 Dec 2008 04:32:36 -0800 (PST) Message-ID: <7f3ed2c30812090432i80fdbf3u2a66df52c63e7541@mail.gmail.com> Date: Tue, 9 Dec 2008 13:32:36 +0100 To: "Marcus Boerger" Cc: "Ilia Alshanetsky" , "internals Mailing List" In-Reply-To: <14790598.20081209132908@marcus-boerger.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6719C73F-D00D-45C2-A03D-A696C66E5392@prohost.org> <7f3ed2c30812090158k1f437dc7wdce7e99d07b5646f@mail.gmail.com> <14790598.20081209132908@marcus-boerger.de> Subject: Re: [PHP-DEV] PHP 5.2.8 Released From: hannes.magnusson@gmail.com ("Hannes Magnusson") On Tue, Dec 9, 2008 at 13:29, Marcus Boerger wrote: > Hello Hannes, > > Tuesday, December 9, 2008, 10:58:17 AM, you wrote: > >> On Tue, Dec 9, 2008 at 00:59, Ilia Alshanetsky wrote: >>> The PHP development team would like to announce the immediate availability >>> of PHP 5.2.8. This release addresses a regression introduced by 5.2.7 in > > >> What is the status of the 5.2.x series now? >> Security fixes only? Random bugfixes? > > We are at least a quarter away from a 5.3.0 release. And history has shown > that a .0 release does not have much production friends and there will be a > transition phase til 5.3.1 to 5.3.3. That said we can only close the branch > to security only once we have a new stable branch. In other words: 5.2 is still open for bug fixes. Thanks -Hannes