mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
3a566e98bd
commit
b6f537d102
1 changed files with 25 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue