Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44319 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94131 invoked from network); 16 Jun 2009 18:59:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jun 2009 18:59:16 -0000 Authentication-Results: pb1.pair.com header.from=greg@chiaraquartet.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=greg@chiaraquartet.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain chiaraquartet.net from 209.85.200.171 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 209.85.200.171 wf-out-1314.google.com Received: from [209.85.200.171] ([209.85.200.171:22459] helo=wf-out-1314.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B0/A3-31180-38BE73A4 for ; Tue, 16 Jun 2009 14:59:15 -0400 Received: by wf-out-1314.google.com with SMTP id 28so1756001wfc.26 for ; Tue, 16 Jun 2009 11:59:12 -0700 (PDT) Received: by 10.143.166.12 with SMTP id t12mr4563751wfo.243.1245178752214; Tue, 16 Jun 2009 11:59:12 -0700 (PDT) Received: from monster.local ([76.84.30.125]) by mx.google.com with ESMTPS id 30sm361022wff.9.2009.06.16.11.59.10 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 16 Jun 2009 11:59:11 -0700 (PDT) Message-ID: <4A37EB7D.7010209@chiaraquartet.net> Date: Tue, 16 Jun 2009 13:59:09 -0500 User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070807) MIME-Version: 1.0 To: Lukas Kahwe Smith CC: PHP Internals List 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> In-Reply-To: <50E0C0BF-13EC-4C31-B66D-FC0F54417227@pooteeweet.org> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] set_magic_quotes_runtime is still E_DEPRECATED From: greg@chiaraquartet.net (Greg Beaver) 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 This is incorrect. No E_DEPRECATED is emitted, unless one tries to disable it. Greg