Project

General

Profile

Actions

Feature #37110

closed

Make ext_autoload class names case insensitive

Added by Christian Kuhn almost 12 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Miscellaneous
Target version:
Start date:
2012-05-11
Due date:
% Done:

100%

Estimated time:
PHP Version:
5.3
Tags:
Complexity:
medium
Sprint Focus:

Description

Remove the hurdle that class names in ext_autoload (the key part of the returned array) have to be lower cased.

The patch adds two tests, the first one tests that a case sensitive class name in ext_autoload.php in actually lowercases before it is written to the autoload cache file. It fails if the autoloader patch is not applied. The second tests that camel cased classes can be successfully autoloaded.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #38331: CamelCased classes in autoloader work only if read from cacheClosed2012-06-23

Actions
Actions

Also available in: Atom PDF