|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2006-03-04 13:41 UTC] takagi@php.net
Description:
------------
There is a typo in the documentation of maxdb_get_client_version().
"to know if some capability exits." should be "to know if some capability exists."
Expected result:
----------------
Index: en/reference/maxdb/functions/maxdb-get-client-version.xml
===================================================================
RCS file: /repository/phpdoc/en/reference/maxdb/functions/maxdb-get-client-version.xml,v
retrieving revision 1.2
diff -u -r1.2 maxdb-get-client-version.xml
--- en/reference/maxdb/functions/maxdb-get-client-version.xml 8 Mar 2005 16:39:06 -0000 1.2
+++ en/reference/maxdb/functions/maxdb-get-client-version.xml 4 Mar 2006 12:34:25 -0000
@@ -24,7 +24,7 @@
</para>
<para>
This is useful to quickly determine the version of the client library
- to know if some capability exits.
+ to know if some capability exists.
</para>
</refsect1>
<refsect1>
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 19 14:00:01 2025 UTC |
I found another typo in maxdb_stmt_execute(). Index: en/reference/maxdb/functions/maxdb-stmt-execute.xml =================================================================== RCS file: /repository/phpdoc/en/reference/maxdb/functions/maxdb-stmt-execute.xml,v retrieving revision 1.2 diff -u -r1.2 maxdb-stmt-execute.xml --- en/reference/maxdb/functions/maxdb-stmt-execute.xml 8 Mar 2005 16:39:06 -0000 1.2 +++ en/reference/maxdb/functions/maxdb-stmt-execute.xml 6 Mar 2006 13:56:33 -0000 @@ -26,7 +26,7 @@ The <function>maxdb_stmt_execute</function> function executes a query that has been previously prepared using the <function>maxdb_prepare</function> function represented by the <parameter>stmt</parameter> resource. When executed any parameter markers which exist will - automatically be replaced with the appropiate data. + automatically be replaced with the appropriate data. </para> <para> If the statement is UPDATE, DELETE, or INSERT, the total number of affected rows can be @@ -36,7 +36,7 @@ <note> <para> When using <function>maxdb_stmt_execute</function>, the <function>maxdb_fetch</function> - function must be used to fetch the data prior to preforming any additional queries. + function must be used to fetch the data prior to performing any additional queries. </para> </note> </refsect1>