The following changes have been made to classes/functions/methods of this extension.
| Version | Function | Description | 
|---|---|---|
| 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. | |
| 5.0.0 | mysql_fetch_object | Added the ability to return as a different object. | 
| 4.3.7 | mysql_list_tables | This function became deprecated. | 
| 4.3.0 | mysql_connect | Added the client_flags parameter. | 
| mysql_escape_string | This function became deprecated, do not use this function. Instead, use mysql_real_escape_string. | |
| mysql_pconnect | Added the client_flags parameter. | |
| 4.2.0 | mysql_connect | Added the new_link parameter. | 
| 4.0.6 | mysql_db_query | This function is deprecated, do not use this function. Use mysql_select_db and mysql_query instead. |