fix: imagick 버전 업그레이드 (3.6.0 3.7.0) - PHP 8.4 호환성 개선

This commit is contained in:
2025-12-26 12:48:51 +09:00
parent e11b199e16
commit 0858aceeab
3 changed files with 2 additions and 5 deletions

View File

@ -2,9 +2,6 @@
# 공통 설정 # 공통 설정
################################################## ##################################################
# PHP 버전 선택: 8.2 또는 8.4
PHP_VERSION=8.2
# 웹 루트 (호스트 기준) # 웹 루트 (호스트 기준)
WEB_ROOT=./www WEB_ROOT=./www

View File

@ -37,7 +37,7 @@ RUN set -eux; \
soap \ soap \
opcache \ opcache \
; \ ; \
pecl install imagick-3.6.0; \ pecl install imagick-3.7.0; \
docker-php-ext-enable imagick docker-php-ext-enable imagick
# Apache 모듈 # Apache 모듈

View File

@ -37,7 +37,7 @@ RUN set -eux; \
soap \ soap \
opcache \ opcache \
; \ ; \
pecl install imagick-3.6.0; \ pecl install imagick-3.7.0; \
docker-php-ext-enable imagick docker-php-ext-enable imagick
# Apache 모듈 # Apache 모듈