nlopess Thu Jun 8 11:38:12 2006 UTC
Modified files:
/phpdoc/en/reference/info/functions dl.xml
Log:
disabled in PHP 6 on server SAPIs
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/info/functions/dl.xml?r1=1.21&r2=1.22&diff_format=u
Index: phpdoc/en/reference/info/functions/dl.xml
diff -u phpdoc/en/reference/info/functions/dl.xml:1.21
phpdoc/en/reference/info/functions/dl.xml:1.22
--- phpdoc/en/reference/info/functions/dl.xml:1.21 Mon Nov 7 00:41:11 2005
+++ phpdoc/en/reference/info/functions/dl.xml Thu Jun 8 11:38:11 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.21 $ -->
+<!-- $Revision: 1.22 $ -->
<!-- splitted from ./en/functions/info.xml, last change in rev 1.29 -->
<refentry id="function.dl">
<refnamediv>
@@ -116,6 +116,12 @@
</note>
<note>
<para>
+ Since PHP 6 this function is disabled in all SAPIs, except CLI, CGI and
+ embed.
+ </para>
+ </note>
+ <note>
+ <para>
<function>dl</function> is case sensitive on Unix platforms.
</para>
</note>