[Maintenance]: Update minimum PHP version to PHP7.4 #2563

Closed
opened 2026-02-05 04:31:20 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @ssddanbrown on GitHub (Jan 8, 2022).

Originally assigned to: @ssddanbrown on GitHub.

Describe the feature you'd like

To align with the PHP release/support cycle, and prepare for an eventual upgrade to Laravel 9, we should drop PHP7.3 support and make PHP7.4 the new supported minimum.

PHP7.3 wasn't really part of many "LTS" operating system packages, and official PHP security support has now dropped. In addition, many third party packages have already dropped PHP7.3.

Doing this upgrade now assures a steadier change in requirements rather than needing to drop two versions at once in the future.
Our last change to the PHP requirement was in v21.04. We should make this change in the next feature release or that thereafter, Especially while I've got the extra time to support where needed.

Originally created by @ssddanbrown on GitHub (Jan 8, 2022). Originally assigned to: @ssddanbrown on GitHub. ### Describe the feature you'd like To align with the PHP release/support cycle, and prepare for an eventual upgrade to Laravel 9, we should drop PHP7.3 support and make PHP7.4 the new supported minimum. PHP7.3 wasn't really part of many "LTS" operating system packages, and official PHP security support has now dropped. In addition, many third party packages have already dropped PHP7.3. Doing this upgrade now assures a steadier change in requirements rather than needing to drop two versions at once in the future. Our last change to the PHP requirement was in v21.04. We should make this change in the next feature release or that thereafter, Especially while I've got the extra time to support where needed.
OVERLORD added the 🔧 Maintenance📖 Docs Update🏭 Back-End labels 2026-02-05 04:31:20 +03:00
Author
Owner

@ssddanbrown commented on GitHub (Feb 4, 2022):

  • Changes ready in #3245.
  • Have checked devops/website repos for script usages, cannot see any scripts we need to update or upgrade paths we need to support.
  • Just needs requirements and update notes additions/changes.
@ssddanbrown commented on GitHub (Feb 4, 2022): - Changes ready in #3245. - Have checked devops/website repos for script usages, cannot see any scripts we need to update or upgrade paths we need to support. - Just needs requirements and update notes additions/changes.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#2563