Fix doc bug #54983 (PDO_MYSQL DSN handles the charset as of 5.3.6). Doc patch

by Ferenc Kovacs, with additional redundancy added by the department of
redundancy department (aka me).


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312152 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Adam Harvey 2011-06-14 14:23:20 +00:00
parent 3a566e98bd
commit b6f537d102

View file

@ -91,7 +91,7 @@
<term><constant>charset</constant></term>
<listitem>
<para>
Currently ignored.
The character set (since PHP 5.3.6).
</para>
</listitem>
</varlistentry>
@ -99,6 +99,30 @@
</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, <constant>charset</constant> was ignored.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</refsect1>
<refsect1 role="examples">
&reftitle.examples;
<para>