PHP最新バージョン一覧 #
以下は、PHPのバージョン・リリース日・サポートステータスを基に作成した一覧となります。
本ページは参考目的であり、正確性・最新性を保証するものではありません。
| バージョン | マイナーバージョン | 最新リリース日 | サポートステータス |
|---|---|---|---|
| php8.5 | 8.5.6 | 07 May 2026 | Active support |
| php8.4 | 8.4.21 | 07 May 2026 | Active support |
| php8.3 | 8.3.31 | 07 May 2026 | Security fixes only |
| php8.2 | 8.2.31 | 07 May 2026 | Security fixes only |
| php8.1 | 8.1.34 | 18 Dec 2025 | EOL |
| 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-2026-7262 | NULL pointer dereference in SOAP apache:Map decoder with missing <value> |
| moderate | CVE-2026-7261 | SoapServer session-persisted object use-after-free via SOAP header fault |
| high | CVE-2026-6722 | Use-After-Free in SOAP using Apache map with Remote Code Execution |
| moderate | CVE-2026-7258 | Out-of-bounds read in urldecode() |
| moderate | CVE-2026-6104 | Global buffer over-read in mb_convert_encoding() with attacker-supplied encoding |
| high | CVE-2026-7263 | DoS attack via DOMNode::C14N() |
| moderate | CVE-2026-6735 | XSS within PHP-FPM status endpoint |
| low | CVE-2026-7568 | Signed integer overflow in metaphone() |
| low | CVE-2026-7259 | Null pointer dereference in php_mb_check_encoding() via mb_ereg_search_init() |
| moderate | CVE-2025-14177 | Information Leak of Memory in getimagesize |
情報元 #
本記事は以下の情報を参考に作成されております。