Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44299 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4053 invoked from network); 16 Jun 2009 10:20:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jun 2009 10:20:10 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.155 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 72.14.220.155 fg-out-1718.google.com Received: from [72.14.220.155] ([72.14.220.155:35989] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 06/AF-18251-8D1773A4 for ; Tue, 16 Jun 2009 06:20:09 -0400 Received: by fg-out-1718.google.com with SMTP id 22so551948fge.0 for ; Tue, 16 Jun 2009 03:20:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=z20UT08epTPcE4p3l1IwNrZrOZB2JUsAL1J1lNEw7Nw=; b=R/9+llezQk35V/KTNTchXb1+xUXNlOfZxvJjIQLrp8RvhauikU+a511PzJpP+rAaoD G1Hdx+qrz2WideW1VCKJSPH8fBYj7CKI0EUzmrZsq5UC700HCB6WdAow9MJ8ww3Q/6yd cnZt99lQ66udZScrRDYPnITl5wsZJG1ik0LeQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=SBOuGYBIUjh53MILnfF9nHaVlgYzhWTgRzDWvrClNJwmXtzmIl7F1AOgpTpODKW7gz Memy2WEH9Huj0ZR24nAX/ffFEgea+mCYqBkClkwTRAt9H4QhfmMs+whRj3PicUxnNlhd Ee4aus8kt78Dd618akTfZqchTucujPc0SXUw0= MIME-Version: 1.0 Received: by 10.86.79.6 with SMTP id c6mr7440671fgb.52.1245147604966; Tue, 16 Jun 2009 03:20:04 -0700 (PDT) In-Reply-To: References: <4A370CB2.9060602@chiaraquartet.net> <4E6F2E8C-633B-49E4-A82D-5399FD9F4069@pooteeweet.org> Date: Tue, 16 Jun 2009 12:20:04 +0200 Message-ID: <7f3ed2c30906160320m4625ae89i1b85c036ba798de0@mail.gmail.com> To: Pierre Joye Cc: Lukas Kahwe Smith , Greg Beaver , PHP Developers Mailing List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] set_magic_quotes_runtime is still E_DEPRECATED From: hannes.magnusson@gmail.com (Hannes Magnusson) On Tue, Jun 16, 2009 at 10:09, Pierre Joye wrote: > hi, > > On Tue, Jun 16, 2009 at 9:46 AM, Lukas Kahwe Smith wr= ote: >> >> On 16.06.2009, at 05:08, Greg Beaver wrote: >> >>> Hi, >>> >>> in PHP_5_3 if you're using set_magic_quotes_runtime(0), it raises an >>> E_DEPRECATED. =A0I thought all that argument was resolved to only throw >>> E_DEPRECATED for set_magic_quotes_runtime(1)? >>> >>> This is a major pain if magic_quotes are enabled and you need to turn >>> them off to do unserialize or serialize to a file. >> > > I think it makes sense to keep the deprecate warning for the setter. Even to disable MQ runtime? I don't know.. Since MQ is deprecated why are we throwing warnings when people are trying to turn it off? -Hannes