didou Mon Jan 22 02:17:01 2007 UTC
Modified files:
/phpdoc/en/reference/uodbc/functions odbc-execute.xml
Log:
Fix 37028: Can't be escaped
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/uodbc/functions/odbc-execute.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc/en/reference/uodbc/functions/odbc-execute.xml
diff -u phpdoc/en/reference/uodbc/functions/odbc-execute.xml:1.7
phpdoc/en/reference/uodbc/functions/odbc-execute.xml:1.8
--- phpdoc/en/reference/uodbc/functions/odbc-execute.xml:1.7 Mon Nov 27
10:40:45 2006
+++ phpdoc/en/reference/uodbc/functions/odbc-execute.xml Mon Jan 22
02:17:01 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- splitted from ./en/functions/uodbc.xml, last change in rev 1.5 -->
<refentry id="function.odbc-execute">
<refnamediv>
@@ -51,13 +51,12 @@
</listitem>
<listitem>
<simpara>
- If you wish to store a string which actually begins and ends
- with single quotes, you must escape them or add a space or
- other non-single-quote character to the beginning or end of
- the parameter, which will prevent the parameter's being taken
- as a file name. If this is not an option, then you must use
- another mechanism to store the string, such as executing the
- query directly with <function>odbc_exec</function>).
+ If you wish to store a string which actually begins and ends with
+ single quotes, you must add a space or other non-single-quote character
+ to the beginning or end of the parameter, which will prevent the
+ parameter from being taken as a file name. If this is not an option,
+ then you must use another mechanism to store the string, such as
+ executing the query directly with <function>odbc_exec</function>).
</simpara>
</listitem>
</itemizedlist>