reference/mysql/functions/mysql-escape-string.xml
62aa2694baf7fe904744a9b0f8a2a26e7fc3cf12
...
...
@@ -59,37 +59,6 @@
59
59
</para>
60
60
</refsect1>
61
61

62
-
<refsect1 role="changelog">
63
-
&reftitle.changelog;
64
-
<para>
65
-
<informaltable>
66
-
<tgroup cols="2">
67
-
<thead>
68
-
<row>
69
-
<entry>&Version;</entry>
70
-
<entry>&Description;</entry>
71
-
</row>
72
-
</thead>
73
-
<tbody>
74
-
<row>
75
-
<entry>5.3.0</entry>
76
-
<entry>
77
-
This function now throws an E_DEPRECATED notice.
78
-
</entry>
79
-
</row>
80
-
<row>
81
-
<entry>4.3.0</entry>
82
-
<entry>
83
-
This function became deprecated, do not use this function. Instead,
84
-
use <function>mysql_real_escape_string</function>.
85
-
</entry>
86
-
</row>
87
-
</tbody>
88
-
</tgroup>
89
-
</informaltable>
90
-
</para>
91
-
</refsect1>
92
-

93
62
<refsect1 role="examples">
94
63
&reftitle.examples;
95
64
<para>
...
...
@@ -129,8 +98,6 @@ Escaped string: Zak\'s Laptop
129
98
<para>
130
99
<simplelist>
131
100
<member><function>mysql_real_escape_string</function></member>
132
-
<member><function>addslashes</function></member>
133
-
<member>The <link linkend="ini.magic-quotes-gpc">magic_quotes_gpc</link> directive.</member>
134
101
</simplelist>
135
102
</para>
136
103
</refsect1>
137
104