[PHP] .htaccess error_reporting
2020/07/16 - [개발/Web] - [PHP] .htaccess short_open_tag 설정 [PHP] .htaccess short_open_tag 설정 # short_open_tag=On|Off php_value short_open_tag 0 php_value short_open_tag 1 wonyoung2.tistory.com # error_reporting 설정 php_value error_reporting 22519 E_ALL & ~E_STRICT & ~E_NOTICE & ~E_DEPRECATED E_ALL(32767) – E_STRICT(2048) – E_NOTICE(8) – E_DEPRECATED(8192) = 22519 # 에러 레벨 상수값 Error Level Constants ..
2020.07.20