변경된 내역
http://wiki.kldp.org/wiki.php/PHP52ToPHP53

http://www.php.net/manual/en/migration53.php
 

Table of Contents


PHP 5.3.0 introduces two new error levels: E_DEPRECATED and E_USER_DEPRECATED. The E_DEPRECATED error level is used to indicate that a function or feature has been deprecated. The E_USER_DEPRECATED level is intended for indicating deprecated features in user code, similarly to the E_USER_ERROR and E_USER_WARNING levels.

The following is a list of deprecated INI directives. Use of any of these INI directives will cause an E_DEPRECATED error to be thrown at startup.

Deprecated functions:

Deprecated features:

  • Assigning the return value of new by reference is now deprecated.
  • Call-time pass-by-reference is now deprecated.
 

'php' 카테고리의 다른 글

피카사 웹 앨범으로 PHP 응용 프로그램 개발하기  (0) 2011.12.28
PHP대용량 파일 업로드시 확인해야될 문제  (0) 2011.12.13
php5isapi.dll  (0) 2011.11.18
none tread safe 와 thread safe  (0) 2011.11.18
POST 방식 업로드  (0) 2011.11.17

+ Recent posts