개발

centos 에서 php82 + nginx + codeigniter 설정

coens 2022. 11. 21. 19:27
if (!-e $request_filename ) {
      rewrite ^(.*)$ /index.php last;
}
  • CI 구버전에서는 dynamic properties are deprecated 메시지가 나오므로, 해당되는 클래스 위에 다음을 붙이자.

#[AllowDynamicProperties]

  • str_replace 세번째 인자에 null deprecated나오므로, string 형변환 하자