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,38 @@
.. include:: /Includes.rst.txt
.. _breaking-67824:
===========================================
Breaking: #67824 - typo3/ext folder removed
===========================================
See :issue:`67824`
Description
===========
The folder `typo3/ext` does not exist in the default core package anymore.
The functionality to have global extensions in this directory is not touched.
Impact
======
In case global extensions are moved to this directory during
deployment or rollout, the directory must be created before, now.
Affected Installations
======================
Instances that use global extensions within `typo3/ext`.
Migration
=========
Create directory `typo3/ext` before moving extensions into this folder.
.. index:: PHP-API