Re: [PHP-DEV] magic_quotes on the environment?
[email protected] (Rasmus Lerdorf)
| Newsgroups | php.dev |
|---|---|
| Message-ID | <[email protected]> |
> I'm not convinced that escaping environment data is the correct thing to > do in the first place, and I would like to change php to not escape env > vars if magic_quotes_gpc is on. Any opinions on this? This changed somewhere along the line then. Originally magic quotes only touched GPC data. I never noticed it also did it to the environment and I'd consider that to be a bug. -Rasmus