Using php_info function I get following warning
"Warning: phpinfo() has been disabled for security reasons"
Which part of this function may be hazardous to the site's security?
I'm trying to install Joomla package, but it uses eval function and I get "SUHOSIN - Use of eval is forbidden by configuration" error. Obviously I can't change php-config. What can be done with such problem?