Project

General

Profile

Actions

Bug #1502

closed

mod_setenv very broken

Added by Anonymous over 16 years ago. Updated over 15 years ago.

Status:
Invalid
Priority:
Normal
Category:
mod_setenv
Target version:
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.

Actions #1

Updated by stbuehler over 15 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 #2

Updated by stbuehler over 15 years ago

  • Status changed from Fixed to Invalid
Actions

Also available in: Atom