Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44322 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97804 invoked from network); 16 Jun 2009 19:04:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jun 2009 19:04:26 -0000 Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 88.198.8.16 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 88.198.8.16 bigtime.backendmedia.com Linux 2.6 Received: from [88.198.8.16] ([88.198.8.16:53248] helo=bigtime.backendmedia.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9D/74-31180-ABCE73A4 for ; Tue, 16 Jun 2009 15:04:26 -0400 Received: from localhost (unknown [127.0.0.1]) by bigtime.backendmedia.com (Postfix) with ESMTP id 563191EBC013; Tue, 16 Jun 2009 19:07:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at backendmedia.com Received: from bigtime.backendmedia.com ([127.0.0.1]) by localhost (bigtime.backendmedia.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id m4RL9PI6TrCd; Tue, 16 Jun 2009 21:07:06 +0200 (CEST) Received: from [192.168.0.151] (84-72-88-166.dclient.hispeed.ch [84.72.88.166]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mls@pooteeweet.org) by bigtime.backendmedia.com (Postfix) with ESMTP id 553B34144057; Tue, 16 Jun 2009 21:07:06 +0200 (CEST) Cc: PHP Internals List Message-ID: <9851154B-544A-43FA-802E-61E0A6183537@pooteeweet.org> To: Greg Beaver In-Reply-To: <4A37EB7D.7010209@chiaraquartet.net> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Tue, 16 Jun 2009 21:04:21 +0200 References: <4A370CB2.9060602@chiaraquartet.net> <4E6F2E8C-633B-49E4-A82D-5399FD9F4069@pooteeweet.org> <7f3ed2c30906160320m4625ae89i1b85c036ba798de0@mail.gmail.com> <4A3772DD.2010604@daevel.net> <7f3ed2c30906160333s3dda0831q5a2fed430fcfbd38@mail.gmail.com> <4A3783BA.6030008@gmail.com> <20090616140033.GA27274@panix.com> <4A37D8ED.3080308@chiaraquartet.net> <50E0C0BF-13EC-4C31-B66D-FC0F54417227@pooteeweet.org> <4A37EB7D.7010209@chiaraquartet.net> X-Mailer: Apple Mail (2.935.3) Subject: Re: [PHP-DEV] set_magic_quotes_runtime is still E_DEPRECATED From: mls@pooteeweet.org (Lukas Kahwe Smith) On 16.06.2009, at 20:59, Greg Beaver wrote: > Lukas Kahwe Smith wrote: >> 1) its not about "punishing", its about alerting people that they are >> relying on stuff that will go away >> 2) E_DEPRECATE is for development only and only as a check you enable >> now and then >> 3) its off in both of the php.ini's we will ship with 5.3 > OK, then the UPGRADING guide needs a slight revision. It says: > > - The following ini directives will now emit an E_DEPRECATED warning > upon startup if they are activated: > > - define_syslog_variables > - register_globals > - register_long_arrays > - safe_mode > - magic_quotes_gpc AFAIK Kalle worked on adding E_DEP's for these settings at start up time. Sounds like there is a bug there if they are not showing up for you. Do you maybe have have start up error's disabled? > This is incorrect. No E_DEPRECATED is emitted, unless one tries to > disable it. Lets stay a bit of the drama here. If you disable it in the php.ini you will not see this warning. regards, Lukas Kahwe Smith mls@pooteeweet.org