PHP最新バージョン一覧 #
以下は、PHPのバージョン・リリース日・サポートステータスを基に作成した一覧となります。
本ページは参考目的であり、正確性・最新性を保証するものではありません。
バージョン | マイナーバージョン | 最新リリース日 | サポートステータス |
---|---|---|---|
php8.4 | 8.4.7 | 8 May 2025 | Active support |
php8.3 | 8.3.21 | 8 May 2025 | Active support |
php8.2 | 8.2.28 | 13 Mar 2025 | Security fixes only |
php8.1 | 8.1.32 | 13 Mar 2025 | Security fixes only |
php8.0 | 8.0.30 | 03 Aug 2023 | EOL |
php7.4 | 7.4.33 | 03 Nov 2022 | EOL |
php7.3 | 7.3.33 | 18 Nov 2021 | EOL |
php7.2 | 7.2.34 | 01 Oct 2020 | EOL |
php7.1 | 7.1.33 | 24 Oct 2019 | EOL |
php7.0 | 7.0.33 | 10 Jan 2019 | EOL |
php5.6 | 5.6.40 | 10 Jan 2019 | EOL |
php5.5 | 5.5.38 | 21 Jul 2016 | EOL |
php5.4 | 5.4.45 | 03 Sep 2015 | EOL |
php5.3 | 5.3.29 | 14 Aug 2014 | EOL |
php5.2 | 5.2.17 | 06 January 2011 | EOL |
php5.1 | 5.1.6 | 24 Aug 2006 | EOL |
php5.0 | 5.0.5 | 05 Sep 2005 | EOL |
php4.4 | 4.4.9 | 07 August 2008 | EOL |
php4.3 | 4.3.11 | 31 Mar 2005 | EOL |
php4.2 | 4.2.3 | 6 September 2002 | EOL |
php4.1 | 4.1.2 | 12 March 2002 | EOL |
php4.0 | 4.0.6 | 23 June 2001 | EOL |
サポートステータスについて #
フェーズ | 機能追加 | バグ修正 | セキュリティ修正 |
---|---|---|---|
開発中(未リリース) | ○ | ○ | ○ |
Active support | × | ○ | ○ |
Security fixes only | × | × | △ |
End of life | × | × | × |
※「Security fixes only」のセキュリティ修正は重大と判定された脆弱性のみ修正されます。
セキュリティアドバイザリ #
以下はPHP公式 GitHubリポジトリ における 直近10件のセキュリティアドバイザリ情報です。
重要度 | CVE | タイトル |
---|---|---|
moderate | CVE-2025-1861 | Stream HTTP wrapper truncate redirect location to 1024 bytes |
moderate | CVE-2025-1734 | Streams HTTP wrapper does not fail for headers with invalid name and no colon |
low | 無し | Possible out of bounds read when XML_OPTION_SKIP_TAGSTART used |
moderate | CVE-2025-1217 | Header parser of http stream wrapper does not handle folded headers |
moderate | CVE-2025-1219 | libxml streams use wrong content-type header when requesting a redirected resource |
moderate | CVE-2025-1736 | Stream HTTP wrapper header check might omit basic auth header |
low | 無し | Heap-Use-After-Free in sapi_read_post_data Processing in CLI SAPI Interface |
moderate | CVE-2024-11233 | Single byte overread with convert.quoted-printable-decode filter |
moderate | CVE-2024-11235 | Reference counting in php_request_shutdown causes Use-After-Free |
moderate | CVE-2024-11236 | Integer overflow in the firebird and dblib quoters causing OOB writes |
情報元 #
本記事は以下の情報を参考に作成されております。