Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35824 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53321 invoked by uid 1010); 27 Feb 2008 16:25:23 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 53305 invoked from network); 27 Feb 2008 16:25:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Feb 2008 16:25:23 -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 66.249.92.171 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: 66.249.92.171 ug-out-1314.google.com Received: from [66.249.92.171] ([66.249.92.171:35831] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F4/8E-10897-2FE85C74 for ; Wed, 27 Feb 2008 11:25:23 -0500 Received: by ug-out-1314.google.com with SMTP id u40so395884ugc.29 for ; Wed, 27 Feb 2008 08:25:19 -0800 (PST) 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=YjwPAXAk3AR0Jpjld+WxX/TMQ5VOifT1fjSf5GZwhW8=; b=hTJ5cAA21+F5lvi9NApy5HdtmgU2LJj1JFEH05lhGakieL1Y6p9swY9N7pT9KAlJEhdK3BH0JnSh2qiczsC0cZLcfjVB3lN3KZWYoHelrkqXGJ/i0b6TIFS84BoWzsoFKRDHF0YVde40SFTJwT/KU79d+5KdEVRCg6cIE2pzgeQ= 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=U2KjFKWLga5UmqWrngkDLUAs4dS6z9UCvprMIQpJT8c548dEF9PjDbI15yC4UaBVgGGVmqbDAdd/UU2qKyHLnCjJAftwbgeLrhl9JQrRL9ivTE5nIE2PWLPIIVsPZJ9zeIIEL5r050/EhRKLiJITJRhnb+9+VSa1hoHiJT/Aq7c= Received: by 10.67.116.19 with SMTP id t19mr1297399ugm.47.1204129519608; Wed, 27 Feb 2008 08:25:19 -0800 (PST) Received: by 10.67.105.9 with HTTP; Wed, 27 Feb 2008 08:25:19 -0800 (PST) Message-ID: Date: Wed, 27 Feb 2008 17:25:19 +0100 To: "=?ISO-8859-1?Q?David_Z=FClke?=" Cc: "PHP internals" In-Reply-To: <45F550A9-0AB5-4353-9403-D5F955F6C8C5@bitxtender.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <6305577C-1285-4DBE-9797-CDDE63ECF30A@bitxtender.com> <45F550A9-0AB5-4353-9403-D5F955F6C8C5@bitxtender.com> Subject: Re: [PHP-DEV] get_magic_quotes_gpc, get-magic-quotes-runtime in head, get a "final" decision From: pierre.php@gmail.com ("Pierre Joye") Hi David, On Wed, Feb 27, 2008 at 5:19 PM, David Z=FClke wrote: > I know, but IIRC, Andi or someone else suggested that there should be > a warning in 5.3, but that was not discussed further. Because adding a waring in 5.x is a no-no. > I mean, really, what's the point? I have my check for magic quotes > there, along with a function_exists call. Why do I need to see the > stupid message. Removing it in PHP6 is nonsensical enough in my > opinion, but I can live with that. Now everyone adjusted their code to > deal with the specific situation - magic quotes will be removed in > PHP6, and all of a sudden, there is an E_STRICT, telling us what we > already know. Yes, E_STRICT is wrong, it should E_DEPRECATED. Cheers, --=20 Pierre http://blog.thepimp.net | http://www.libgd.org