dbs             Mon Sep 18 14:17:49 2006 UTC

  Modified files:              
    /phpdoc/en/reference/info/functions dl.xml 
  Log:
  Note that dl() is _not_ deprecated in CLI.
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/info/functions/dl.xml?r1=1.22&r2=1.23&diff_format=u
Index: phpdoc/en/reference/info/functions/dl.xml
diff -u phpdoc/en/reference/info/functions/dl.xml:1.22 
phpdoc/en/reference/info/functions/dl.xml:1.23
--- phpdoc/en/reference/info/functions/dl.xml:1.22      Thu Jun  8 11:38:11 2006
+++ phpdoc/en/reference/info/functions/dl.xml   Mon Sep 18 14:17:49 2006
@@ -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>

Reply via email to