Actions
Bug #42058
closedSet class alias also if new class names are required in class loader
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2012-10-16
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
As not all usage of class names trigger the autoloader, usage of old class names in type hints for example.
If an object with a namespaced class is given to a method with an old class name, PHP dies with a fatal error.
To ensure full compatibility we need to set the class alias also when a namespaced class is required in the autoloader.
Updated by Gerrit Code Review about 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/15748
Updated by Gerrit Code Review about 12 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/15748
Updated by Helmut Hummel about 12 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset fe3721c2f5e743c75ccc501ec315870125ca608a.
Actions