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,29 @@
.. include:: /Includes.rst.txt
.. _breaking-79120:
====================================================================
Breaking: #79120 - Remove legacy CLI-related constants and variables
====================================================================
See :issue:`79120`
Description
===========
The deprecated PHP constants :php:`TYPO3_cliKey` and :php:`TYPO3_cliInclude`, and the global variables :php:`$GLOBALS['temp_cliScriptPath']` and
:php:`$GLOBALS['temp_cliKey']` which had been filled when running a CLI command have been removed.
Impact
======
Calling one of the PHP constants above will result in a PHP error. Accessing the global variables will result in a PHP warning.
Affected Installations
======================
Any installation with third-party CLI commands which use these constants or global variables.
.. index:: CLI, PHP-API