diff --git a/functions/info.xml b/functions/info.xml
index 1527649e1e..8a37c2675f 100644
--- a/functions/info.xml
+++ b/functions/info.xml
@@ -377,7 +377,29 @@ error_reporting(E_ALL); // New syntax for PHP3/4
-
+
+
+
+ dl
+ load a PHP extension at runtime
+
+
+ Description
+
+
+ int dl
+ string library
+
+
+
+ Loads the PHP extension defined in
+ library. See also the extension_dir configuration
+ directive.
+
+
+
+
getenv