ID: 36609
Updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
-Status: Open
+Status: Closed
Bug Type: Documentation problem
Operating System: Irrelevant
PHP Version: Irrelevant
New Comment:
applied, thanks.
next time, aplly the patch yourself! Its probably faster than opening a
bug report.
Previous Comments:
------------------------------------------------------------------------
[2006-03-06 14:59:13] [EMAIL PROTECTED]
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>
------------------------------------------------------------------------
[2006-03-04 13:41:28] [EMAIL PROTECTED]
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>
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=36609&edit=1