In these wrappers all mysql and ereg functions are rewritten using mysqli and pcre
https://sourceforge.net/projects/mysqlwithmysqli/
https://sourceforge.net/projects/ereg-using-pcre/
이 확장의 클래스/함수/메소드에 다음과 같은 변경이 이루어졌습니다.
This changelog references the ext/mysql extension.
The following is a list of changes to the entire ext/mysql extension.
버전 | 설명 |
---|---|
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(). |
The following list is a compilation of changelog entries from the ext/mysql functions.
Version | Function | Description |
---|---|---|
5.3.0 | mysql_db_query | 이 함수는 E_DEPRECATED 주의를 발생합니다. |
mysql_escape_string | E_DEPRECATED 주의가 발생합니다. | |
5.0.0 | mysql_fetch_object | 다른 객체로 반환할 수 있는 기능 추가 |
4.3.7 | mysql_list_tables | 이 함수는 배제되었습니다. |
4.3.0 | mysql_connect | client_flags가 추가되었다. |
mysql_escape_string | 이 함수의 사용은 권장하지 않는다. 대신, mysql_real_escape_string를 사용하라. | |
mysql_pconnect | client_flags가 추가되었다. | |
4.2.0 | mysql_connect | new_link가 추가되었다. |
4.0.6 | mysql_db_query | 본 함수는 더 이상 존재하지 않으며 권장되지 않는다. 대신, mysql_select_db과 mysql_query를 사용하라. |
3.0.10 | mysql_connect | server에 ":/path/to/socket" 를 사용할 수 있게 되었다. |
mysql_pconnect | server에 ":/path/to/socket" 를 사용할 수 있게 되었다. | |
3.0.0 | mysql_connect | server에 ":port" 를 사용 가능하게 되었다. |
mysql_pconnect | server에 ":port" 를 사용 가능하게 되었다. |
In these wrappers all mysql and ereg functions are rewritten using mysqli and pcre
https://sourceforge.net/projects/mysqlwithmysqli/
https://sourceforge.net/projects/ereg-using-pcre/