vrana           Tue Jan  3 17:35:58 2006 UTC

  Modified files:              
    /phpdoc/en/reference/uodbc/functions        odbc-execute.xml 
  Log:
  parameter_array elements are converted to strings (bug #32395)
  
http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/uodbc/functions/odbc-execute.xml?r1=1.5&r2=1.6&diff_format=u
Index: phpdoc/en/reference/uodbc/functions/odbc-execute.xml
diff -u phpdoc/en/reference/uodbc/functions/odbc-execute.xml:1.5 
phpdoc/en/reference/uodbc/functions/odbc-execute.xml:1.6
--- phpdoc/en/reference/uodbc/functions/odbc-execute.xml:1.5    Thu Feb 13 
14:37:15 2003
+++ phpdoc/en/reference/uodbc/functions/odbc-execute.xml        Tue Jan  3 
17:35:58 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
 <!-- splitted from ./en/functions/uodbc.xml, last change in rev 1.5 -->
   <refentry id="function.odbc-execute">
    <refnamediv>
@@ -22,6 +22,8 @@
     <para>
      Parameters in <parameter>parameter_array</parameter> will be
      substituted for placeholders in the prepared statement in order.
+     Elements of this array will be converted to strings by calling this
+     function.
     </para>
     <para>
      Any parameters in <parameter>parameter_array</parameter> which

Reply via email to