diff --git a/reference/info/functions/phpversion.xml b/reference/info/functions/phpversion.xml index c32e929625..f20af11911 100644 --- a/reference/info/functions/phpversion.xml +++ b/reference/info/functions/phpversion.xml @@ -1,5 +1,5 @@ - + @@ -9,14 +9,15 @@ Description - stringphpversion + mixedphpversion stringextension Returns a string containing the version of the currently running PHP parser. If the optional extension parameter is specified, phpversion returns the version of that - extension, or &false; if there is no version information associated. + extension, or &false; if there is no version information associated or + the extension isn't enabled.