Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion user_guide_src/source/intro/requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,16 @@ PHP and Required Extensions
.. warning::
- The end of life date for PHP 7.4 was November 28, 2022.
- The end of life date for PHP 8.0 was November 26, 2023.
- If you are still using PHP 7.4 or 8.0, you should upgrade immediately.
- **If you are still using PHP 7.4 or 8.0, you should upgrade immediately.**
- The end of life date for PHP 8.1 will be December 31, 2025.

.. note::
- PHP 8.4 requires CodeIgniter 4.6.0 or later.
- PHP 8.3 requires CodeIgniter 4.4.4 or later.
- PHP 8.2 requires CodeIgniter 4.2.11 or later.
- PHP 8.1 requires CodeIgniter 4.1.6 or later.
- **Note that we only maintain the latest version.**

***********************
Optional PHP Extensions
***********************
Expand Down