From 130ac5ff16147f0367b85bec7786284a0805fb70 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Mon, 18 Sep 2006 14:17:49 +0000 Subject: [PATCH] Note that dl() is _not_ deprecated in CLI. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@220175 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/info/functions/dl.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/reference/info/functions/dl.xml b/reference/info/functions/dl.xml index 555b48fe27..38616a9eae 100644 --- a/reference/info/functions/dl.xml +++ b/reference/info/functions/dl.xml @@ -1,5 +1,5 @@ - + @@ -38,7 +38,8 @@ or dl). - The dl function is deprecated as of PHP 5. + As of PHP 5, the dl function is deprecated in every + SAPI except CLI. Use Extension Loading Directives method instead.