TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:09 +02:00
commit af8cc155b5
6818 changed files with 642608 additions and 0 deletions
@@ -0,0 +1,37 @@
.. include:: /Includes.rst.txt
.. _breaking-62914:
==========================================================
Breaking: #62914 - Early check for PHP 5.5 in Install Tool
==========================================================
See :issue:`62914`
Description
===========
PHP 5.5 or above is a requirement for TYPO3 CMS7. As code is using specific PHP 5.5 features, an
early check is required in Install Tool.
Impact
======
Install Tool will throw an exception if PHP 5.5 or above is not detected.
Affected installations
======================
Any installation without at least PHP 5.5.0.
Migration
=========
Upgrade to PHP 5.5 or above.
.. index:: PHP-API