mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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
This commit is contained in:
parent
2b1ee2519a
commit
93e723a63c
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.18 $ -->
|
||||
<!-- $Revision: 1.19 $ -->
|
||||
<!-- splitted from ./en/functions/info.xml, last change in rev 1.29 -->
|
||||
<refentry id="function.dl">
|
||||
<refnamediv>
|
||||
|
@ -37,6 +37,11 @@
|
|||
extensions and dynamically loaded ones (either through &php.ini;
|
||||
or <function>dl</function>).
|
||||
</para>
|
||||
<para>
|
||||
The <function>dl</function> function is dperecated as of PHP 5.
|
||||
Use <link linkend="ini.extension">Extension Loading Directives</link>
|
||||
method instead.
|
||||
</para>
|
||||
<example>
|
||||
<title><function>dl</function> examples</title>
|
||||
<programlisting role="php">
|
||||
|
|
Loading…
Reference in a new issue