관련 링크 http://php.net/manual/en/migration55.deprecated.php
------------ 원문 --------------
Deprecated features in PHP 5.5.x ¶
ext/mysql deprecation ¶
The original MySQL extension is now deprecated, and will generate E_DEPRECATED errors when connecting to a database. Instead, use the MySQLi or PDO_MySQL extensions.
preg_replace() /e modifier ¶
The preg_replace() /e modifier is now deprecated. Instead, use the preg_replace_callback() function.
intl deprecations ¶
IntlDateFormatter::setTimeZoneID() and datefmt_set_timezone_id() are now deprecated. Instead, use the IntlDateFormatter::setTimeZone() method and datefmt_set_timezone() function, respectively.
mcrypt deprecations ¶
The following functions have been deprecated:
mcrypt_cbc()
mcrypt_cfb()
mcrypt_ecb()
mcrypt_ofb()
------ 나름의 번역 (제가 번역하는 겁니다. 정확하지 않을 수 있습니다...) ------
PHP 5.5.x 에서 폐기된 기능들
[ext/mysql 폐기]
오리지널 MySQL 확장기능 은 폐기되었습니다, 그리고 데이터베이스에 연결될 때에는 E_DEPRECATED 에러를 표출할 것입니다. 대신에, MySQLi 또는 PDO_MySQL 확장 기능을 사용하십시오.
[preg_replace() /e modifer]
preg_replace() /e modifer 는 폐기되었습니다. (아마도 preg_replace 내부에서 정규식을 사용할 때에 /e 라고 표기하는 것이 폐기되었다는 뜻으로 생각됨) 대신에, preg_replace_callback() 함수를 사용하십시오.
[intl 폐기]
IntlDataFormatter::setTimeZoneID() 와 datefmt_set_timezone_id() 는 폐기되었습니다. 대신에, IntlDateFormatter::setTimeZone() 메서드와 datefmt_set_timezone() 함수를 각각 사용하십시오.
[mcrypt 폐기]
아래의 함수들은 폐기되어졌습니다.
mcrypt_cbc()
mcrypt_cfb()
mcrypt_ecb()
mcrypt_ofb()
'작성중인글' 카테고리의 다른 글
[PHP] Deprecated features in PHP 7.0.x (0) | 2016.10.20 |
---|---|
[PHP] Deprecated features in PHP 5.6.x (0) | 2016.10.20 |
혁신에 대한 이야기 (작성중) (0) | 2016.06.17 |
한컴오피스 한글 단축키 정리중 (0) | 2013.10.01 |
엑셀 - 쓸데없는 거 간단히 (0) | 2013.09.30 |
어베스트 설정 과정 기록 - 2013/09/30 (0) | 2013.09.30 |
iptime 공유기. 펌웨어 업그레이드 완료후 관리자 인증이 안 될 때 (0) | 2013.02.22 |
NSIS Error (0) | 2012.09.25 |