Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54112 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22239 invoked from network); 20 Jul 2011 20:23:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Jul 2011 20:23:11 -0000 Authentication-Results: pb1.pair.com header.from=pierrick@webstart.fr; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=pierrick@webstart.fr; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain webstart.fr from 74.125.83.170 cause and error) X-PHP-List-Original-Sender: pierrick@webstart.fr X-Host-Fingerprint: 74.125.83.170 mail-pv0-f170.google.com Received: from [74.125.83.170] ([74.125.83.170:58914] helo=mail-pv0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 72/10-21033-D29372E4 for ; Wed, 20 Jul 2011 16:23:10 -0400 Received: by pvh11 with SMTP id 11so506560pvh.29 for ; Wed, 20 Jul 2011 13:23:07 -0700 (PDT) MIME-Version: 1.0 Received: by 10.68.23.6 with SMTP id i6mr11083710pbf.314.1311193387087; Wed, 20 Jul 2011 13:23:07 -0700 (PDT) Received: by 10.68.48.98 with HTTP; Wed, 20 Jul 2011 13:23:07 -0700 (PDT) In-Reply-To: References: Date: Wed, 20 Jul 2011 16:23:07 -0400 Message-ID: To: Pierre Joye Cc: PHP internals , David Soria Parra , Stanislav Malyshev Content-Type: multipart/alternative; boundary=bcaec521622311b5f004a886003e Subject: Re: [PHP-DEV] Magic quotes removal previous patch From: pierrick@webstart.fr (Pierrick Charron) --bcaec521622311b5f004a886003e Content-Type: text/plain; charset=ISO-8859-1 Hi, I have a more recent one on my laptop. I'll update it tonight or tomorrow to make sure it work on 5.4 and send it in this thread. 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 > --bcaec521622311b5f004a886003e--