Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35281 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66370 invoked by uid 1010); 7 Feb 2008 08:27:06 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 66355 invoked from network); 7 Feb 2008 08:27:06 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Feb 2008 08:27:06 -0000 Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 85.10.196.195 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 85.10.196.195 serveforce1.backendmedia.com Linux 2.6 Received: from [85.10.196.195] ([85.10.196.195:56963] helo=serveforce1.backendmedia.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BF/6C-20044-9D0CAA74 for ; Thu, 07 Feb 2008 03:27:06 -0500 Received: from [192.168.1.55] (e178148097.adsl.alicedsl.de [85.178.148.97]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client did not present a certificate) by serveforce1.backendmedia.com (Postfix) with ESMTP id 455EE1224614; Thu, 7 Feb 2008 09:27:27 +0100 (CET) Cc: "Andi Gutmans" , "PHP internals" Message-ID: To: "Pierre Joye" In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v915) Date: Thu, 7 Feb 2008 09:26:35 +0100 References: <698DE66518E7CA45812BD18E807866CE013A9ED7@us-ex1.zend.net> X-Mailer: Apple Mail (2.915) X-backendmedia-com-MailScanner-Information: Please contact the ISP for more information X-backendmedia-com-MailScanner: Found to be clean X-backendmedia-com-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=0, required 6) X-backendmedia-com-MailScanner-From: mls@pooteeweet.org X-Spam-Status: No Subject: Re: [PHP-DEV] get_magic_quotes_gpc, get-magic-quotes-runtime in head, get a "final" decision From: mls@pooteeweet.org (Lukas Kahwe Smith) On 07.02.2008, at 00:59, Pierre Joye wrote: > Hi Andi, > > On Feb 7, 2008 12:56 AM, Andi Gutmans wrote: >> -1 >> >> Suggestion to enhance the suggestion: return false + emit E_STRICT >> message (but I am also fine with pure return false if people don't >> like >> this suggestion). > > Sounds reasonable too. It would be nice to add a deprecate notice in > 5.3.x as well. Yeah, note that we sort of agreed to split off an E_DEPRECATED from E_STRICT in PHP 5.3. regards, Lukas