From 93e723a63cfd29679b9a9317e9145073e12e653a Mon Sep 17 00:00:00 2001 From: Curt Zirzow Date: Mon, 5 Jul 2004 20:17:06 +0000 Subject: [PATCH] Add that this has been deprecated in php5. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@162702 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/info/functions/dl.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/reference/info/functions/dl.xml b/reference/info/functions/dl.xml index 549e901949..539626d9df 100644 --- a/reference/info/functions/dl.xml +++ b/reference/info/functions/dl.xml @@ -1,5 +1,5 @@ - + @@ -37,6 +37,11 @@ extensions and dynamically loaded ones (either through &php.ini; or dl). + + The dl function is dperecated as of PHP 5. + Use Extension Loading Directives + method instead. + <function>dl</function> examples