mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
some corrections like using <note> when appropriate
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@17295 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
c651161c27
commit
559550df6a
1 changed files with 5 additions and 5 deletions
|
@ -77,9 +77,9 @@
|
|||
specified, this will default or current database after the user
|
||||
has been changed. If the new user/password combination fails to
|
||||
be authorized the current connected user stays active.</para>
|
||||
<para>Note that this function was introduced in PHP 3.0.13 and
|
||||
<note><para>This function was introduced in PHP 3.0.13 and
|
||||
requires MySQL 3.23.3 or higher.
|
||||
</para>
|
||||
</para></note>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
@ -107,11 +107,11 @@
|
|||
If the link identifier isn't specified, the last opened link is
|
||||
assumed.
|
||||
</para>
|
||||
<para>
|
||||
Note that this isn't usually necessary, as non-persistent open
|
||||
<note><para>
|
||||
This isn't usually necessary, as non-persistent open
|
||||
links are automatically closed at the end of the script's
|
||||
execution.
|
||||
</para>
|
||||
</para></note>
|
||||
<para>
|
||||
<function>mysql_close</function> will not close persistent links
|
||||
generated by <function>mysql_pconnect</function>.
|
||||
|
|
Loading…
Reference in a new issue