Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29224 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 17225 invoked by uid 1010); 6 May 2007 21:55:45 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 17210 invoked from network); 6 May 2007 21:55:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 May 2007 21:55:45 -0000 Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 212.112.227.169 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 212.112.227.169 ipx11223.ipxserver.de Linux 2.5 (sometimes 2.4) (4) Received: from [212.112.227.169] ([212.112.227.169:46823] helo=ipx11223.ipxserver.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 5E/79-06274-FDE4E364 for ; Sun, 06 May 2007 17:55:45 -0400 Received: from localhost (localhost [127.0.0.1]) by ipx11223.ipxserver.de (Postfix) with ESMTP id C7BD4DF0085; Sun, 6 May 2007 23:55:40 +0200 (CEST) Received: from ipx11223.ipxserver.de ([127.0.0.1]) by localhost (flottensignalgeber [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26873-09; Sun, 6 May 2007 23:55:38 +0200 (CEST) Received: from [127.0.0.1] (dt0f2n29.tampabay.res.rr.com [24.92.178.41]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ipx11223.ipxserver.de (Postfix) with ESMTP id 1ED06DF005B; Sun, 6 May 2007 23:55:38 +0200 (CEST) Message-ID: <463E4EDB.1030007@pooteeweet.org> Date: Sun, 06 May 2007 17:55:39 -0400 User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Ilia Alshanetsky Cc: Marcus Boerger , internals@lists.php.net References: <139872287.20070504170744@marcus-boerger.de> <736AED54-1272-4924-A07D-3166A1742A2F@prohost.org> In-Reply-To: <736AED54-1272-4924-A07D-3166A1742A2F@prohost.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by somedaemon at backendmedia.com Subject: Re: [PHP-DEV] [RFC] Starting 5.3 From: mls@pooteeweet.org (Lukas Kahwe Smith) Ilia Alshanetsky wrote: > IMHO one good reason to start a new branch for 5.x would be the ability > to get rid off register_globals and magic_quotes in the 5 series without > having to wait for PHP6 to come around. What would be the goal of that? Making it less painful to migrate to PHP 6.x since they already face similar pain when staying in the active 5.x branch? regards, Lukas