Re: [PHP] setting register_globals off

2001-01-26 Thread Alex Black
Sort of along these lines, has anyone done tests to see if you can 100% ditch php.ini, and run all the php config info in httpd.conf? I'd much rather do it that way, I'd only have to maintain 1 file... _a On 1/25/01 1:36 AM, in article Pine.BSF.4.10.10101250910530.26823-10@localhost, "Phi

Re: [PHP] setting register_globals off

2001-01-25 Thread Philip Olson
Hi Catalin, I'm trying to decipher what can and cannot be set with ini_set myself and am slowly figuring it out :-) This cannot be set this way but rather it could be set through .htaccess so : this works in .htaccess : php_value register_globals off this will not work in script : in

[PHP] setting register_globals off

2001-01-25 Thread Catalin Borcea
Can I set "register_globals=off" using a runtime configuration directive (something like )? TIA -- Catalin Borcea -- \\\|/// \\ - - // ( @ @ ) -oOOO(_)OOOo -- PHP General Mailing List (http://www.php.net/) To unsu