본문 바로가기
← PHP 소식
PHP 8.4.4안정

PHP 8.4.4 변경 기록과 적용 점검

릴리스: 2025년 2월 13일

게시: 2026년 8월 6일

PHP 8.4.4 공식 변경 기록에서 구성요소와 CVE를 추출하고 사용 환경별 확인 순서를 제공합니다.

PHP 8.4.4 변경 사항

공식 php-src 태그의 NEWS에서 이 버전의 항목만 추출했습니다. 아래 구성요소와 확인 순서는 원문에 따라 자동 구성됩니다. 애플리케이션 호환성이나 취약점 영향 여부를 판정하지 않습니다.

변경된 구성요소

Core · DOM · Enchant · FTP · GD · Gettext · Intl · Opcache · PCNTL · PCRE · PDO · PgSql · Phar · PHPDBG · Session · SimpleXML · SNMP · SPL · Standard · Windows · Zip

원문에 명시된 CVE

이 NEWS 항목에 CVE 번호가 명시되어 있지 않습니다. 보안 문제가 없다는 의미는 아닙니다.

사용 환경별 확인 순서

  • php -vphp -m으로 실제 실행 버전과 확장 목록을 확인하고 아래 원문에서 사용 중인 구성요소의 변경을 찾으세요.
  • composer check-platform-reqs로 설치 환경의 요구사항을 확인하세요. 성공하더라도 동작 호환성까지 보장하지는 않습니다.
  • PDO를 사용한다면 실제 데이터베이스 드라이버로 조회·트랜잭션 테스트를 실행하세요.
  • PostgreSQL을 사용한다면 해당 확장과 드라이버의 쿼리 처리를 점검하세요.
  • GD를 사용한다면 이미지 업로드·리사이즈 처리를 실제 파일로 확인하세요.
  • 배포 전 스테이징에서 애플리케이션 테스트를 실행하고, 배포 후 웹 프로세스와 큐 워커가 새 PHP를 사용하는지 확인하세요.

공식 변경 기록

13 Feb 2025, PHP 8.4.4

  • Core: . Fixed bug GH-17234 (Numeric parent hook call fails with assertion). (nielsdos) . Fixed bug GH-16892 (ini_parse_quantity() fails to parse inputs starting with 0x0b). (nielsdos) . Fixed bug GH-16886 (ini_parse_quantity() fails to emit warning for 0x+0). (nielsdos) . Fixed bug GH-17222 (PROPERTY magic constant does not work in all constant expression contexts). (ilutov) . Fixed bug GH-17214 (Relax final+private warning for trait methods with inherited final). (ilutov) . Fixed NULL arithmetic during system program execution on Windows. (cmb, nielsdos) . Fixed potential OOB when checking for trailing spaces on Windows. (cmb) . Fixed bug GH-17408 (Assertion failure Zend/zend_exceptions.c). (nielsdos, ilutov) . Fix may_have_extra_named_args flag for ZEND_AST_UNPACK. (nielsdos) . Fix NULL arithmetic in System V shared memory emulation for Windows. (cmb) . Fixed bug GH-17597 (#[\Deprecated] does not work for __call() and __callStatic()). (timwolla)

  • DOM: . Fixed bug GH-17397 (Assertion failure ext/dom/php_dom.c). (nielsdos) . Fixed bug GH-17486 (Incorrect error line numbers reported in Dom\HTMLDocument::createFromString). (nielsdos) . Fixed bug GH-17481 (UTF-8 corruption in \Dom\HTMLDocument). (nielsdos) . Fixed bug GH-17500 (Segfault with requesting nodeName on nameless doctype). (nielsdos) . Fixed bug GH-17485 (upstream fix, Self-closing tag on void elements shouldn't be a parse error/warning in \Dom\HTMLDocument). (lexborisov) . Fixed bug GH-17572 (getElementsByTagName returns collections with tagName-based indexing). (nielsdos)

  • Enchant: . Fix crashes in enchant when passing null bytes. (nielsdos)

  • FTP: . Fixed bug GH-16800 (ftp functions can abort with EINTR). (nielsdos)

  • GD: . Fixed bug GH-17349 (Tiled truecolor filling looses single color transparency). (cmb) . Fixed bug GH-17373 (imagefttext() ignores clipping rect for palette images). (cmb) . Ported fix for libgd 223 (gdImageRotateGeneric() does not properly interpolate). (cmb) . Added support for reading GIFs without colormap to bundled libgd. (Andrew Burley, cmb)

  • Gettext: . Fixed bug GH-17400 (bindtextdomain SEGV on invalid domain). (David Carlier)

  • Intl: . Fixed bug GH-11874 (intl causing segfault in docker images). (nielsdos)

  • Opcache: . Fixed bug GH-15981 (Segfault with frameless jumps and minimal JIT). (nielsdos) . Fixed bug GH-17307 (Internal closure causes JIT failure). (nielsdos) . Fixed bug GH-17428 (Assertion failure ext/opcache/jit/zend_jit_ir.c:8940). (nielsdos) . Fixed bug GH-17564 (Potential UB when reading from / writing to struct padding). (ilutov)

  • PCNTL: . Fixed pcntl_setcpuaffinity exception type from ValueError to TypeError for the cpu mask argument with entries type different than int/string. (David Carlier)

  • PCRE: . Fixed bug GH-17122 (memory leak in regex). (nielsdos)

  • PDO: . Fixed a memory leak when the GC is used to free a PDOStatment. (Girgias) . Fixed a crash in the PDO Firebird Statement destructor. (nielsdos) . Fixed UAFs when changing default fetch class ctor args. (Girgias, nielsdos)

  • PgSql: . Fixed build failure when the constant PGRES_TUPLES_CHUNK is not present in the system. (chschneider)

  • Phar: . Fixed bug GH-17518 (offset overflow phar extractTo()). (nielsdos)

  • PHPDBG: . Fix crashes in function registration + test. (nielsdos, Girgias)

  • Session: . Fix type confusion with session SID constant. (nielsdos) . Fixed bug GH-17541 (ext/session NULL pointer dereferencement during ID reset). (Girgias)

  • SimpleXML: . Fixed bug GH-17409 (Assertion failure Zend/zend_hash.c:1730). (nielsdos)

  • SNMP: . Fixed bug GH-17330 (SNMP::setSecurity segfault on closed session). (David Carlier)

  • SPL: . Fixed bug GH-15833 (Segmentation fault (access null pointer) in ext/spl/spl_array.c). (nielsdos) . Fixed bug GH-17516 (SplFileTempObject::getPathInfo() Undefined behavior on invalid class). (David Carlier)

  • Standard: . Fixed bug GH-17447 (Assertion failure when array popping a self addressing variable). (nielsdos)

  • Windows: . Fixed clang compiler detection. (cmb)

  • Zip: . Fixed bug GH-17139 (Fix zip_entry_name() crash on invalid entry). (nielsdos)

출처

PHP 8.4.4 공식 NEWS · 현재 PHP 지원 일정

원문에 없는 지원 종료일, CVE, Laravel 호환성 결론은 자동으로 추가하지 않습니다.

php.net 공식 릴리스 노트 보기 →