diff --git a/reference/info/functions/dl.xml b/reference/info/functions/dl.xml
index 5cfe52d776..08212bcfba 100644
--- a/reference/info/functions/dl.xml
+++ b/reference/info/functions/dl.xml
@@ -143,8 +143,16 @@ if (!extension_loaded('sqlite')) {
5.3.0
- This function now throws an E_DEPRECATED notice on all sapi's
- except for CLI, CGI and Embed.
+ dl is now disabled on SAPI's that doesn't explicity
+ enable support for dynamic loading of extensions. The only SAPI's that
+ enable dl is: CLI, CGI and Embed.
+
+
+
+ 5.3.0
+
+ dl now throws an E_DEPRECATED
+ warning on all SAPI's except for CLI, CGI and Embed.