Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42153 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 12128 invoked from network); 8 Dec 2008 15:53:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Dec 2008 15:53:45 -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 209.85.128.185 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: 209.85.128.185 fk-out-0910.google.com Received: from [209.85.128.185] ([209.85.128.185:57451] helo=fk-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E2/E4-21579-8034D394 for ; Mon, 08 Dec 2008 10:53:44 -0500 Received: by fk-out-0910.google.com with SMTP id 18so1346001fks.7 for ; Mon, 08 Dec 2008 07:53: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=oy0yKr9YwiGuENP+RtBT5Mkpdwnhf/hQtEiqYvpnUPc=; b=TlX4KabSkymdtXNZy0Pe+QCMb+/S6hquHWEO04RXpf7YNCIcygRMACNOjtJ3tspTw1 5YHRtp7gpCLH244cUFyoHrNeEIe6SIUQA/MWF1yJ/nx5bBtZwQDlt6lsq2Ps0JbfkfBz ayrE9ZYIZTMieDc0gXHKojpJa2cI6qBTkNoPs= 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=lC0N3B7eP6amX3b6BjbJp1VKXB7ow9vGWsI+FRLtXUjXUmMEeT5DUzyIRNqfVHk7Oz JU5U2J8b/J4GkcSCwfuWQyAg7640ZuEV08KegTmTURZy/NlOiIZJaNqkqa4Aqr0bBUhh 4z5naQAp8FQlNqL+QyPTbd1tNgOmCbgKTJrn0= Received: by 10.181.156.12 with SMTP id i12mr1271583bko.140.1228751621769; Mon, 08 Dec 2008 07:53:41 -0800 (PST) Received: by 10.181.62.11 with HTTP; Mon, 8 Dec 2008 07:53:41 -0800 (PST) Message-ID: <7f3ed2c30812080753u5d741e3ftc84a1b6140676d65@mail.gmail.com> Date: Mon, 8 Dec 2008 16:53:41 +0100 Sender: hannes.magnusson@gmail.com To: "=?ISO-8859-1?Q?Johannes_Schl=FCter?=" Cc: "PHP Internals List" In-Reply-To: <1228751251.3429.18.camel@goldfinger.johannes.nop> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1228751251.3429.18.camel@goldfinger.johannes.nop> X-Google-Sender-Auth: 5ae24305c78168bc Subject: Re: About dropping magic_quotes in 5.3 (was: Re: [PHP-DEV] Re: PHP 5.2.7 + magic_quotes_gpc broken) From: bjori@php.net ("Hannes Magnusson") On Mon, Dec 8, 2008 at 16:47, Johannes Schl=FCter wrote: > Hi, > > let's take this to a new thread so it'S not hidden in other discussions: > > On Mon, 2008-12-08 at 16:06 +0100, Hannes Magnusson wrote: >> > 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? > > Getting rid of magic_quotes would be really nice but has a very big > "BUT". Of course we can't remove it. But I however find it very interesting that MQ_gpc is _enabled by default_. -Hannes