Patch pdo_mysql_charset.diff for Documentation problem Bug #54983
Patch version 2011-06-03 10:34 UTC
Return to Bug #54983 |
Download this patch
Patch Revisions:
Developer: tyra3l@gmail.com
Index: en/trunk/reference/pdo_mysql/reference.xml
===================================================================
--- en/trunk/reference/pdo_mysql/reference.xml (revision 311764)
+++ en/trunk/reference/pdo_mysql/reference.xml (working copy)
@@ -91,7 +91,7 @@
<term><constant>charset</constant></term>
<listitem>
<para>
- Currently ignored.
+ The character set.
</para>
</listitem>
</varlistentry>
@@ -99,6 +99,29 @@
</para>
</refsect1>
+ <refsect1 role="changelog">
+ &reftitle.changelog;
+ <para>
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>&Version;</entry>
+ <entry>&Description;</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>5.3.6</entry>
+ <entry>Prior to version 5.3.6, the charset was ignored.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </para>
+ </refsect1>
+
<refsect1 role="examples">
&reftitle.examples;
<para>
|