reference/mysql/changelog.xml
5fabd07880ab15b0ad2cf7eb055c7c2b36d7120f
...
...
@@ -36,32 +36,6 @@
36
36
</para>
37
37
</entry>
38
38
</row>
39
-
<row>
40
-
<entry>5.5.0</entry>
41
-
<entry>
42
-
<para>
43
-
This extension has been deprecated. Connecting to a MySQL database
44
-
via <function>mysql_connect</function>,
45
-
<function>mysql_pconnect</function> or an implicit connection via any
46
-
other <literal>mysql_*</literal> function will generate an
47
-
<constant>E_DEPRECATED</constant> error.
48
-
</para>
49
-
</entry>
50
-
</row>
51
-
<row>
52
-
<entry>5.5.0</entry>
53
-
<entry>
54
-
<para>
55
-
All of the old deprecated functions and aliases now emit
56
-
<constant>E_DEPRECATED</constant> errors. These functions are:
57
-
</para>
58
-
<para>
59
-
mysql(), mysql_fieldname(), mysql_fieldtable(), mysql_fieldlen(), mysql_fieldtype(), mysql_fieldflags(), mysql_selectdb(),
60
-
mysql_createdb(), mysql_dropdb(), mysql_freeresult(), mysql_numfields(), mysql_numrows(), mysql_listdbs(), mysql_listtables(),
61
-
mysql_listfields(), mysql_db_name(), mysql_dbname(), mysql_tablename(), and mysql_table_name().
62
-
</para>
63
-
</entry>
64
-
</row>
65
39
</tbody>
66
40
</tgroup>
67
41
</informaltable>
68
42