diff --git a/reference/info/functions/extension-loaded.xml b/reference/info/functions/extension-loaded.xml index 953449f75a..655153d046 100644 --- a/reference/info/functions/extension-loaded.xml +++ b/reference/info/functions/extension-loaded.xml @@ -87,17 +87,32 @@ if (!extension_loaded('gd')) { - - &reftitle.notes; - - - extension_loaded uses the internal extension name - to test whether a certain extension is available or not. Most internal - extension names are written in lower case but there may be extension - available which also use uppercase letters. Be warned that this - function compares case sensitive ! - - + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.0.0 + + extension_loaded uses the internal extension name + to test whether a certain extension is available or not. Most internal + extension names were written in lower case but there may be extensions + available which also use uppercase letters. Prior to PHP 5, this function + compared the names case sensitively. + + + + + +