vrana           Wed Nov  9 05:37:49 2005 EDT

  Modified files:              
    /phpdoc/en/reference/mysqli/functions       mysqli-stmt-bind-param.xml 
  Log:
  Packet instead of package (bug #35157)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/mysqli/functions/mysqli-stmt-bind-param.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-stmt-bind-param.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-stmt-bind-param.xml:1.10 
phpdoc/en/reference/mysqli/functions/mysqli-stmt-bind-param.xml:1.11
--- phpdoc/en/reference/mysqli/functions/mysqli-stmt-bind-param.xml:1.10        
Tue Apr 26 10:33:30 2005
+++ phpdoc/en/reference/mysqli/functions/mysqli-stmt-bind-param.xml     Wed Nov 
 9 05:37:48 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
+<!-- $Revision: 1.11 $ -->
 <refentry id="function.mysqli-stmt-bind-param">
  <refnamediv>
   <refname>mysqli_stmt_bind_param</refname>
@@ -56,7 +56,7 @@
       </row>
       <row>
        <entry>b</entry>
-       <entry>corresponding variable is a blob and will be send in 
packages</entry>
+       <entry>corresponding variable is a blob and will be send in 
packets</entry>
       </row>
      </tbody>
     </tgroup>
@@ -64,10 +64,10 @@
   </para>
   <note>
     <para>
-     If data size of a variable exceeds max. allowed package size
-     (max_allowed_package), you have to specify <literal>b</literal> in 
+     If data size of a variable exceeds max. allowed packet size
+     (max_allowed_packet), you have to specify <literal>b</literal> in 
      <parameter>types</parameter> and use
-     <function>mysqli_stmt_send_long_data</function> to send the data in 
packages.
+     <function>mysqli_stmt_send_long_data</function> to send the data in 
packets.
     </para>
     <para>
      The number of variables and length of

Reply via email to