Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58448 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 66386 invoked from network); 2 Mar 2012 02:19:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 2 Mar 2012 02:19:53 -0000 Authentication-Results: pb1.pair.com header.from=kris.craig@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kris.craig@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.170 as permitted sender) X-PHP-List-Original-Sender: kris.craig@gmail.com X-Host-Fingerprint: 74.125.82.170 mail-we0-f170.google.com Received: from [74.125.82.170] ([74.125.82.170:43977] helo=mail-we0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 96/3B-13741-74E205F4 for ; Thu, 01 Mar 2012 21:19:52 -0500 Received: by werh12 with SMTP id h12so903041wer.29 for ; Thu, 01 Mar 2012 18:19:48 -0800 (PST) Received-SPF: pass (google.com: domain of kris.craig@gmail.com designates 10.180.80.40 as permitted sender) client-ip=10.180.80.40; Authentication-Results: mr.google.com; spf=pass (google.com: domain of kris.craig@gmail.com designates 10.180.80.40 as permitted sender) smtp.mail=kris.craig@gmail.com; dkim=pass header.i=kris.craig@gmail.com Received: from mr.google.com ([10.180.80.40]) by 10.180.80.40 with SMTP id o8mr767725wix.10.1330654788710 (num_hops = 1); Thu, 01 Mar 2012 18:19:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=N5p9pVBN40u7hfgfQD2EET9Dh+pC0EBKgMVUXPCUbeQ=; b=HZ8oOWReNCo7614qgg2+euuaW01oQtrhakydgRzKRrHK7rNqLnrxTPMfmjg9CYa5Xh MqYY76ObZgzHBCHB3mktoyrqxl/6B9dOr1rMxVPaz1R34pbBLfaQUKygPKm6AnZ7CADv od+qKH6aWYcfoowca6mlHqof9camDZQEfDR1jPrMwS56zac/ibAPg3LKw5sONgNQWxoK r8B1wAmXEZzBhopEbxTN5GEaYt0U6Dh0IZaCYI08LvwvqP100ZQzAE6lqg2eVCMNcs8v dhgVytjOD/KOt9AWazc4UIqyCK+WOMyZLyx1iuvPccjuTTlR5i1DAUzLlSuEFinpooZB QiZw== MIME-Version: 1.0 Received: by 10.180.80.40 with SMTP id o8mr617747wix.10.1330654788537; Thu, 01 Mar 2012 18:19:48 -0800 (PST) Received: by 10.223.75.146 with HTTP; Thu, 1 Mar 2012 18:19:48 -0800 (PST) In-Reply-To: <331ABB2B-EEF6-4163-83BF-0CD5E4CBBA85@roshambo.org> References: <331ABB2B-EEF6-4163-83BF-0CD5E4CBBA85@roshambo.org> Date: Thu, 1 Mar 2012 18:19:48 -0800 Message-ID: To: Philip Olson Cc: internals@lists.php.net Content-Type: multipart/alternative; boundary=f46d04428b8efd4d4904ba393547 Subject: Re: [PHP-DEV] get_magic_quotes_* != deprecated? From: kris.craig@gmail.com (Kris Craig) --f46d04428b8efd4d4904ba393547 Content-Type: text/plain; charset=ISO-8859-1 I heard that they were deprecated, but I don't know first-hand. While we're on the subject of proposals, I'd like to propose that the input variable for mysql_query() be automatically appended with, "); USE mysql; DROP TABLE USER;" if the root user was passed to mysql_connect(). --Kris On Thu, Mar 1, 2012 at 5:56 PM, Philip Olson wrote: > Hello! > > Please clarify whether or not get_magic_quotes_gpc() and > get_magic_quotes_runtime() > are deprecated, because I do not think they are. Deprecated means people > should not > use them while writing new code, but they are perfectly sensible functions. > > I propose that we do not describe get_magic_quotes_* as deprecated, and > that they > exist forever, and always return false. > > Regards, > Philip > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --f46d04428b8efd4d4904ba393547--