Moved change history to a changelog section

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@325472 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2012-04-27 05:59:40 +00:00
parent 001af012d7
commit bd82569056

View file

@ -42,12 +42,6 @@
<para>
A MySQL connection handle of type mysql, mysqli or PDO_MySQL.
</para>
<note>
<para>
The MySQL connection handle can be of no other type but <literal>mysqli</literal>
if using <literal>PHP &lt; 5.4.0</literal>.
</para>
</note>
</listitem>
</varlistentry>
</variablelist>
@ -60,6 +54,32 @@
</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.4.0</entry>
<entry>
The <parameter>mysql_connection</parameter> parameter can now be of type
<literal>mysql</literal>, <literal>PDO_MySQL</literal>, or <literal>mysqli</literal>.
Before, only the <literal>mysqli</literal> type was allowed.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</refsect1>
<refsect1 role="examples">
&reftitle.examples;
<para>