TYPO3 v15 dev-main snapshot ()

This commit is contained in:
2026-08-10 22:31:31 +02:00
commit 3e43c11539
407 changed files with 51272 additions and 0 deletions
@@ -0,0 +1,33 @@
<?php
return [
// Removed global functions
'debugBegin' => [
'numberOfMandatoryArguments' => 0,
'maximumNumberOfArguments' => 0,
'restFiles' => [
'Breaking-37180-RemovedExtDirectDebugAndGLOBALSerror.rst',
],
],
'debugEnd' => [
'numberOfMandatoryArguments' => 0,
'maximumNumberOfArguments' => 0,
'restFiles' => [
'Breaking-37180-RemovedExtDirectDebugAndGLOBALSerror.rst',
],
],
'xdebug' => [
'numberOfMandatoryArguments' => 0,
'maximumNumberOfArguments' => 0,
'restFiles' => [
'Breaking-82640-Re-arrangingGlobalDebugFunctions.rst',
],
],
'debug' => [
'numberOfMandatoryArguments' => 0,
'maximumNumberOfArguments' => 3,
'restFiles' => [
'Breaking-82640-Re-arrangingGlobalDebugFunctions.rst',
],
],
];