Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35821 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 18103 invoked by uid 1010); 27 Feb 2008 15:52:56 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 18082 invoked from network); 27 Feb 2008 15:52:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Feb 2008 15:52:56 -0000 Authentication-Results: pb1.pair.com smtp.mail=dz@bitxtender.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=dz@bitxtender.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain bitxtender.com from 80.237.132.12 cause and error) X-PHP-List-Original-Sender: dz@bitxtender.com X-Host-Fingerprint: 80.237.132.12 wp005.webpack.hosteurope.de Received: from [80.237.132.12] ([80.237.132.12:33329] helo=wp005.webpack.hosteurope.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 84/F7-10897-45785C74 for ; Wed, 27 Feb 2008 10:52:54 -0500 Received: from dslb-084-056-036-107.pools.arcor-ip.net ([84.56.36.107] helo=[192.168.0.102]); authenticated by wp005.webpack.hosteurope.de running ExIM using esmtpsa (TLSv1:RC4-SHA:128) id 1JUOaP-0008M8-Km; Wed, 27 Feb 2008 16:52:49 +0100 Cc: "PHP internals" Message-ID: <6305577C-1285-4DBE-9797-CDDE63ECF30A@bitxtender.com> To: Pierre Joye In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Wed, 27 Feb 2008 16:52:48 +0100 References: X-Mailer: Apple Mail (2.919.2) X-bounce-key: webpack.hosteurope.de;dz@bitxtender.com;1204127574;d9c23f6b; Subject: Re: [PHP-DEV] get_magic_quotes_gpc, get-magic-quotes-runtime in head, get a "final" decision From: dz@bitxtender.com (=?ISO-8859-1?Q?David_Z=FClke?=) Guys, what's the verdict on this one? Right now, many already have if(function_exists('get_magic_quotes_gpc') && get_magic_quotes_gpc()) in their code. Now with the latest 5.3, that throws an E_STRICT! Seriously, is that necessary? David Am 05.02.2008 um 21:23 schrieb Pierre Joye: > Hi, > > It seems that there is voices in favor of keeping the GPC related > functions in HEAD/php6 but returning always FALSE. I thought the > decision was already done but I rather prefer to ask the list a second > time and be done with this topic (and be free to bogus any other bug > reports about this problem, especially when the reporters begin to > spam me and other with all possible funny words ;-) > > There is not really a need to discuss the removal again, that's why I > ask for a simple vote: > > +1: remove them (as it is now in HEAD) > -1: Restore them and always return FALSE (not 0) > 0: I don't care, do what you wish, I never use them anyway > > Feel free to comment the topic but please don't start an endless > discussion, we already discuss it to death two years ago (yes, two > years ago :-) > > Thanks, > -- > Pierre > http://blog.thepimp.net | http://www.libgd.org > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > >