Project

General

Profile

Actions

Bug #104045

closed

Migrate CommandUtility::exec() to Symfony Process

Added by Mathias Bolt Lesniak about 1 month ago. Updated 5 days ago.

Status:
Resolved
Priority:
Should have
Assignee:
-
Category:
CLI
Target version:
-
Start date:
2024-06-11
Due date:
% Done:

100%

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

Description

The method is currently calling PHP's exec() function, which is disabled by many hosting providers. It is also somewhat inflexible. Many people installing TYPO3 for the first time will run into an error saying that the mehod TYPO3\CMS\Core\Utility\exec() does not exist, without being given further explanations.

Migrating to Symfony Process will implement a more widely compatible solution to command execution.

Actions

Also available in: Atom PDF