Added note that mysql_real_esacpe_string() is only available in 4.3.0

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@77585 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Sander Roobol 2002-04-10 15:24:54 +00:00
parent 8cd6b4541b
commit bae813faa9

View file

@ -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 @@ Escaped string: Zak\'s Laptop
</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>