Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:37818 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79677 invoked from network); 23 May 2008 06:49:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 23 May 2008 06:49:04 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 64.233.166.181 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 64.233.166.181 py-out-1112.google.com Received: from [64.233.166.181] ([64.233.166.181:30648] helo=py-out-1112.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2C/85-35754-FD866384 for ; Fri, 23 May 2008 02:49:03 -0400 Received: by py-out-1112.google.com with SMTP id a25so263541pyi.16 for ; Thu, 22 May 2008 23:49:01 -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=Cb+vOa+NV1Ie5deK7ryv8/jOk9/3iLFAyEWr/9pkwAk=; b=lP8yMoBotciumal+v3JBQPgLKpnq+Akq6RmcyB6fec38kB7syNx0Q+TvZnS+ecgQbNQYr/o1fNbV3umLdg1qSHsRtIatLTQP+N1h5doHILghktm1ml+Yb7Nlvu40Eggsnoev+AZOsNt5YdIGtpcMvwRKWMDKM4UUIT48A0OLW0M= 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=wfsyRylRtECl+/zpLmEOFHaXIkhCJMzuXUID7wBzBVlvItAbG+h4HZt5hjAGy/3LdaiFHne+vD8V52QcG4Id8GjuWmLNsz1PzRfKVas7YE5vix4+VRCbNvIJosDiho4VPlV3jdzNzoogSpFTB3ddMKJ0m5O9Ls4tjYDu1fzs3s4= Received: by 10.142.103.11 with SMTP id a11mr432317wfc.273.1211525340664; Thu, 22 May 2008 23:49:00 -0700 (PDT) Received: by 10.142.170.21 with HTTP; Thu, 22 May 2008 23:49:00 -0700 (PDT) Message-ID: <7f3ed2c30805222349v424c65c1l91b9d88d79bbbf76@mail.gmail.com> Date: Fri, 23 May 2008 08:49:00 +0200 To: "Lars Strojny" Cc: "Philip Olson" , "internals Mailing List" In-Reply-To: <1211494158.7416.5.camel@localhost> 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> Subject: Re: [PHP-DEV] magic quotes finale From: hannes.magnusson@gmail.com ("Hannes Magnusson") On Fri, May 23, 2008 at 12:09 AM, Lars Strojny wrote: > Why should we leave get_magic_quotes_gpc()? If someone wants to be > backwards compatible, just use Excuse me? The users should change their code to be forward compatible? We should ofcourse make it easier for our users and keep backwards compatibility. > if (function_exists('get_magic_quotes_gpc') and @get_magic_quotes_gpc()) > Let's just add this to the manual, and everything is fine. So you do indeed want to punish the developers who followed the manual and deployed best practices? Don't be such a jerk. The people who did in fact follow best practices and checked if MQ are on/off and dealt with it should *NOT* be punished for it. -Hannes