PHP 8.3.21 변경 기록과 적용 점검
릴리스: 2025년 5월 8일
게시: 2026년 8월 6일
PHP 8.3.21 공식 변경 기록에서 구성요소와 CVE를 추출하고 사용 환경별 확인 순서를 제공합니다.
PHP 8.3.21 변경 사항
공식 php-src 태그의 NEWS에서 이 버전의 항목만 추출했습니다. 아래 구성요소와 확인 순서는 원문에 따라 자동 구성됩니다. 애플리케이션 호환성이나 취약점 영향 여부를 판정하지 않습니다.
변경된 구성요소
Core · Filter · GD · Intl · LDAP · libxml · OpenSSL · PDO Firebird · SPL · Standard · Zip
원문에 명시된 CVE
이 NEWS 항목에 CVE 번호가 명시되어 있지 않습니다. 보안 문제가 없다는 의미는 아닙니다.
사용 환경별 확인 순서
php -v와php -m으로 실제 실행 버전과 확장 목록을 확인하고 아래 원문에서 사용 중인 구성요소의 변경을 찾으세요.composer check-platform-reqs로 설치 환경의 요구사항을 확인하세요. 성공하더라도 동작 호환성까지 보장하지는 않습니다.- PDO를 사용한다면 실제 데이터베이스 드라이버로 조회·트랜잭션 테스트를 실행하세요.
- TLS 연결을 사용한다면 외부 API·메일 서버 연결과 인증서 검증을 점검하세요.
- GD를 사용한다면 이미지 업로드·리사이즈 처리를 실제 파일로 확인하세요.
- 배포 전 스테이징에서 애플리케이션 테스트를 실행하고, 배포 후 웹 프로세스와 큐 워커가 새 PHP를 사용하는지 확인하세요.
공식 변경 기록
08 May 2025, PHP 8.3.21
Core: . Fixed bug GH-18304 (Changing the properties of a DateInterval through dynamic properties triggers a SegFault). (nielsdos) . Fix some leaks in php_scandir. (nielsdos)
Filter: . Fixed bug GH-18309 (ipv6 filter integer overflow). (nielsdos)
GD: . Fixed imagecrop() overflow with rect argument with x/width y/heigh usage in gdImageCrop(). (David Carlier) . Fixed GH-18243 imagettftext() overflow/underflow on font size value. (David Carlier)
Intl: . Fix reference support for intltz_get_offset(). (nielsdos)
LDAP: . Fixed bug GH-17776 (LDAP_OPT_X_TLS_* options can't be overridden). (Remi) . Fix NULL deref on high modification key. (nielsdos)
libxml: . Fixed custom external entity loader returning an invalid resource leading to a confusing TypeError message. (Girgias)
OpenSSL: . Fix memory leak in openssl_sign() when passing invalid algorithm. (nielsdos) . Fix potential leaks when writing to BIO fails. (nielsdos)
PDO Firebird: . Fixed GH-18276 - persistent connection - "zend_mm_heap corrupted" with setAttribute() (SakiTakamachi).
SPL: . Fixed bug GH-18322 (SplObjectStorage debug handler mismanages memory). (nielsdos)
Standard: . Fixed bug GH-18145 (php8ts crashes in php_clear_stat_cache()). (Jakub Zelenka) . Fixed bug GH-18209 (Use-after-free in extract() with EXTR_REFS). (ilutov) . Fixed bug GH-18212 (fseek with SEEK_CUR whence value and negative offset leads to negative stream position). (David Carlier) . Fix resource leak in iptcembed() on error. (nielsdos)
Zip: . Fix uouv when handling empty options in ZipArchive::addGlob(). (nielsdos) . Fix memory leak when handling a too long path in ZipArchive::addGlob(). (nielsdos)
출처
PHP 8.3.21 공식 NEWS · 현재 PHP 지원 일정
원문에 없는 지원 종료일, CVE, Laravel 호환성 결론은 자동으로 추가하지 않습니다.