Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42149 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6761 invoked from network); 8 Dec 2008 15:43:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Dec 2008 15:43:45 -0000 Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.78.24 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 74.125.78.24 ey-out-2122.google.com Received: from [74.125.78.24] ([74.125.78.24:40529] helo=ey-out-2122.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C6/B3-21579-0B04D394 for ; Mon, 08 Dec 2008 10:43:44 -0500 Received: by ey-out-2122.google.com with SMTP id 5so424822eyj.59 for ; Mon, 08 Dec 2008 07:43:41 -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:sender :to:subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=8AGg6aH22KFssQyWR1MJAM0XlfkLAMcbrEXEHMT6wC0=; b=qtukOmcMXcHcsMDmfX4RdEATD0i0nrqQYVHg3PBpUAuInKNSUW81DbbTYcy2GPu30i ogF3jGVt36M0MawrYozv+/7T24lJdYwqfI1eYHJQA6muhbchYyMfalkRW1knkoZqiNns /W0+EGFEZ23S6OsTqnV14ltpDnB3RSkFaffFo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=Jd/Xo9M5Z5Ntc5DrsQvJk+//48mJZhSlCG6x0dc4cLe968XKeGKzLMBbcKuQWbn1go 1z/jc4u84EvTyi/hoJLeHMQP5noGBMH2CrP3zQsJi2RRwKOerc3fwWEmCGDVXsVeZGxe AGfQwSJIPX6E70zhYb1KxZ+egxAuS2fDNxQak= Received: by 10.223.113.83 with SMTP id z19mr1447577fap.74.1228751021363; Mon, 08 Dec 2008 07:43:41 -0800 (PST) Received: by 10.223.119.132 with HTTP; Mon, 8 Dec 2008 07:43:41 -0800 (PST) Message-ID: <2dedb8a0812080743h6004dc7cjee254179cab52106@mail.gmail.com> Date: Mon, 8 Dec 2008 16:43:41 +0100 Sender: kalle.php@gmail.com To: "Pierre Joye" Cc: "Hannes Magnusson" , "Ilia Alshanetsky" , "Marcus Boerger" , "Scott MacVicar" , "PHP Internals" , "Lukas Smith" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <40E11268-D705-4F32-96E0-4C0AEA27AAC9@macvicar.net> <1349302921.20081207193342@marcus-boerger.de> <7f3ed2c30812080706y1300c22cg61337b24fbfc2936@mail.gmail.com> X-Google-Sender-Auth: f60512b18d1d611c Subject: Re: [PHP-DEV] Re: PHP 5.2.7 + magic_quotes_gpc broken From: kalle@php.net ("Kalle Sommer Nielsen") 2008/12/8 Pierre Joye : > 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 :) I'll like to see it dropped aswell, seems like a bad legacy just keep BC and in the end hurts us more (like just seen with 5.2.7) -- Kalle Sommer Nielsen