Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:29258 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59928 invoked by uid 1010); 7 May 2007 12:35:09 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 59912 invoked from network); 7 May 2007 12:35:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 May 2007 12:35:09 -0000 Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain php.net from 82.94.239.5 cause and error) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.94.239.5 jdi.jdi-ict.nl Received: from [82.94.239.5] ([82.94.239.5:35796] helo=jdi.jdi-ict.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 94/70-56106-CFC1F364 for ; Mon, 07 May 2007 08:35:08 -0400 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.13.7/8.12.11) with ESMTP id l47CZ3Ob016626; Mon, 7 May 2007 14:35:04 +0200 Date: Mon, 7 May 2007 14:34:59 +0200 (CEST) X-X-Sender: derick@kossu.ez.no To: Lukas Kahwe Smith cc: Ilia Alshanetsky , Marcus Boerger , internals@lists.php.net In-Reply-To: <463E4EDB.1030007@pooteeweet.org> Message-ID: References: <139872287.20070504170744@marcus-boerger.de> <736AED54-1272-4924-A07D-3166A1742A2F@prohost.org> <463E4EDB.1030007@pooteeweet.org> X-Face: "L'&?Ah3MYF@FB4hU'XhNhLB]222(Lbr2Y@F:GE[OO;"F5p>qtFBl|yVVA&D{A(g3[C}mG:199P+5C'v.M/u@Z\![0b:Mv.[l6[uWl' MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=us-ascii Subject: Re: [PHP-DEV] [RFC] Starting 5.3 From: derick@php.net (Derick Rethans) On Sun, 6 May 2007, Lukas Kahwe Smith wrote: > 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? Well, as you know some developers do not really care about PHP 6 and just leave it lying around without the proper merged from stuff that are put in PHP_5_2 at the moment. IMO this is just another attempt to stall PHP 6 developed (and adoption). I would be against merging those two things back to PHP_5_2. There is no compelling reason to do so. However, something that *is* a good reason is some lower level engine stuff that people will actually benefit from. regards, Derick