Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37847 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82314 invoked from network); 24 May 2008 09:31:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 May 2008 09:31:39 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.198.224 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.198.224 rv-out-0506.google.com Received: from [209.85.198.224] ([209.85.198.224:51517] helo=rv-out-0506.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 97/21-06324-970E7384 for ; Sat, 24 May 2008 05:31:38 -0400 Received: by rv-out-0506.google.com with SMTP id g37so1108801rvb.23 for ; Sat, 24 May 2008 02:31:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=d+Zm4SPA7E0PFW/eegWjPKE3ffmZ+mX/vCEIR8frq4w=; b=Zvl1a01Z8EWWpWbK3Bagqxs67S+iXukUTSWz6s2xT7kAaKE02uxoSEtqIy/uxBB8AvD/QEjWbtS2M7TWrgeAVVtAY/fhLWE8o2NNVVj+OIjTpFibhDH1aCuaG2ZZhCf6pJD9P95H02RgWru44rzH0w9ZovgEUge28V4X7oQiqeg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=U2+xHazlOnAwHTiZoZXq90ACLrSqsWZkVTSyJePcka6b7W11D3MiYTwhchk4ghS6kSKkTwvr9oC9j6Y87Z59iDMQtMB+Qm+WptZYh4KKMsWaE1Yzuj7fn+GLUPK1Pm+lg+fI3yLURQyjROiKa7NHv9KLMlUCqUNAnj8QfCiisRU= Received: by 10.141.34.12 with SMTP id m12mr1128454rvj.26.1211621495303; Sat, 24 May 2008 02:31:35 -0700 (PDT) Received: by 10.141.123.13 with HTTP; Sat, 24 May 2008 02:31:35 -0700 (PDT) Message-ID: Date: Sat, 24 May 2008 11:31:35 +0200 To: "Rasmus Lerdorf" Cc: "Gregory Beaver" , "Lars Strojny" , "Philip Olson" , "internals Mailing List" In-Reply-To: <4837776A.1080609@lerdorf.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <5B2E59A9-BC46-447F-BEBC-C4149866A802@roshambo.org> <1211494158.7416.5.camel@localhost> <48360328.3040500@lerdorf.com> <483763D0.6000708@chiaraquartet.net> <4837776A.1080609@lerdorf.com> Subject: Re: [PHP-DEV] magic quotes finale From: pierre.php@gmail.com ("Pierre Joye") On Sat, May 24, 2008 at 4:03 AM, Rasmus Lerdorf wrote: > Right, I guess I wasn't absolutely explicit. There is no point in spewing > an E_DEPRECATED on get_magic_quotes_gpc(). Such warnings should be for > people actually using a deprecated feature, not for functions that check for > those features. I guess everyone got confused. The E_DEPRECATED is only if the ini setting is used. Obviously not for the getter... (as it is not/will not be removed). -- Pierre http://blog.thepimp.net | http://www.libgd.org