버전 : php 8.5
1. php 폴더에서 php_gd.dll 파일 확인
path : /php/ext/php_gd.dll
2. php.ini에서 gd 주석해제
extension=gd
3. apache 재부팅
728x90
'PHP' 카테고리의 다른 글
| Invalid command 'Order', perhaps misspelled or defined by a module not included in the server configuration, referer (0) | 2025.09.18 |
|---|---|
| is_numeric() - 숫자인지 아닌지 확인하는 함수 (0) | 2019.09.26 |
| ereg(), eregi() // preg_match(), preg_match_all() - 문자열 검색 함수 (0) | 2019.09.25 |
| array_merge() - 배열끼리 합쳐서 새로운 배열을 생성 (0) | 2019.09.25 |
| 문자열 합치는 함수 implode() / join() (0) | 2019.09.17 |