Sürüm Bilgisi

Bu eklentinin sınıf/yöntem/işlevlerinde aşağıdaki değişiklikler yapıldı.

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.

Sürüm: Açıklama
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 E_DEPRECATED error.

5.5.0

All of the old deprecated functions and aliases now emit E_DEPRECATED errors. 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.

VersionFunctionDescription
5.3.0mysql_db_queryBu işlev artık bir E_DEPRECATED uyarısı vermektedir.
4.3.7mysql_list_tablesBu işlevin kullanımı artık önerilmiyor.
4.3.0mysql_connectistemci_seçenekleri değiştirgesi eklendi.
4.2.0mysql_connectyeni_bağlantı değiştirgesi eklendi.
4.0.6mysql_db_queryBu işlevin kullanımı artık önerilmemektedir, bu işlevi kullanmayın. Bunun yerine, mysql_select_db ve mysql_query kullanın.