php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Doc Bug #36609 typo in maxdb_get_client_version()
Submitted: 2006-03-04 13:41 UTC Modified: 2006-03-06 21:50 UTC
From: takagi@php.net Assigned:
Status: Closed Package: Documentation problem
PHP Version: Irrelevant OS: Irrelevant
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: takagi@php.net
New email:
PHP Version: OS:

 

 [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>



Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-03-06 14:59 UTC] takagi@php.net
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-06 21:50 UTC] nlopess@php.net
applied, thanks.
next time, aplly the patch yourself! Its probably faster than opening a bug report.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 17 10:01:30 2025 UTC