Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22172 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31781 invoked by uid 1010); 7 Mar 2006 08:10:57 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 31765 invoked from network); 7 Mar 2006 08:10:57 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Mar 2006 08:10:57 -0000 X-Host-Fingerprint: 82.94.239.5 jdi.jdi-ict.nl Linux 2.5 (sometimes 2.4) (4) Received: from ([82.94.239.5:53318] helo=jdi.jdi-ict.nl) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 5F/FC-22029-0104D044 for ; Tue, 07 Mar 2006 03:10:57 -0500 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.12.11/8.12.11) with ESMTP id k278Ap7E003391; Tue, 7 Mar 2006 09:10:51 +0100 Date: Tue, 7 Mar 2006 09:09:56 +0100 (CET) X-X-Sender: derick@localhost To: Stefan Esser cc: Rasmus Lerdorf , pierre.php@gmail.com, PHPdev In-Reply-To: <440D3E24.2040101@hardened-php.net> Message-ID: References: <20060305162128.5b1fdb86@localhost.localdomain> <20060306214619.5e6ec076@localhost.localdomain> <006301c641a5$17625f50$6600a8c0@binarysecfb111> <440D3C70.5040003@hardened-php.net> <440D3D7F.5080505@lerdorf.com> <440D3E24.2040101@hardened-php.net> X-Face: "L'&?Ah3MYF@FB4hU'XhNhLB]222(Lbr2Y@F:GE[OO;"F5p>qtFBl|yVVA&D{A(g3[C}mG:199P+5C'v.M/u@Z\![0b:Mv.[l6[uWl' MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Re: [PHP-DEV] Re: Adieu register_globals From: derick@php.net (Derick Rethans) On Tue, 7 Mar 2006, Stefan Esser wrote: > > > That was the plan. Checking for register_globals should return false. > > Pierre's list says it removes things like get_magic_quotes_gpc() ..., > which is a NONO. yeah, agreed. And we should also throw errors when people make the setting, as per http://www.php.net/~derick/meeting-notes.html#register-globals regards, Derick