10bet网址
Connectors and APIs Manual
Download this Manual
PDF (US Ltr)- 5.2Mb
PDF (A4)- 5.2Mb


7.5.2 Changelog

Copyright 1997-2021 the PHP Documentation Group.

The following changes have been made to classes/functions/methods of this extension.

General Changelog for the ext/mysql extension

This changelog references the ext/mysql extension.

Global ext/mysql changes

The following is a list of changes to the entire ext/mysql extension.

Version Description
7.0.0

This extension was removed from PHP. For details, seeSection 7.2.3, “Choosing an API”.

5.5.0

这个扩展已经被弃用。连接到a MySQL database viamysql_connect,mysql_pconnector an implicit connection via any othermysql_*function will generate anE_DEPRECATEDerror.

5.5.0

All of the old deprecated functions and aliases now emitE_DEPRECATEDerrors. These functions are:

mysql(), mysql_fieldname(), mysql_fieldtable(), mysql_fieldlen(), mysql_fieldtype(), mysql_fieldflags(), mysql_selectdb(), mysql_createdb(), mysql_dropdb(), mysql_freeresult(), mysql_numfields(), mysql_numrows(), mysql_listdbs(), mysql_listtables(), mysql_listfields(), mysql_db_name(), mysql_dbname(), mysql_tablename(), and mysql_table_name().

Changes to existing functions

The following list is a compilation of changelog entries from the ext/mysql functions.