Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44290 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31801 invoked from network); 16 Jun 2009 03:08:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 16 Jun 2009 03:08:40 -0000 Authentication-Results: pb1.pair.com smtp.mail=greg@chiaraquartet.net; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=greg@chiaraquartet.net; sender-id=unknown Received-SPF: error (pb1.pair.com: domain chiaraquartet.net from 209.85.216.193 cause and error) X-PHP-List-Original-Sender: greg@chiaraquartet.net X-Host-Fingerprint: 209.85.216.193 mail-px0-f193.google.com Received: from [209.85.216.193] ([209.85.216.193:38856] helo=mail-px0-f193.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 84/22-18251-7BC073A4 for ; Mon, 15 Jun 2009 23:08:40 -0400 Received: by pxi31 with SMTP id 31so1386678pxi.29 for ; Mon, 15 Jun 2009 20:08:37 -0700 (PDT) Received: by 10.142.180.10 with SMTP id c10mr3667224wff.316.1245121717326; Mon, 15 Jun 2009 20:08:37 -0700 (PDT) Received: from monster.local ([76.84.30.125]) by mx.google.com with ESMTPS id 28sm88184wfd.3.2009.06.15.20.08.36 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 15 Jun 2009 20:08:36 -0700 (PDT) Message-ID: <4A370CB2.9060602@chiaraquartet.net> Date: Mon, 15 Jun 2009 22:08:34 -0500 User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070807) MIME-Version: 1.0 To: PHP Developers Mailing List X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: set_magic_quotes_runtime is still E_DEPRECATED From: greg@chiaraquartet.net (Greg Beaver) Hi, in PHP_5_3 if you're using set_magic_quotes_runtime(0), it raises an E_DEPRECATED. I 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. Greg