Project

General

Profile

Actions

Bug #102498

closed

`enum` type is not autoloaded

Added by Bill Dagou about 1 year ago. Updated 5 months ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2023-11-24
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
12
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

The enum type in PHP8 is not autoload in TYPO3.


Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #67212: Discard TYPO3 class loader in favor of composer class loaderClosed2015-05-30

Actions
Related to TYPO3 Core - Task #105041: Use ClassMapGenerator from composer/class-map-generatorClosed2024-09-19

Actions
Actions #1

Updated by Bill Dagou about 1 year ago

It dues to ClassMapGenerator::findClasses() in core/Resources/PHP/ClassMapGenerator.php, which only looks for class, interface, and trait.

Actions #2

Updated by Bill Dagou about 1 year ago

And my easy fix was changing class|interface|trait to class|enum|interface|trait in this file, 2 places.

Actions #3

Updated by Gerrit Code Review 12 months ago

  • Status changed from New to Under Review

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

Actions #4

Updated by Gerrit Code Review 12 months ago

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

Actions #5

Updated by Gerrit Code Review 12 months ago

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

Actions #6

Updated by Garvin Hicking 12 months ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #7

Updated by Benni Mack 5 months ago

  • Status changed from Resolved to Closed
Actions #8

Updated by Christian Kuhn 2 months ago

  • Related to Bug #67212: Discard TYPO3 class loader in favor of composer class loader added
Actions #9

Updated by Christian Kuhn 2 months ago

  • Related to Task #105041: Use ClassMapGenerator from composer/class-map-generator added
Actions

Also available in: Atom PDF