Is it possible to obfuscate or remove environment variables from phpinfo?
If not, is the only alternative to display the phpinfo function?
Thinking about it further, someone could easily print_r($_SERVER) and get the credentials as well. What would be a solution to this?
clarification This is in regards to Apache Environment Variables.
print_r($_SERVER). – Jason McCreary Jun 22 '11 at 21:40