Actions
Bug #1502
closedmod_setenv very broken
ASK QUESTIONS IN Forums:
Description
A setting of
{{{setenv.add-environment( "blah" => "wibbling?" )}}}
yields the following when the PHP environment is printed out via {{{print_r($_SERVER)}}}
{{{[BLAH] => wibbling?, wibbling?}}}
As you can see, the variable name is not only capitalized (as highlighted in another ticket), but the contents of the variable are also doubled.
Updated by stbuehler over 16 years ago
- Status changed from New to Fixed
- Resolution set to invalid
I think you just tried a mixed-case name setup... And as the keys in the arrays are not case sensitive this wouldn't be unexpected.
If you still think something is broken show us a complete config which doesn't work.
Actions
Also available in: Atom