Re: [PHP] global to superglobal

2003-01-11 Thread Greg Beaver
<[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Most of the variables should be fairly obvious, I should think. So, it > should not be too difficult to do some search & replace of stuff like the > $_SERVER['DOCUMENT_ROOT'] stuff. I suppose I could then try to ru

Re: [PHP] global to superglobal

2003-01-11 Thread Jason Wong
On Sunday 12 January 2003 03:45, [EMAIL PROTECTED] wrote: > I have a database that was created on an earlier version of PostgreSQL and > uses global variables with register_globals = on for php4. > I have migrated the database to postgresql-7.3.1 with mod_php-4.2.3 and > have set the register_glob

Re: [PHP] global to superglobal

2003-01-11 Thread pippo
At 04:16 AM 1/12/2003 +0800, you wrote: On Sunday 12 January 2003 03:45, [EMAIL PROTECTED] wrote: > I have a database that was created on an earlier version of PostgreSQL and > uses global variables with register_globals = on for php4. > I have migrated the database to postgresql-7.3.1 with mod_p

[PHP] global to superglobal

2003-01-11 Thread pippo
I have a database that was created on an earlier version of PostgreSQL and uses global variables with register_globals = on for php4. I have migrated the database to postgresql-7.3.1 with mod_php-4.2.3 and have set the register_globals to on. In order to use the default setting of register_globa