---
title: "Important: #87894 - Removed PHP dependency algo26-matthias/idna-convert"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:important-87894"
source: "Changelog/10.0/Important-87894-RemovedPHPDependencyAlgo26-matthiasidna-convert.rst"
modified: "2026-09-15T10:46:36+00:00"
---

# Important: #87894 - Removed PHP dependency algo26-matthias/idna-convert

See [forge#87894](https://forge.typo3.org/issues/87894)

## Description

PHP has native functions for converting UTF-8 based domains to ascii-based ("punicode"), which
can be used directly when the PHP extension "intl" is installed. For servers with PHP packages which
do not have the PHP extension "intl" installed, the symfony polyfill package "symfony/polyfill-intl-idn"
is available, allowing to use native PHP functionality in the TYPO3 code base.

For this reason the PHP dependency "algo26-matthias/idna-convert" is no longer necessary and
has been removed.
