mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
60e0e4df63
commit
bf43d6d2ab
1 changed files with 5 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.68 $ -->
|
||||
<!-- $Revision: 1.69 $ -->
|
||||
<reference id="ref.info">
|
||||
<title>PHP options & 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>
|
||||
|
|
Loading…
Reference in a new issue