Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22158 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88375 invoked by uid 1010); 7 Mar 2006 00:56:47 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 88360 invoked from network); 7 Mar 2006 00:56:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Mar 2006 00:56:46 -0000 X-Host-Fingerprint: 66.249.82.199 xproxy.gmail.com Linux 2.4/2.6 Received: from ([66.249.82.199:6142] helo=xproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 10/ED-22029-D4ADC044 for ; Mon, 06 Mar 2006 19:56:45 -0500 Received: by xproxy.gmail.com with SMTP id s16so889713wxc for ; Mon, 06 Mar 2006 16:56:42 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=unPa6qh8woANhBjrawKPU2CfNcIUv+QKqba1Axx08bquOl1vMpHd3OFhxyEBz1/5ue/1wYM9r7LH2Fztt0e9miPmeDjz59y7vVPgXq0LqoCLJtnN95UPHJOjIAk5E7fdn55dwZsMSK9JqVfnv6g4GDR9Lf80nwTcCJy68LgZISY= Received: by 10.70.82.13 with SMTP id f13mr7737037wxb; Mon, 06 Mar 2006 16:56:41 -0800 (PST) Received: by 10.70.15.12 with HTTP; Mon, 6 Mar 2006 16:56:41 -0800 (PST) Message-ID: <7f3ed2c30603061656i32b9caadha3e35f483c8894fb@mail.gmail.com> Date: Tue, 7 Mar 2006 01:56:41 +0100 To: "Zeev Suraski" Cc: pierre.php@gmail.com, internals@lists.php.net In-Reply-To: <7.0.1.0.2.20060307021845.06c3e158@zend.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060305162128.5b1fdb86@localhost.localdomain> <20060306214619.5e6ec076@localhost.localdomain> <7.0.1.0.2.20060307013655.0c0064a8@zend.com> <7f3ed2c30603061559r6b641dc0xccfb4765f2bb59c4@mail.gmail.com> <7.0.1.0.2.20060307021845.06c3e158@zend.com> Subject: Re: [PHP-DEV] Re: Adieu register_globals From: hannes.magnusson@gmail.com ("Hannes Magnusson") On 3/7/06, Zeev Suraski wrote: > At 01:59 07/03/2006, 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 :) > > Looks good, I guess only the nuked session_ functions are missing :) http://php.is/bugs/register_globals/register_globals-session.phps It should be noted that I haven't run any real-world tests on this - Hannes