Project

General

Profile

Actions

Feature #94993

closed

Allow to use GeneralUtility::xml2array without cache

Added by Daniel Siepmann over 2 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Should have
Category:
-
Start date:
2021-08-25
Due date:
% Done:

100%

Estimated time:
PHP Version:
7.4
Tags:
Complexity:
Sprint Focus:

Description

We need this for two reasons in our customer projects:
  • Many unique calls that consume unnecessary memory due to internal caching
  • Usage within PHPUnit data providers. It would generate a singleton instance which is unexpected and unrelated to the test, but breaks tests as it is called before resetting singletons. This should also work without tests in UnitTests.
Actions

Also available in: Atom PDF