Re: [PHP-DEV] register_globals work arounds

2012-08-02 Thread Gustavo Lopes
Em 2012-08-02 18:07, Lester Caine escreveu: [...] In the meantime some links to this old material would be helpful, if only to get access to them on the migration guides. Because I'm actively looking, hopefully the problem will not arise, but you can guarantee something will pop up that has bee

Re: [PHP-DEV] register_globals work arounds

2012-08-02 Thread Lester Caine
Anthony Ferrara wrote: I'm specifically asking in relation to helping users migrate from PHP5.2 ... trying to expand the documentation of making that process easier. Pointing at a single manual page is a good example of why we need a more consistent support for all those users who

Re: [PHP-DEV] register_globals work arounds

2012-08-02 Thread rich gray
On 02/08/2012 15:56, Ferenc Kovacs wrote: On Thu, Aug 2, 2012 at 2:34 PM, rich gray > wrote: On 02/08/2012 13:51, Lester Caine wrote: OK IMO - this should be posted on PHP general not internals -- have you tried extract() ? http://fr2.php.

Re: [PHP-DEV] register_globals work arounds

2012-08-02 Thread Ferenc Kovacs
On Thu, Aug 2, 2012 at 2:34 PM, rich gray wrote: > > On 02/08/2012 13:51, Lester Caine wrote: > >> OK >> >> No discussions on why register_globals has been removed we all understand >> why and now have to live with that ... I'm not winging here! >> >> The question is "Does anybody have an 'elegan

Re: [PHP-DEV] register_globals work arounds

2012-08-02 Thread Anthony Ferrara
Lester, On Thu, Aug 2, 2012 at 8:49 AM, Lester Caine wrote: > rich gray wrote: > >> OK >>> >>> No discussions on why register_globals has been removed we all >>> understand why >>> and now have to live with that ... I'm not winging here! >>> >>> The question is "Does anybody have an 'elegant' fi

Re: [PHP-DEV] register_globals work arounds

2012-08-02 Thread Lester Caine
rich gray wrote: OK No discussions on why register_globals has been removed we all understand why and now have to live with that ... I'm not winging here! The question is "Does anybody have an 'elegant' fix to quickly update a legacy site that relies on globals to pass variables between page vi

Re: [PHP-DEV] register_globals work arounds

2012-08-02 Thread rich gray
On 02/08/2012 13:51, Lester Caine wrote: OK No discussions on why register_globals has been removed we all understand why and now have to live with that ... I'm not winging here! The question is "Does anybody have an 'elegant' fix to quickly update a legacy site that relies on globals to pa

[PHP-DEV] register_globals work arounds

2012-08-02 Thread Lester Caine
OK No discussions on why register_globals has been removed we all understand why and now have to live with that ... I'm not winging here! The question is "Does anybody have an 'elegant' fix to quickly update a legacy site that relies on globals to pass variables between page views?" My origin