Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54048 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 11674 invoked from network); 18 Jul 2011 16:41:23 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jul 2011 16:41:23 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.170 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.213.170 mail-yx0-f170.google.com Received: from [209.85.213.170] ([209.85.213.170:48466] helo=mail-yx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 27/EE-08769-132642E4 for ; Mon, 18 Jul 2011 12:41:22 -0400 Received: by yxk8 with SMTP id 8so1494514yxk.29 for ; Mon, 18 Jul 2011 09:41:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=/4tzM38pT4+Bvp6iroVZalPXvTZltRTFSMNMZmzqBfU=; b=GUrrJ3CfbPJ2PwY5+awFf7wMhtPmITse/b1Aha7ckKhFTSFnL31Gonr5IrzSGTqA6M W55BO5tM0BOSC1x3URT//OmZ6NGEl6joqxv6snnRbmXtPRk4Q+4AYdlDF3XpZ2gZtZv2 MMqy42U+7dZkju/sb4K9unK06HTOmMMRdq4k0= MIME-Version: 1.0 Received: by 10.236.192.166 with SMTP id i26mr8044131yhn.114.1311007278608; Mon, 18 Jul 2011 09:41:18 -0700 (PDT) Received: by 10.147.34.16 with HTTP; Mon, 18 Jul 2011 09:41:18 -0700 (PDT) In-Reply-To: <20110718143939.GB23368@panix.com> References: <20110718143939.GB23368@panix.com> Date: Mon, 18 Jul 2011 18:41:18 +0200 Message-ID: To: Daniel Convissor Cc: PHP Internals List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] [RFC] Magic Quotes in PHP, the Finalle From: pierre.php@gmail.com (Pierre Joye) hi Daniel, What is wrong with the solution we came in the past to kill them? It covers everything this RFC is trying to define and in a cleaner way. Cleaner as in not being noisy in all possible ways. 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. Cheers, On Mon, Jul 18, 2011 at 4:39 PM, Daniel Convissor wrote: > Hi Folks: > > We all want to see Magic Quotes go away. =A0Discussions on this list indi= cate > several people are concerned with doing this in a safe and orderly > manner. [1][2] =A0To this end, I have posted an RFC at > https://wiki.php.net/rfc/magicquotes_finale > > Please read it through, think about it, then post your opinions to the > mailing list. > > Thanks, > > --Dan > > [1] "Vote results" http://marc.info/?t=3D131089383200001&r=3D1&w=3D2 > [2] "5.4 features vote" http://marc.info/?t=3D131019327500001&r=3D1&w=3D2 > > -- > =A0T H E =A0 A N A L Y S I S =A0 A N D =A0 S O L U T I O N S =A0 C O M P = A N Y > =A0 =A0 =A0 =A0 =A0 =A0data intensive web and database programming > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0http://www.AnalysisAndSolutions.com/ > =A04015 7th Ave #4, Brooklyn NY 11232 =A0v: 718-854-0335 f: 718-854-0409 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --=20 Pierre @pierrejoye | http://blog.thepimp.net | http://www.libgd.org