vrana           Tue May  3 04:52:15 2005 EDT

  Modified files:              
    /phpdoc/en/reference/mysql/functions        mysql-real-escape-string.xml 
  Log:
  No NULL; calls mysql_real_escape_string (spotted by Kaspars Foigts)
  
http://cvs.php.net/diff.php/phpdoc/en/reference/mysql/functions/mysql-real-escape-string.xml?r1=1.23&r2=1.24&ty=u
Index: phpdoc/en/reference/mysql/functions/mysql-real-escape-string.xml
diff -u phpdoc/en/reference/mysql/functions/mysql-real-escape-string.xml:1.23 
phpdoc/en/reference/mysql/functions/mysql-real-escape-string.xml:1.24
--- phpdoc/en/reference/mysql/functions/mysql-real-escape-string.xml:1.23       
Thu Mar 31 02:47:25 2005
+++ phpdoc/en/reference/mysql/functions/mysql-real-escape-string.xml    Tue May 
 3 04:52:15 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.23 $ -->
+<!-- $Revision: 1.24 $ -->
 <refentry id="function.mysql-real-escape-string">
  <refnamediv>
   <refname>mysql_real_escape_string</refname>
@@ -21,8 +21,8 @@
   </para>
   <para>
    <function>mysql_real_escape_string</function> calls MySQL's library function
-   mysql_escape_string, which prepends backslashes to the following characters:
-   <literal>NULL</literal>, <literal>\x00</literal>, <literal>\n</literal>,
+   mysql_real_escape_string, which prepends backslashes to the following 
characters:
+   <literal>\x00</literal>, <literal>\n</literal>,
    <literal>\r</literal>, <literal>\</literal>, <literal>'</literal>,
    <literal>"</literal> and <literal>\x1a</literal>.
   </para>

Reply via email to