diff --git a/functions/info.xml b/functions/info.xml index 98d8aa7941..357eaf8d0c 100644 --- a/functions/info.xml +++ b/functions/info.xml @@ -1,5 +1,5 @@ - + PHP options & information PHP options/info @@ -1498,22 +1498,30 @@ phpcredits(CREDITS_GROUP + CREDITS_DOCS + CREDITS_FULLPAGE); information, paths, master and local values of configuration options, HTTP headers, and the PHP License. - + The output may be customized by passing one or more of the following values sumed together in the optional parameter what (one can also combine them together with the or operator. - - INFO_GENERAL - INFO_CREDITS - INFO_CONFIGURATION - INFO_MODULES - INFO_ENVIRONMENT - INFO_VARIABLES - INFO_LICENSE - INFO_ALL - - + + INFO_GENERAL + INFO_CREDITS + INFO_CONFIGURATION + INFO_MODULES + INFO_ENVIRONMENT + INFO_VARIABLES + INFO_LICENSE + INFO_ALL + + + + + Parts of the information displayed are disabled when the + expose_php configuration setting is set to + off. This includes the PHP and Zend logos, and the + credits. + + See also phpversion, phpcredits,