From e824fc0611f811d0c046d88ba950d604551b3976 Mon Sep 17 00:00:00 2001 From: Tom Sommer Date: Fri, 3 Dec 2004 23:38:04 +0000 Subject: [PATCH] - Fix type - Note that phpversion will also return false is an extension isn't loaded git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@174032 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/info/functions/phpversion.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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.