Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • typo3 typo3
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Insights
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • typo3typo3
  • typo3typo3
  • Repository
Switch branch/tag
  • typo3
  • typo3
  • sysext
  • frontend
  • Classes
  • Typolink
  • PageLinkBuilder.php
Find file BlameHistoryPermalink
  • Benni Mack's avatar
    [TASK] Use native idn functionality · d5dd9421
    Benni Mack authored Mar 13, 2019 and Georg Ringer's avatar Georg Ringer committed Mar 16, 2019
    It is safe to use idn_to_ascii() these days
    due to symfony's polyfill functionality.
    
    This allows us to remove the dependency
    "algo26-matthias/idna-convert".
    
    Also, all other places now use the native
    idn_to_ascii() call, which could speed up
    performance.
    
    The wrapper call GeneralUtility::idnaEncode()
    can then safely be deprecated.
    
    used composer command:
      composer remove algo26-matthias/idna-convert
    
    Resolves: #87894
    Releases: master
    Change-Id: I85aa6f39b8ff5ac171cd73218ed1144a56d9f724
    Reviewed-on: https://review.typo3.org/c/60234
    
    
    Reviewed-by: Benjamin Franzke's avatarBenjamin Franzke <bfr@qbus.de>
    Reviewed-by: Stephan Großberndt's avatarStephan Großberndt <stephan.grossberndt@typo3.org>
    Reviewed-by: Georg Ringer's avatarGeorg Ringer <georg.ringer@gmail.com>
    Tested-by: default avatarTYPO3com <noreply@typo3.com>
    Tested-by: Benjamin Franzke's avatarBenjamin Franzke <bfr@qbus.de>
    Tested-by: Georg Ringer's avatarGeorg Ringer <georg.ringer@gmail.com>
    d5dd9421