Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35229 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 33867 invoked by uid 1010); 6 Feb 2008 08:36:40 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 33852 invoked from network); 6 Feb 2008 08:36:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Feb 2008 08:36:40 -0000 Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.94.239.7 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.94.239.7 mail.jdi-ict.nl Linux 2.6 Received: from [82.94.239.7] ([82.94.239.7:40427] helo=mail.jdi-ict.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 1A/BA-03555-79179A74 for ; Wed, 06 Feb 2008 03:36:40 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.jdi-ict.nl (8.13.7/8.12.11) with ESMTP id m168aZDm005374; Wed, 6 Feb 2008 09:36:35 +0100 Date: Wed, 6 Feb 2008 09:36:35 +0100 (CET) X-X-Sender: derick@kossu.ez.no To: Mike Willbanks cc: PHP internals In-Reply-To: <34eeaeca0802051446s5368b781qb63c4884a9f1a491@mail.gmail.com> Message-ID: References: <47A8C94A.2020601@omegavortex.net> <60346.98.193.37.55.1202251084.squirrel@www.l-i-e.com> <34eeaeca0802051446s5368b781qb63c4884a9f1a491@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=UTF-8 Subject: Re: [PHP-DEV] get_magic_quotes_gpc, get-magic-quotes-runtime in head, get a "final" decision From: derick@php.net (Derick Rethans) On Tue, 5 Feb 2008, Mike Willbanks wrote: > > I know they've been marked "deprecated" and all, but, really, what's > > the cost/penalty to having a couple functions around for legacy apps? > > Then we will continue to be at the same old issue of they exist, people will > continue to use them and never move away from them. Err, no? magic quotes *itself* is removed - this is just the functions to check if it's enabled or not. Derick