Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35325 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48832 invoked by uid 1010); 8 Feb 2008 13:38:33 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 48817 invoked from network); 8 Feb 2008 13:38:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 Feb 2008 13:38:33 -0000 Authentication-Results: pb1.pair.com header.from=sam@sambarrow.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=sam@sambarrow.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain sambarrow.com from 205.234.132.11 cause and error) X-PHP-List-Original-Sender: sam@sambarrow.com X-Host-Fingerprint: 205.234.132.11 scottsdale.servershost.net Received: from [205.234.132.11] ([205.234.132.11:34732] helo=scottsdale.servershost.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 40/D8-04488-65B5CA74 for ; Fri, 08 Feb 2008 08:38:30 -0500 Received: from [98.172.154.66] (port=44065 helo=[10.200.100.14]) by scottsdale.servershost.net with esmtpsa (SSLv3:RC4-MD5:128) (Exim 4.68) (envelope-from ) id 1JNTQx-0007iu-TF; Fri, 08 Feb 2008 07:38:28 -0600 To: Pierre Joye Cc: Tomas Kuliavas , internals@lists.php.net In-Reply-To: References: <200802072332.01301.larry@garfieldtech.com> <1202473072.4246.4.camel@localhost.localdomain> <35628.195.22.180.233.1202473591.nsm@avilys.eik.lt> Content-Type: text/plain Date: Fri, 08 Feb 2008 08:31:50 -0500 Message-ID: <1202477510.12101.1.camel@sbarrow-desktop> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Content-Transfer-Encoding: 7bit X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - scottsdale.servershost.net X-AntiAbuse: Original Domain - lists.php.net X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - sambarrow.com X-Source: X-Source-Args: X-Source-Dir: Subject: Re: [PHP-DEV] get_magic_quotes_gpc, get-magic-quotes-runtime in head, get a "final" decision From: sam@sambarrow.com (Sam Barrow) On Fri, 2008-02-08 at 13:48 +0100, Pierre Joye wrote: > On Feb 8, 2008 1:26 PM, Tomas Kuliavas wrote: > > >> So I guess I'm -1: Restore them, always return false, and throw > > >> E_DEPRECATED. > > > > > > But this was about them being in PHP 6, not PHP 5.. > > > If magic_quotes_* is gone, so should anything else even remotely related > > > to them be gone. You have to fix your code anyway for it to work in PHP > > > 6 (or even 5) without magic_crap.. > > > > Code works without magic crap. Function is used to detect when data must > > be uncrapped. > > It does not need to be "uncrapped" in php6, the magic quotes are GONE, > they do not exist anymore. > > The only point to keep them is to let developers be lazy by not adding > a php version check (or function_exists). > > Anyway, enough people has voiced their wishes. I will count the votes > and post the summary on Monday (== you still have two days to vote, if > you care). I say throw them out. Magic quotes are easy to simulate 100%. > Cheers, > -- > Pierre > http://blog.thepimp.net | http://www.libgd.org >