vrana Mon Jan 9 14:38:20 2006 UTC
Modified files: /phpdoc/en/reference/pgsql/functions pg-execute.xml Log: Converts elements to string (bug #35675) http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/pgsql/functions/pg-execute.xml?r1=1.4&r2=1.5&diff_format=u Index: phpdoc/en/reference/pgsql/functions/pg-execute.xml diff -u phpdoc/en/reference/pgsql/functions/pg-execute.xml:1.4 phpdoc/en/reference/pgsql/functions/pg-execute.xml:1.5 --- phpdoc/en/reference/pgsql/functions/pg-execute.xml:1.4 Mon Apr 4 16:16:47 2005 +++ phpdoc/en/reference/pgsql/functions/pg-execute.xml Mon Jan 9 14:38:20 2006 @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.4 $ --> +<!-- $Revision: 1.5 $ --> <!-- splitted from ./en/functions/pgsql.xml, last change in rev 1.2 --> <refentry id="function.pg-execute"> <refnamediv> @@ -75,6 +75,11 @@ in the original prepared query string. The number of elements in the array must match the number of placeholders. </para> + <warning> + <para> + Elements are converted to strings by calling this function. + </para> + </warning> </listitem> </varlistentry> </variablelist>