Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:50338 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36264 invoked from network); 18 Nov 2010 10:48:55 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Nov 2010 10:48:55 -0000 Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@iki.fi; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=jani.taskinen@iki.fi; sender-id=pass Received-SPF: pass (pb1.pair.com: domain iki.fi designates 213.243.153.185 as permitted sender) X-PHP-List-Original-Sender: jani.taskinen@iki.fi X-Host-Fingerprint: 213.243.153.185 filtteri2.pp.htv.fi Received: from [213.243.153.185] ([213.243.153.185:36471] helo=filtteri2.pp.htv.fi) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 3F/C6-32235-59405EC4 for ; Thu, 18 Nov 2010 05:48:55 -0500 Received: from localhost (localhost [127.0.0.1]) by filtteri2.pp.htv.fi (Postfix) with ESMTP id 5B88D8BBD2; Thu, 18 Nov 2010 12:48:50 +0200 (EET) X-Virus-Scanned: Debian amavisd-new at pp.htv.fi Received: from smtp4.welho.com ([213.243.153.38]) by localhost (filtteri2.pp.htv.fi [213.243.153.185]) (amavisd-new, port 10024) with ESMTP id PZZ6uo+KFU80; Thu, 18 Nov 2010 12:48:50 +0200 (EET) Received: from [10.1.200.105] (erikeeper.office.crasman.fi [83.145.215.158]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by smtp4.welho.com (Postfix) with ESMTPSA id 3DCCA5BC012; Thu, 18 Nov 2010 12:48:50 +0200 (EET) Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii In-Reply-To: Date: Thu, 18 Nov 2010 12:48:50 +0200 Cc: Internals Content-Transfer-Encoding: quoted-printable Message-ID: <27511E82-07F2-45F0-83B9-B7143F463DDC@iki.fi> References: To: Patrick ALLAERT X-Mailer: Apple Mail (2.1082) Subject: Re: [PHP-DEV] Magic quotes in trunk From: jani.taskinen@iki.fi (Jani Taskinen) On Nov 18, 2010, at 12:41 PM, Patrick ALLAERT wrote: > Disabling it by default is the first mandatory step, [done] in PHP > 5.3, magic_quotes_gpc has been turned off by default at the same time > as providing a -development and -production version of the php.ini > file. AFAICT magic_quotes_gpc is still "On" in PHP_5_3 and trunk if you don't = use any php.ini: $ php -n --ri core | grep magic magic_quotes_gpc =3D> On =3D> On magic_quotes_runtime =3D> Off =3D> Off magic_quotes_sybase =3D> Off =3D> Off Or what did you mean? :) --Jani