Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42185 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 16124 invoked from network); 8 Dec 2008 21:43:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Dec 2008 21:43:01 -0000 Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 88.198.8.16 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 88.198.8.16 bigtime.backendmedia.com Linux 2.6 Received: from [88.198.8.16] ([88.198.8.16:48591] helo=bigtime.backendmedia.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2E/15-21816-4E49D394 for ; Mon, 08 Dec 2008 16:43:00 -0500 Received: from localhost (unknown [127.0.0.1]) by bigtime.backendmedia.com (Postfix) with ESMTP id 10CE81EBC015; Mon, 8 Dec 2008 21:46:49 +0000 (UTC) X-Virus-Scanned: amavisd-new at backendmedia.com Received: from bigtime.backendmedia.com ([127.0.0.1]) by localhost (bigtime.backendmedia.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZBE4mUlJM3wC; Mon, 8 Dec 2008 22:46:46 +0100 (CET) Received: from [192.168.30.17] (unknown [217.112.76.138]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mls@pooteeweet.org) by bigtime.backendmedia.com (Postfix) with ESMTP id 22F06414405F; Mon, 8 Dec 2008 22:46:45 +0100 (CET) Cc: "Hannes Magnusson" , "Ilia Alshanetsky" , "Marcus Boerger" , "Scott MacVicar" , "PHP Internals" Message-ID: <70D75F35-4810-4CA0-BB35-35B11BFE1296@pooteeweet.org> To: Pierre Joye In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Date: Mon, 8 Dec 2008 22:40:19 +0100 References: <40E11268-D705-4F32-96E0-4C0AEA27AAC9@macvicar.net> <1349302921.20081207193342@marcus-boerger.de> <7f3ed2c30812080706y1300c22cg61337b24fbfc2936@mail.gmail.com> X-Mailer: Apple Mail (2.929.2) Subject: Re: [PHP-DEV] Re: PHP 5.2.7 + magic_quotes_gpc broken From: mls@pooteeweet.org (Lukas Kahwe Smith) On 08.12.2008, at 16:08, Pierre Joye wrote: > On Mon, Dec 8, 2008 at 4:06 PM, Hannes Magnusson > wrote: >> On Mon, Dec 8, 2008 at 15:24, Pierre Joye >> wrote: >>> hi, >>> >>> On Mon, Dec 8, 2008 at 3:15 PM, Ilia Alshanetsky >>> wrote: >>>> Should the 5.3 release be re-branched perhaps as well, since it >>>> too has this >>>> problem? >>> >>> I do not think it is necessary for 5.3. It is an alpha release after >>> all and seriously, anyone who plans to move to 5.3.0 and still >>> relies >>> on magic quotes gpc is likely to have more issues as well. >> >> Time to turn it off by default then? > > I would even like to drop it (and the other things as well) in > 5.3.0 :) the drop was planned for 6.0 for a reason. i also do not think we need to make a 5.3 release just for this. lets focus on getting feedback on namespaces and the other changes and have this fixed on beta1 early 2009. adding an E_DEPRECATE (actually i guess we should check the PHP6 NEWS file for other stuff as well), does make sense. disabling by default (if not yet done) too. regards, Lukas Kahwe Smith mls@pooteeweet.org