Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[4.6] docs: add note about PHP versions supported by CI4 versions #9138

Merged
merged 2 commits into from
Aug 29, 2024
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