Re: [PHP] migrating from register_globals on to off

2002-12-14 Thread Justin French
Why not: 1. place a .htaccess file in each existing client/developer directory switching the value to ON -- being careful to ensure you don't wipe over an existing .htaccess file!! 2. switch the value to OFF in php.ini This means all current clients will have continued support for ON, and all n

RE: [PHP] migrating from register_globals on to off

2002-12-14 Thread John W. Holmes
> Lately we discovered that, by mistake, we've run PHP with register_globals > on for a few months for all our customers. > > Since we want to turn it off, we need to figure out which customers use > the > 'register_globals' functionality so we can ask them to modify their > scripts. Why do you w