mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
001af012d7
commit
bd82569056
1 changed files with 26 additions and 6 deletions
|
@ -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 < 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>
|
||||
|
|
Loading…
Reference in a new issue