Changelog
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, see Choosing an API. |
5.5.0 |
This extension has been deprecated. Connecting to a MySQL database
via mysql_connect(),
mysql_pconnect() or an implicit connection via any
other mysql_* function will generate an
|
5.5.0 |
All of the old deprecated functions and aliases now emit
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.
Version | Function | Description |
---|---|---|
5.5.0 | mysql_connect | This function will generate an E_DEPRECATED error. |
mysql_db_name | The mysql_list_dbs function is deprecated, and emits an E_DEPRECATED level error. | |
mysql_pconnect | This function will generate an E_DEPRECATED error. | |
mysql_tablename | The mysql_tablename function is deprecated, and emits an E_DEPRECATED level error. | |
5.3.0 | mysql_db_query | This function now throws an E_DEPRECATED notice. |
mysql_escape_string | This function now throws an E_DEPRECATED notice. | |
4.3.7 | mysql_list_tables | This function became deprecated. |
4.3.0 | mysql_escape_string | This function became deprecated, do not use this function. Instead, use mysql_real_escape_string. |
English translation
You have asked to visit this site in English. For now, only the interface is translated, but not all the content yet.If you want to help me in translations, your contribution is welcome. All you need to do is register on the site, and send me a message asking me to add you to the group of translators, which will give you the opportunity to translate the pages you want. A link at the bottom of each translated page indicates that you are the translator, and has a link to your profile.
Thank you in advance.
Document created the 30/01/2003, last modified the 26/10/2018
Source of the printed document:https://www.gaudry.be/en/php-rf-changelog.mysql.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.
References
These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.