Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54121 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19235 invoked from network); 21 Jul 2011 11:51:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Jul 2011 11:51:51 -0000 Authentication-Results: pb1.pair.com smtp.mail=ava3ar@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ava3ar@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.170 as permitted sender) X-PHP-List-Original-Sender: ava3ar@gmail.com X-Host-Fingerprint: 209.85.220.170 mail-vx0-f170.google.com Received: from [209.85.220.170] ([209.85.220.170:56212] helo=mail-vx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 29/B0-13472-5D2182E4 for ; Thu, 21 Jul 2011 07:51:50 -0400 Received: by vxi39 with SMTP id 39so940441vxi.29 for ; Thu, 21 Jul 2011 04:51:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=ylCZPWHHdhCdeu6CDs404Wd4x9iH0y7D7oh27SUxq80=; b=VEYZSC4ilMeJAReC8U4mm3qfrg/q36AbXXdb+IvzTlri+VJ4DGs2cn7+8gSktqMgoN EAsbMB9H/7FQWeRJ8yXe1ejFj+YTBnAKmryDZ+aFLx79ZWE2GBla2xEm7bb+6KBioGmq oE6N2LhkIa+942lTyn1hORsQfGh7D9sT5A2lw= Received: by 10.220.117.208 with SMTP id s16mr38390vcq.118.1311249107111; Thu, 21 Jul 2011 04:51:47 -0700 (PDT) MIME-Version: 1.0 Received: by 10.220.72.68 with HTTP; Thu, 21 Jul 2011 04:51:27 -0700 (PDT) In-Reply-To: References: Date: Thu, 21 Jul 2011 12:51:27 +0100 Message-ID: To: Paul Dragoonis Cc: Gwynne Raskind , Pierrick Charron , Pierre Joye , PHP internals , David Soria Parra , Stanislav Malyshev Content-Type: multipart/alternative; boundary=485b3970cb543dd17704a892f96b Subject: Re: [PHP-DEV] Magic quotes removal previous patch From: ava3ar@gmail.com (Keloran) --485b3970cb543dd17704a892f96b Content-Type: text/plain; charset=ISO-8859-1 +1 E_CORE On Thu, Jul 21, 2011 at 11:46 AM, Paul Dragoonis wrote: > On Thu, Jul 21, 2011 at 11:31 AM, Gwynne Raskind > wrote: > > +1 to E_CORE. > > No objections against it, so +1 E_CORE > > > > > -- Gwynne > > > > > > > > On Thu, Jul 21, 2011 at 06:28, Pierrick Charron > wrote: > >> I'm also ok with E_CORE. > >> > >> Pierrick > >> > >> On 21 July 2011 05:19, Pierre Joye wrote: > >>> hi Pierrick! > >>> > >>> Thanks for the updated patch :) > >>> > >>> Now the only question remaining is which level warning we should use > >>> for the setter. I'm happy with E_CORE. Objections? > >>> > >>> On Thu, Jul 21, 2011 at 2:18 AM, Pierrick Charron < > pierrick@webstart.fr> wrote: > >>>> I tried to send the patch as a .txt file but it seems my mail was not > >>>> send to internals since i don't see it on news.php.net. > >>>> > >>>> Anyway you'll find patch (code + tests) here : > >>>> - http://www.adoy.net/php/remove-magic-quotes.txt > >>>> - http://www.adoy.net/php/remove-magic-quotes-tests.txt > >>>> > >>>> Pierrick > >>>> > >>>> On 20 July 2011 15:44, Pierre Joye wrote: > >>>>> > >>>>> hi, > >>>>> > >>>>> Please find as attachment the previous patch to remove the magic > quotes. > >>>>> > >>>>> The log I was using back then was (5 years ago already, mq resists > :): > >>>>> > >>>>> Log: > >>>>> - remove magic_quotes_gpc, magic_quotes_runtime, magic_quotes_sybase > >>>>> (calling ini_set('magic_....') returns 0|false > >>>>> - get_magic_quotes_gpc, get_magic_quotes_runtime are kept but always > >>>>> return false > >>>>> - set_magic_quotes_runtime raises an E_CORE_ERROR > >>>>> > >>>>> Cheers, > >>>>> -- > >>>>> Pierre > >>>>> > >>>>> @pierrejoye | http://blog.thepimp.net | http://www.libgd.org > >>>>> > >>>>> -- > >>>>> PHP Internals - PHP Runtime Development Mailing List > >>>>> To unsubscribe, visit: http://www.php.net/unsub.php > >>>> > >>> > >>> > >>> > >>> -- > >>> Pierre > >>> > >>> @pierrejoye | http://blog.thepimp.net | http://www.libgd.org > >>> > >> > >> -- > >> PHP Internals - PHP Runtime Development Mailing List > >> To unsubscribe, visit: http://www.php.net/unsub.php > >> > >> > > > > -- > > PHP Internals - PHP Runtime Development Mailing List > > To unsubscribe, visit: http://www.php.net/unsub.php > > > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --485b3970cb543dd17704a892f96b--