sabbelasichon / typo3-rector

Rector for TYPO3
MIT License
231 stars 63 forks source link

Feature: #94966 - Show debugger in Application Information #4430

Closed simonschaufi closed 3 weeks ago

simonschaufi commented 3 weeks ago

Feature: #94966 - Show debugger in Application Information

https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/11.4/Feature-94966-ShowDebuggerInApplicationInformation.html

Feature: #94966 - Show debugger in Application Information

See 94966

Description

The "Application Information" menu is now able to show an enabled debugger and its version, if available. Supported debuggers are xdebug and Zend Debugger at the moment.

Impact

If a debugger is activated and can be determined via extension_loaded(), the "Application Information" will show such an activated debugger.

Backend, ext:backend