[Phpmyadmin-devel] Removing of grab_globals
Sebastian Mendel
lists at sebastianmendel.de
Wed Dec 7 13:59:05 CET 2005
Marc Delisle schrieb:
>> f.e. with variables_order = 'C';
>>
>> only $_COOKIE is filled and $_GET, $_POST, $_ENV, $_SERVER is empty
>>
>> with variables_order = 'GPCES'; all superglobals are filled
>>
>> but $_REQUEST allways only holds the content of $_GET, $_POST, $_COOKIE
>>
>> what leads to another problem with the default of 'GPCS' $_ENV is
>> always empty but sometimes used in PMA ...
>
> Hmmm let's remember this...
does anyone knows how to get environment variables/settings if 'E' is
missing in variables_order?
--
sebastian
More information about the Developers
mailing list