Project

General

Profile

Actions

Bug #53929

closed

Class loader does not respect ext_autload.php

Added by Alexander Stehlik over 10 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Caching
Target version:
Start date:
2013-11-25
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
5.4
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:

Description

I think this is a regression of https://review.typo3.org/25489/

The method

ClassLoader->buildAutoloadRegistryAndSaveToCache

was renamed to

ClassLoader->buildClassInformationsFromFullAutoloadRegistry

and, as the name indicates, the information generated is not stored in the cache any more.

The result is only stored in the

$this->earlyClassInformationsFromAutoloadRegistry

class variable and cached nowhere. But the method buildClassInformationsFromFullAutoloadRegistry() will not be called after the caches are filled because loadPackageNamespacesFromCache() returns true, see:

ClassLoader->setPackages()

Related issues 1 (0 open1 closed)

Has duplicate TYPO3 Core - Bug #54191: ext_autoload was not loaded from CacheClosed2013-12-04

Actions
Actions #1

Updated by Gerrit Code Review over 10 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25673

Actions #2

Updated by Gerrit Code Review over 10 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25673

Actions #3

Updated by Gerrit Code Review over 10 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25673

Actions #4

Updated by Gerrit Code Review over 10 years ago

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/25673

Actions #5

Updated by Helmut Hummel almost 10 years ago

  • Status changed from Under Review to Closed

resolved with this one: https://review.typo3.org/24939

Actions

Also available in: Atom PDF