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
This commit is contained in:
Philip Olson 2001-11-08 05:11:10 +00:00
parent 60e0e4df63
commit bf43d6d2ab

View file

@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
<!-- $Revision: 1.68 $ -->
<!-- $Revision: 1.69 $ -->
<reference id="ref.info">
<title>PHP options &amp; information</title>
<titleabbrev>PHP options/info</titleabbrev>
@ -218,9 +218,10 @@ assert ('mysql_query ("")');
</funcsynopsis>
<para>
Loads the PHP extension defined in
<parameter>library</parameter>. See also the <link
linkend="ini.extension-dir">extension_dir</link> configuration
directive.
<parameter>library</parameter>. See also the
<link linkend="ini.enable-dl">enable_dl</link> and
<link linkend="ini.extension-dir">extension_dir</link> configuration
directives.
</para>
</refsect1>
</refentry>