Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:47995 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95878 invoked from network); 16 Apr 2010 15:40:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Apr 2010 15:40:28 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierrick@webstart.fr; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=pierrick@webstart.fr; sender-id=unknown Received-SPF: error (pb1.pair.com: domain webstart.fr from 209.85.217.227 cause and error) X-PHP-List-Original-Sender: pierrick@webstart.fr X-Host-Fingerprint: 209.85.217.227 mail-gx0-f227.google.com Received: from [209.85.217.227] ([209.85.217.227:58643] helo=mail-gx0-f227.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1A/D1-20775-BE488CB4 for ; Fri, 16 Apr 2010 11:40:27 -0400 Received: by gxk27 with SMTP id 27so2183240gxk.1 for ; Fri, 16 Apr 2010 08:40:25 -0700 (PDT) MIME-Version: 1.0 Received: by 10.151.78.9 with HTTP; Fri, 16 Apr 2010 08:40:25 -0700 (PDT) In-Reply-To: <1271408519.4615.89.camel@guybrush> References: <1271371883.4615.55.camel@guybrush> <1271408519.4615.89.camel@guybrush> Date: Fri, 16 Apr 2010 11:40:25 -0400 Received: by 10.150.254.5 with SMTP id b5mr1831847ybi.161.1271432425177; Fri, 16 Apr 2010 08:40:25 -0700 (PDT) Message-ID: To: =?ISO-8859-1?Q?Johannes_Schl=FCter?= Cc: Arvids Godjuks , Internals Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [RFC] Removal of deprecated features From: pierrick@webstart.fr (Pierrick Charron) +1 to remove magic_quotes from trunk Most of us want to get rid of this feature. I agree with you that some people probably don't know php.ini and magic_quotes but i'm not sure that even if we wait we'll find a better way to tell them about those. People (not all) on shared hosting don't really pay attention to PHP upgrades on their server even if it's a major release and it's sadly not going to change. Pierrick 2010/4/16 Johannes Schl=FCter : > On Fri, 2010-04-16 at 11:43 +0300, Arvids Godjuks wrote: >> You must have been flying somethere in the Andromeda galaxy all this tim= e! >> >> magic_quotes, safe_mode and other stuff was announced depricated now for= a >> few years, there is big buzz going on about it and these features are >> allready marked as depricated and throw warnings as of 5.3, some even as= off >> 5.2. It's hard to miss articles, announce, conferences and numerous blog >> entries literally from any PHP developer who has a blog that these featu= res >> are to be droped. > > Go to a random hosting site and look at there configuration - magic > quotes will be enabled. Look at some (not all) distributor packages - > magic quotes will be on. Many of them won't see it as it's "hidden" in > an error log which barely anybody read. Yes you do. You also read this > list. But that's a minority of our users. Most don't follow the > development closely. Most don't read blogs. Most don't know about > php.ini. Most don't know about security. > > The people we interact with are just the tip of the iceberg. Most PHP > users are hidden on the internet. > > I would love to get rid of this "feature" but I fear that many users > won't notice and i don't know how to tell them. > > johannes > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >