Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:54046 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 7371 invoked from network); 18 Jul 2011 16:24:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jul 2011 16:24:21 -0000 Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 82.113.146.227 as permitted sender) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.113.146.227 xdebug.org Linux 2.6 Received: from [82.113.146.227] ([82.113.146.227:57328] helo=xdebug.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3D/2E-08769-92E542E4 for ; Mon, 18 Jul 2011 12:24:21 -0400 Received: from localhost (xdebug.org [127.0.0.1]) by xdebug.org (Postfix) with ESMTPS id ED823DE146; Mon, 18 Jul 2011 17:23:58 +0100 (BST) Date: Mon, 18 Jul 2011 17:23:58 +0100 (BST) X-X-Sender: derick@whisky To: Daniel Convissor cc: PHP Internals List In-Reply-To: <20110718143939.GB23368@panix.com> Message-ID: References: <20110718143939.GB23368@panix.com> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="8323328-627558579-1311006244=:25471" Subject: Re: [PHP-DEV] [RFC] Magic Quotes in PHP, the Finalle From: derick@php.net (Derick Rethans) --8323328-627558579-1311006244=:25471 Content-Type: TEXT/PLAIN; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE On Mon, 18 Jul 2011, Daniel Convissor wrote: > Hi Folks: >=20 > We all want to see Magic Quotes go away. Discussions on this list indica= te > several people are concerned with doing this in a safe and orderly > manner. [1][2] To this end, I have posted an RFC at > https://wiki.php.net/rfc/magicquotes_finale >=20 > Please read it through, think about it, then post your opinions to the > mailing list. "Raise E_DEPRECATED when running the CGI or any web server SAPI and a=20 php.ini file does not contain =E2=80=9Cmagic_quotes_gpc =3D Off=E2=80=9D." and "Raise E_ERROR when running the CGI or any web server SAPI and a php.ini=20 file does not contain =E2=80=9Cmagic_quotes_gpc =3D Off=E2=80=9D." Doesn't that mean that anybody not running a php.ini file will just=20 always get this warning/error? I wouldn't want that as a php.ini file=20 should be optional. cheers, Derick --8323328-627558579-1311006244=:25471--