mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Mentioned ext/mysql removed as of PHP 7, and moved function changelog to the bottom.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@339140 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d645aab5dd
commit
cdb077aef4
1 changed files with 19 additions and 9 deletions
|
@ -12,15 +12,6 @@
|
|||
</para>
|
||||
</simplesect>
|
||||
|
||||
<simplesect xml:id="changelog.mysql.functions">
|
||||
<title>Changes to existing functions</title>
|
||||
<para>
|
||||
The following list is a compilation of changelog entries from
|
||||
the ext/mysql functions.
|
||||
</para>
|
||||
<?phpdoc generate-changelog-for="ref.mysql book.mysql"?>
|
||||
</simplesect>
|
||||
|
||||
<simplesect xml:id="changelog.mysql.global">
|
||||
<title>Global ext/mysql changes</title>
|
||||
<para>
|
||||
|
@ -35,6 +26,15 @@
|
|||
<entry>&Description;</entry>
|
||||
</row>
|
||||
</thead>
|
||||
<row>
|
||||
<entry>7.0.0</entry>
|
||||
<entry>
|
||||
<para>
|
||||
This extension was removed from PHP. For details, see
|
||||
<xref linkend="mysqlinfo.api.choosing"/>.
|
||||
</para>
|
||||
</entry>
|
||||
</row>
|
||||
<tbody>
|
||||
<row>
|
||||
<entry>5.5.0</entry>
|
||||
|
@ -67,6 +67,16 @@
|
|||
</informaltable>
|
||||
</para>
|
||||
</simplesect>
|
||||
|
||||
<simplesect xml:id="changelog.mysql.functions">
|
||||
<title>Changes to existing functions</title>
|
||||
<para>
|
||||
The following list is a compilation of changelog entries from
|
||||
the ext/mysql functions.
|
||||
</para>
|
||||
<?phpdoc generate-changelog-for="ref.mysql book.mysql"?>
|
||||
</simplesect>
|
||||
|
||||
</appendix>
|
||||
|
||||
<!-- Keep this comment at the end of the file
|
||||
|
|
Loading…
Reference in a new issue