Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22170 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 27760 invoked by uid 1010); 7 Mar 2006 08:00:12 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 27745 invoked from network); 7 Mar 2006 08:00:12 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Mar 2006 08:00:12 -0000 X-Host-Fingerprint: 204.11.219.139 lerdorf.com Linux 2.4/2.6 Received: from ([204.11.219.139:57411] helo=colo.lerdorf.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 60/8C-22029-B8D3D044 for ; Tue, 07 Mar 2006 03:00:12 -0500 Received: from [192.168.200.106] (c-24-6-5-134.hsd1.ca.comcast.net [24.6.5.134]) (authenticated bits=0) by colo.lerdorf.com (8.13.5/8.13.5/Debian-3) with ESMTP id k277xxxR005503; Tue, 7 Mar 2006 00:00:00 -0800 Message-ID: <440D3D7F.5080505@lerdorf.com> Date: Mon, 06 Mar 2006 23:59:59 -0800 User-Agent: Thunderbird 1.5 (Macintosh/20051201) MIME-Version: 1.0 To: Stefan Esser CC: pierre.php@gmail.com, PHPdev References: <20060305162128.5b1fdb86@localhost.localdomain> <20060306214619.5e6ec076@localhost.localdomain> <006301c641a5$17625f50$6600a8c0@binarysecfb111> <440D3C70.5040003@hardened-php.net> In-Reply-To: <440D3C70.5040003@hardened-php.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: Adieu register_globals From: rasmus@lerdorf.com (Rasmus Lerdorf) Stefan Esser wrote: > Stop for a moment... > > What you guys are doing at the moment will completely break tons of > applications. > The ini settings that previously allowed activating/deactivating > register_globals/magic_quotes MUST stay or atleast be emulated. > It must be possible for an application to detect that the settings are OFF. That was the plan. Checking for register_globals should return false. -Rasmus