curt            Mon Jul  5 16:17:06 2004 EDT

  Modified files:              
    /phpdoc/en/reference/info/functions dl.xml 
  Log:
  Add that this has been deprecated in php5.
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/info/functions/dl.xml?r1=1.18&r2=1.19&ty=u
Index: phpdoc/en/reference/info/functions/dl.xml
diff -u phpdoc/en/reference/info/functions/dl.xml:1.18 
phpdoc/en/reference/info/functions/dl.xml:1.19
--- phpdoc/en/reference/info/functions/dl.xml:1.18      Mon Feb  9 17:46:43 2004
+++ phpdoc/en/reference/info/functions/dl.xml   Mon Jul  5 16:17:06 2004
@@ -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>
@@ -36,6 +36,11 @@
      extension is already available or not. This works on both built-in
      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>

Reply via email to