Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44324 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 234 invoked from network); 16 Jun 2009 19:06:15 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jun 2009 19:06:15 -0000 Authentication-Results: pb1.pair.com header.from=philip@roshambo.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=philip@roshambo.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain roshambo.org from 209.85.222.204 cause and error) X-PHP-List-Original-Sender: philip@roshambo.org X-Host-Fingerprint: 209.85.222.204 mail-pz0-f204.google.com Received: from [209.85.222.204] ([209.85.222.204:56982] helo=mail-pz0-f204.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 02/05-31180-52DE73A4 for ; Tue, 16 Jun 2009 15:06:15 -0400 Received: by pzk42 with SMTP id 42so3777500pzk.29 for ; Tue, 16 Jun 2009 12:06:09 -0700 (PDT) Received: by 10.114.37.1 with SMTP id k1mr13994169wak.28.1245179169756; Tue, 16 Jun 2009 12:06:09 -0700 (PDT) Received: from ?192.168.1.2? (c-76-22-32-17.hsd1.wa.comcast.net [76.22.32.17]) by mx.google.com with ESMTPS id v32sm3018945wah.13.2009.06.16.12.06.08 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 16 Jun 2009 12:06:09 -0700 (PDT) Cc: Lukas Kahwe Smith , PHP Internals List Message-ID: <7DA3E849-9C5A-4D83-9F8D-BB5200BD98F0@roshambo.org> To: Stefan Walk In-Reply-To: <8120789F-3376-4536-8098-A159E7DA4C7A@php.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 12:06:07 -0700 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> <8120789F-3376-4536-8098-A159E7DA4C7A@php.net> X-Mailer: Apple Mail (2.935.3) Subject: Re: [PHP-DEV] set_magic_quotes_runtime is still E_DEPRECATED From: philip@roshambo.org (Philip Olson) On Jun 16, 2009, at 11:59 AM, Stefan Walk wrote: > > On 16 Jun 2009, at 20:49, 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 >> > > IMHO, if the setting is consistent in both php.inis, the no-ini > behaviour (default value) should be the same ... PHP no longer ships a php.ini file that adheres to default values, which is something php.ini-dist did in the past. In most (all?) cases, the default differs for BC reasons. Regards, Philip