Note that dl() is _not_ deprecated in CLI.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@220175 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Dan Scott 2006-09-18 14:17:49 +00:00
parent 5d9d8d4f37
commit 130ac5ff16

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.22 $ -->
<!-- $Revision: 1.23 $ -->
<!-- splitted from ./en/functions/info.xml, last change in rev 1.29 -->
<refentry id="function.dl">
<refnamediv>
@ -38,7 +38,8 @@
or <function>dl</function>).
</para>
<para>
The <function>dl</function> function is deprecated as of PHP 5.
As of PHP 5, the <function>dl</function> function is deprecated in every
SAPI <emphasis>except</emphasis> <acronym>CLI</acronym>.
Use <link linkend="ini.extension">Extension Loading Directives</link>
method instead.
</para>