Bug #1712
mod_cgi remaps digits to "_" in environment variable names.
| Status: | Fixed | Start: | ||
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | mod_cgi | |||
| Target version: | 1.4.20 | |||
| Pending: | No |
Resolution: | fixed |
|
Description
mod_cgi remaps digits to "_" in environment variables names. For example, the PERL5LIB variable used to provide additional path to perl is remaped to PERL_LIB which cannot be used by perl.
-- marc