Actions
Feature #37110
closedMake ext_autoload class names case insensitive
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.
Updated by Gerrit Code Review over 12 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/11148
Updated by Gerrit Code Review over 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/11148
Updated by Christian Kuhn over 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 9090ae4bf58c131a4f500a894909fc21b91dec37.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions