SMS 발송하는 부분에서 발생하는 warning 채택완료
PHP Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in
/adm/sms_admin/sms_write_send.php on line 97
/adm/sms_admin/sms_write_send.php on line 102
/adm/sms_admin/sms_write_send.php on line 114
/adm/sms_admin/sms_write_send.php on line 119
언젠가 없어질것 같은데 혹시 미리 조치 할 수 있는 방법이 있을까요?
답변 2개
https://wiki.php.net/rfc/continue_on_switch_deprecation">https://wiki.php.net/rfc/continue_on_switch_deprecation
PHP 7.3 에서 continue 가 Deprecated 되었기 때문에
사용에 주의를 해야 할 것 같아서 문의글을 올렸습니다.
현재 그누보드에는 count()와 continue 가 많이 사용 되고 있는데요.
이거 두개 다 향후 PHP버전이 올라가면 Deprecated 될 예정이라
미리 준비 해야 하지 않을까 해서 .....^^
지금은 그냥 Warning으로 끝나지만 나중에는 Error가 뜨면서 사이트가 안뜰꺼니까요. ^^
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인