Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42147 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 96048 invoked from network); 8 Dec 2008 15:06:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Dec 2008 15:06:14 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.158 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.220.158 fg-out-1718.google.com Received: from [72.14.220.158] ([72.14.220.158:18799] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9F/A1-21579-5E73D394 for ; Mon, 08 Dec 2008 10:06:14 -0500 Received: by fg-out-1718.google.com with SMTP id 16so945555fgg.23 for ; Mon, 08 Dec 2008 07:06:11 -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=A3fREXEIl20aZX+0g5jG5vX76BvT5zu+/Tgz5Li1tXw=; b=ma6kPF2NVuIB1UYzwpk9l0C1ajkxT9WVQ+Gep9CQBoyoMMfyW4hGASIEsx/bmaH7aF C9uQs0h0TW7o8x/0hZxeRq0I4YL+EwuTfTauLEL3L33PFwzhOEK/xV77j1ymoYBFyqSK THRVkdFk9uMqYdFABgUdq6wbj7fscgCnKXiF0= 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=Yxop7PX4Ew/eyDrlvkP2LsfpEUw3+A1GrowfP3OuyOkBvblLfbWf6K88wiVjs9ZpDZ ezhW+/5B19kYjZEsayqh0sSKW3kfwhWsgbK8BcweREgIbUu0YUoqAzY9GBr2YcfwbuZZ CvCsS0C8Y6VXYlU3smTHTik6QVZNOZ9fR167s= Received: by 10.181.145.6 with SMTP id x6mr1265995bkn.41.1228748770881; Mon, 08 Dec 2008 07:06:10 -0800 (PST) Received: by 10.181.62.11 with HTTP; Mon, 8 Dec 2008 07:06:10 -0800 (PST) Message-ID: <7f3ed2c30812080706y1300c22cg61337b24fbfc2936@mail.gmail.com> Date: Mon, 8 Dec 2008 16:06:10 +0100 To: "Pierre Joye" Cc: "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> Subject: Re: [PHP-DEV] Re: PHP 5.2.7 + magic_quotes_gpc broken From: hannes.magnusson@gmail.com ("Hannes Magnusson") 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? -Hannes