PHP 8.4.16 변경 기록과 적용 점검
릴리스: 2025년 12월 18일
게시: 2026년 9월 16일
PHP 8.4.16 공식 변경 기록에서 구성요소와 CVE를 추출하고 사용 환경별 확인 순서를 제공합니다.
PHP 8.4.16 변경 사항
공식 php-src 태그의 NEWS에서 이 버전의 항목만 추출했습니다. 아래 구성요소와 확인 순서는 원문에 따라 자동 구성됩니다. 애플리케이션 호환성이나 취약점 영향 여부를 판정하지 않습니다.
변경된 구성요소
Core · Bz2 · Date · DOM · Fibers · FTP · GD · Intl · LibXML · MbString · MySQLnd · Opcache · PDO · Phar · PHPDBG · SPL · Standard · Tidy · XML · Zip · Zlib
원문에 명시된 CVE
사용 환경별 확인 순서
php -v와php -m으로 실제 실행 버전과 확장 목록을 확인하고 아래 원문에서 사용 중인 구성요소의 변경을 찾으세요.composer check-platform-reqs로 설치 환경의 요구사항을 확인하세요. 성공하더라도 동작 호환성까지 보장하지는 않습니다.- 날짜·시간대를 사용한다면 Carbon 및 날짜 변환 테스트에서 변경 항목과 관련된 입력을 점검하세요.
- PDO를 사용한다면 실제 데이터베이스 드라이버로 조회·트랜잭션 테스트를 실행하세요.
- GD를 사용한다면 이미지 업로드·리사이즈 처리를 실제 파일로 확인하세요.
- 배포 전 스테이징에서 애플리케이션 테스트를 실행하고, 배포 후 웹 프로세스와 큐 워커가 새 PHP를 사용하는지 확인하세요.
공식 변경 기록
18 Dec 2025, PHP 8.4.16
Core: . Sync all boost.context files with release 1.86.0. (mvorisek) . Fixed bug GH-20435 (SensitiveParameter doesn't work for named argument passing to variadic parameter). (ndossche) . Fixed bug GH-20286 (use-after-destroy during userland stream_close()). (ndossche, David Carlier)
Bz2: . Fix assertion failures resulting in crashes with stream filter object parameters. (ndossche)
Date: . Fix crashes when trying to instantiate uninstantiable classes via date static constructors. (ndossche)
DOM: . Fix memory leak when edge case is hit when registering xpath callback. (ndossche) . Fixed bug GH-20395 (querySelector and querySelectorAll requires elements in $selectors to be lowercase). (ndossche) . Fix missing NUL byte check on C14NFile(). (ndossche)
Fibers: . Fixed bug GH-20483 (ASAN stack overflow with fiber.stack_size INI small value). (David Carlier)
FTP: . Fixed bug GH-20601 (ftp_connect overflow on timeout). (David Carlier)
GD: . Fixed bug GH-20511 (imagegammacorrect out of range input/output values). (David Carlier) . Fixed bug GH-20602 (imagescale overflow with large height values). (David Carlier)
Intl: . Fixed bug GH-20426 (Spoofchecker::setRestrictionLevel() error message suggests missing constants). (DanielEScherzer)
LibXML: . Fix some deprecations on newer libxml versions regarding input buffer/parser handling. (ndossche)
MbString: . Fixed bug GH-20491 (SLES15 compile error with mbstring oniguruma). (ndossche) . Fixed bug GH-20492 (mbstring compile warning due to non-strings). (ndossche)
MySQLnd: . Fixed bug GH-20528 (Regression breaks mysql connexion using an IPv6 address enclosed in square brackets). (Remi)
Opcache: . Fixed bug GH-20329 (opcache.file_cache broken with full interned string buffer). (Arnaud)
PDO: . Fixed GHSA-8xr5-qppj-gvwj (PDO quoting result null deref). (CVE-2025-14180) (Jakub Zelenka)
Phar: . Fixed bug GH-20442 (Phar does not respect case-insensitiveness of __halt_compiler() when reading stub). (ndossche, TimWolla) . Fix broken return value of fflush() for phar file entries. (ndossche) . Fix assertion failure when fseeking a phar file out of bounds. (ndossche)
PHPDBG: . Fixed ZPP type violation in phpdbg_get_executable() and phpdbg_end_oplog(). (Girgias)
SPL: . Fixed bug GH-20614 (SplFixedArray incorrectly handles references in deserialization). (ndossche)
Standard: . Fix memory leak in array_diff() with custom type checks. (ndossche) . Fixed bug GH-20583 (Stack overflow in http_build_query via deep structures). (ndossche) . Fixed GHSA-www2-q4fc-65wf (Null byte termination in dns_get_record()). (ndossche) . Fixed GHSA-h96m-rvf9-jgm2 (Heap buffer overflow in array_merge()). (CVE-2025-14178) (ndossche) . Fixed GHSA-3237-qqm7-mfv7 (Information Leak of Memory in getimagesize). (CVE-2025-14177) (ndossche)
Tidy: . Fixed bug GH-20374 (PHP with tidy and custom-tags). (ndossche)
XML: . Fixed bug GH-20439 (xml_set_default_handler() does not properly handle special characters in attributes when passing data to callback). (ndossche)
Zip: . Fix crash in property existence test. (ndossche) . Don't truncate return value of zip_fread() with user sizes. (ndossche)
Zlib: . Fix assertion failures resulting in crashes with stream filter object parameters. (ndossche)
출처
PHP 8.4.16 공식 NEWS · 현재 PHP 지원 일정
원문에 없는 지원 종료일, CVE, Laravel 호환성 결론은 자동으로 추가하지 않습니다.