Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54053 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27028 invoked from network); 18 Jul 2011 18:15:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jul 2011 18:15:14 -0000 Authentication-Results: pb1.pair.com header.from=adam@adamharvey.name; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=adam@adamharvey.name; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain adamharvey.name designates 209.85.214.170 as permitted sender) X-PHP-List-Original-Sender: adam@adamharvey.name X-Host-Fingerprint: 209.85.214.170 mail-iw0-f170.google.com Received: from [209.85.214.170] ([209.85.214.170:60336] helo=mail-iw0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 66/11-08769-138742E4 for ; Mon, 18 Jul 2011 14:15:13 -0400 Received: by iwn36 with SMTP id 36so3575718iwn.29 for ; Mon, 18 Jul 2011 11:15:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adamharvey.name; s=google; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=eLdHDCKE7hKfWgvjwQ+XMFcEBEzmYn4aZ1SPxitJFXQ=; b=tRMK6jF7vaVNiaN0ZbF7TtpycHpiLR+rO/cDGnuxlYi+s6SOlIMBA+ortzLA4OK3Z1 f7VVhPZ4aAUQ9AfeTxQ4wuVHS5Ed22LQ9ytr65GC4TagZb2JHGpPS8dO2qbZZOviIvnx YUg6NBJxSki679H/Jdi2Petjn0E/AjlHp2iJA= MIME-Version: 1.0 Received: by 10.231.26.132 with SMTP id e4mr6052809ibc.77.1311012911114; Mon, 18 Jul 2011 11:15:11 -0700 (PDT) Sender: adam@adamharvey.name Received: by 10.231.168.71 with HTTP; Mon, 18 Jul 2011 11:15:11 -0700 (PDT) Received: by 10.231.168.71 with HTTP; Mon, 18 Jul 2011 11:15:11 -0700 (PDT) In-Reply-To: References: <20110718143939.GB23368@panix.com> Date: Mon, 18 Jul 2011 11:15:11 -0700 X-Google-Sender-Auth: 8f1N-JOJ_GFVUojR6iOltepB_Xw Message-ID: To: Pierre Joye Cc: Daniel Convissor , PHP Internals List Content-Type: multipart/alternative; boundary=0015177413eedce8aa04a85bfab0 Subject: Re: [PHP-DEV] [RFC] Magic Quotes in PHP, the Finalle From: aharvey@php.net (Adam Harvey) --0015177413eedce8aa04a85bfab0 Content-Type: text/plain; charset=UTF-8 On Jul 18, 2011 9:42 AM, "Pierre Joye" wrote: > As far as I can remember, it was something along these lines: > > - GPC beeing killed means they are off, always. That also means that > the default is Off too. > - a warning is raised when one tries to call > set_magic_quotes_runtime(true); That's the only new warning introduce > by this removal. > - get_magic_quotes_gpc and get_magic_quotes_runtime always returns > false, without any warning, notices, etc. I completely agree with this. Let's just get the short, sharp shock over with and kill MQ in 5.4: that's what the majority voted for. Adam --0015177413eedce8aa04a85bfab0--