vrana           Tue Sep  6 04:27:46 2005 EDT

  Modified files:              
    /phpdoc/en/reference/strings/functions      html-entity-decode.xml 
  Log:
  MBCS not supported in PHP < 5 (bug #32768)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/strings/functions/html-entity-decode.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/strings/functions/html-entity-decode.xml
diff -u phpdoc/en/reference/strings/functions/html-entity-decode.xml:1.10 
phpdoc/en/reference/strings/functions/html-entity-decode.xml:1.11
--- phpdoc/en/reference/strings/functions/html-entity-decode.xml:1.10   Mon Jul 
11 04:33:42 2005
+++ phpdoc/en/reference/strings/functions/html-entity-decode.xml        Tue Sep 
 6 04:27:42 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
 <!-- splitted from ./en/functions/strings.xml, last change in rev 1.2 -->
   <refentry id="function.html-entity-decode">
    <refnamediv>
@@ -59,6 +59,11 @@
     </para>
     &reference.strings.charsets;    
     <para>
+    <note>
+     <para>
+      This function doesn't support multi-byte character sets in PHP &lt; 5.
+     </para>
+    </note>
      <example>
       <title>Decoding HTML entities</title>
       <programlisting role="php">

Reply via email to