[TYPO3-core] Question about namespace casing and autoloading

Mathias Schreiber mathias.schreiber at wmdb.de
Thu Feb 5 18:42:14 CET 2015


Hi folks,

using wrong casing in namespaces is WRONG... right? Just asking before we introduce a bugfix that breaks wrong usage.

Background:
Currently you can do something like this:
$husel = new \tYpO3\cmS\ExtenSioNManager\UtiLiTY\InstallUtility; and the class will get autoloaded.
This has a speed impact that we'd like to *not* have in CMS7.

Opinions?


More information about the TYPO3-team-core mailing list