sander          Wed Apr 10 11:24:56 2002 EDT

  Modified files:              
    /phpdoc/en/functions        mysql.xml 
  Log:
  Added note that mysql_real_esacpe_string() is only available in 4.3.0
  
  
Index: phpdoc/en/functions/mysql.xml
diff -u phpdoc/en/functions/mysql.xml:1.104 phpdoc/en/functions/mysql.xml:1.105
--- phpdoc/en/functions/mysql.xml:1.104 Fri Mar 29 18:26:31 2002
+++ phpdoc/en/functions/mysql.xml       Wed Apr 10 11:24:54 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.104 $ -->
+<!-- $Revision: 1.105 $ -->
  <reference id="ref.mysql">
   <title>MySQL Functions</title>
   <titleabbrev>MySQL</titleabbrev>
@@ -993,6 +993,11 @@
       </screen>
      </para>
     </example>
+    <note>
+     <para>
+      <function>mysql_real_escape_string</function> was added in PHP 4.3.0.
+     </para>
+    </note>
     <para>
      See also:
      <function>mysql_real_escape_string</function>


Reply via email to