Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22155 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 72905 invoked by uid 1010); 7 Mar 2006 00:18:39 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 72889 invoked from network); 7 Mar 2006 00:18:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Mar 2006 00:18:39 -0000 X-Host-Fingerprint: 64.233.182.198 nproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.182.198:11628] helo=nproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id CC/CB-22029-C51DC044 for ; Mon, 06 Mar 2006 19:18:37 -0500 Received: by nproxy.gmail.com with SMTP id c31so924838nfb for ; Mon, 06 Mar 2006 16:18:33 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=nRvnpgru+xXwbkDrMbyML/rW17TiABKimPidXh/JCI08+NLLSQnY9lsjnB+xeMyJT3QfTZu5Ao2GS1tV679uUSPuwCgl2SEDb/ehyByhoYk/abiX7V4+Z25cEp/6RhWNE9aXU2DvISARb4jfJziuuuLNonki/vB6RboWDKNv11A= Received: by 10.49.11.18 with SMTP id o18mr2692917nfi; Mon, 06 Mar 2006 16:18:32 -0800 (PST) Received: from ?192.168.1.138? ( [217.224.232.225]) by mx.gmail.com with ESMTP id d2sm5296928nfe.2006.03.06.16.18.30; Mon, 06 Mar 2006 16:18:32 -0800 (PST) Message-ID: <440CD144.8030501@gmail.com> Date: Tue, 07 Mar 2006 01:18:12 +0100 User-Agent: Thunderbird 1.5 (X11/20051201) MIME-Version: 1.0 To: Hannes Magnusson CC: internals@lists.php.net References: <20060305162128.5b1fdb86@localhost.localdomain> <20060306214619.5e6ec076@localhost.localdomain> <7.0.1.0.2.20060307013655.0c0064a8@zend.com> <7f3ed2c30603061559r6b641dc0xccfb4765f2bb59c4@mail.gmail.com> In-Reply-To: <7f3ed2c30603061559r6b641dc0xccfb4765f2bb59c4@mail.gmail.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: Adieu register_globals From: stefan.walk@gmail.com (Stefan Walk) Hannes Magnusson wrote: > On 3/7/06, Zeev Suraski wrote: >> A part of the decision was to supply the few lines of code necessary >> to emulate register_globals in userspace. Volunteers? :) >> > > http://php.is/bugs/register_globals/register_globals.phps :) > > - Hannes > script.php?_SESSION[foo]=bar Read the warning at http://www.php.net/extract Regards, Stefan