From bf43d6d2ab6bfc07c40dbbbcc1f12d14c012db6a Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Thu, 8 Nov 2001 05:11:10 +0000 Subject: [PATCH] Adding enable_dl configuration directive within dl() docs. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@61707 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/info.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/functions/info.xml b/functions/info.xml index 28249f5720..d3ec9f9642 100644 --- a/functions/info.xml +++ b/functions/info.xml @@ -1,5 +1,5 @@ - + PHP options & information PHP options/info @@ -218,9 +218,10 @@ assert ('mysql_query ("")'); Loads the PHP extension defined in - library. See also the extension_dir configuration - directive. + library. See also the + enable_dl and + extension_dir configuration + directives.