Linkify things that should be linkified in mysqlnd and remove an extra set of

parentheses.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@299774 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Adam Harvey 2010-05-26 08:55:26 +00:00
parent d2848fa2c5
commit 5d7e0822ac

View file

@ -52,7 +52,7 @@
<function>mysqli_get_connection_stats</function>,
<function>mysqli_get_cache_stats</function> and are shown in
<literal>mysqlnd</literal> section of the output of the
<function>phpinfo()</function> function as well.
<function>phpinfo</function> function as well.
</para>
<para>
@ -71,11 +71,11 @@
<listitem>
<para>
Enable the collection of various memory statistics which can be
accessed through <literal>mysqli_get_client_stats()</literal>,
<literal>mysqli_get_connection_stats()</literal>,
<literal>mysqli_get_cache_stats()</literal> and are shown in
accessed through <function>mysqli_get_client_stats</function>,
<function>mysqli_get_connection_stats</function>,
<function>mysqli_get_cache_stats</function> and are shown in
<literal>mysqlnd</literal> section of the output of the
<literal>phpinfo()</literal> function as well.
<function>phpinfo</function> function as well.
</para>
<para>