php5.4 썸네일형 리스트형 What's New in PHP 5.4 이번에 PHP5.3을 5.4로 업그레이드 하면서 지금 PHP7이 출시된 시점에 이제서야 다루지만...사라진 기능들break/continue에서 변수를 사용할 수 없다$two = 2; while (true) { while (true) { break $two; }}PHP Fatal error: 'break' operator with non-constant operand is no longer supported in test.php on line 6잠재적으로 위험한 자동 전역변수 기능 제거PHP 5.3에서 Deprecated 되었고 5.4 부터는 제거되었다.php.ini 파일에서 register_globals, register_long_arrays 지시자가 사라지고 import_request_variables.. 더보기 이전 1 다음