Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:22555 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 30166 invoked by uid 1010); 22 Mar 2006 13:33:25 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 30150 invoked from network); 22 Mar 2006 13:33:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 22 Mar 2006 13:33:25 -0000 X-Host-Fingerprint: 213.171.216.51 smtp01l.fasthosts.co.uk Linux 2.4/2.6 Received: from ([213.171.216.51:53783] helo=smtp01l.fasthosts.co.uk) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id C3/0E-34240-42251244 for ; Wed, 22 Mar 2006 08:33:24 -0500 Received: from webmail.rajeczy.com (webmail216230.livemail.co.uk [213.171.216.230]) by smtp01l.fasthosts.co.uk (Postfix) with SMTP id 07F4716A0DC; Wed, 22 Mar 2006 13:33:21 +0000 (GMT) MIME-Version: 1.0 X-Mailer: livemail.co.uk Webmail Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-ID: Date: Wed, 22 Mar 2006 13:33:21 +0000 To: "Stefan Esser" , Subject: Re: [PHP-CVS] cvs: php-src / README.UPDATING_TO_PHP6 From: arpad@rajeczy.com ("Arpad Ray") "Stefan Esser" wrote: > sesser Wed Mar 22 08:21:01 2006 UTC > > Modified files: > /php-src README.UPDATING_TO_PHP6 > Log: > Fix the bullshit register_globals emulation > > 1) S is not _SESSION but _SERVER > 2) EXTR_OVERWRITE is evil > PHP_Compat now supports this type of environmental change, the relevant file being: http://cvs.php.net/viewcvs.cgi/pear/PHP_Compat/Compat/Environment/register_globals_on.php?view=markup&rev=1.3 Maybe this readme should point to it? Arpad