Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:35539 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62217 invoked by uid 1010); 16 Feb 2008 10:00:57 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 62202 invoked from network); 16 Feb 2008 10:00:56 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Feb 2008 10:00:56 -0000 Authentication-Results: pb1.pair.com smtp.mail=helly@php.net; spf=unknown; sender-id=unknown Authentication-Results: pb1.pair.com header.from=helly@php.net; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 85.214.94.56 as permitted sender) X-PHP-List-Original-Sender: helly@php.net X-Host-Fingerprint: 85.214.94.56 aixcept.net Linux 2.6 Received: from [85.214.94.56] ([85.214.94.56:41072] helo=h1149922.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D3/E3-11466-754B6B74 for ; Sat, 16 Feb 2008 05:00:56 -0500 Received: from MBOERGER-ZRH.corp.google.com (48-131.79-83.cust.bluewin.ch [83.79.131.48]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by h1149922.serverkompetenz.net (Postfix) with ESMTP id 7A5B11B3671; Sat, 16 Feb 2008 11:00:52 +0100 (CET) Date: Sat, 16 Feb 2008 11:00:24 +0100 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <1717639104.20080216110024@marcus-boerger.de> To: Lars Strojny CC: PHP Internals In-Reply-To: <1203124494.21896.7.camel@localhost> References: <1203124494.21896.7.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] E_DEPRECATED for 5.3 From: helly@php.net (Marcus Boerger) Hello Lars, thanks for doing the work. I'll apply the patch during next week. And yes you should emit deprecation messages for use of INI settings that are going to be dropped in 6.0. marcus Saturday, February 16, 2008, 2:14:54 AM, you wrote: > Hi all, > I've heard that E_DEPRECATED is still missing nevertheless its > introduction is planned for 5.3. So I've wrote it [1] based on a > slightly outdated patch by Felipe. The patch is so far complete, as far > as I can tell, but one thing I'm wondering about is whether we should > trigger E_DEPRECATED warnings if the related ini-settings are present > (magic_quotes_gpc, magic_quotes_runtime, register_globals). I would say > yes, but I need some advice where to do that. > For the docs team: I've added links in the E_DEPRECATED messages to > http://php.net/{migrate}#. The "{migrate}"-part can > later be easily replaced once the appendix to the migration guide which > explains how to deal with this deprecations is set up. > [1] http://lars.schokokeks.org/php/e_deprecated-2.diff > cu, Lars Best regards, Marcus