Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • T TYPO3.CMS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • accessibilityaccessibility
  • TYPO3.CMS
  • Repository
Switch branch/tag
  • TYPO3.CMS
  • typo3
  • sysext
  • core
  • Classes
  • Routing
  • SiteMatcher.php
Find file BlameHistoryPermalink
  • Benni Mack's avatar
    [BUGFIX] Make php-intl work with older ICU versions · 0feb1eec
    Benni Mack authored May 07, 2019 and Andreas Fernandez's avatar Andreas Fernandez committed May 08, 2019
    On old OS with ICU < 4.6, the constant INTL_IDNA_VARIANT_UTS46
    is not available, even if php-intl is installed.
    
    Therefore, a wrapper is created in HttpUtility to check
    if the constant is available, then uses INTL_IDNA_VARIANT_UTS46
    otherwise the 2003 version of the HttpUtility.
    
    Also see the section about INTL_IDNA_VARIANT_UTS46 within
    https://www.php.net/manual/en/intl.constants.php
    
    Resolves: #87953
    Releases: master, 9.5
    Change-Id: I594c0ffd9afa115de595b0c027bf2474c3abfafb
    Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/60710
    
    
    Reviewed-by: Sven Juergens's avatarSven Juergens <typo3@blue-side.de>
    Reviewed-by: default avatarKevin Meckl <kevin.meckl@zdrei.com>
    Reviewed-by: default avatarTimo Poppinga <timo.poppinga@zdrei.com>
    Reviewed-by: Andreas Fernandez's avatarAndreas Fernandez <a.fernandez@scripting-base.de>
    Tested-by: default avatarTYPO3com <noreply@typo3.com>
    Tested-by: default avatarTimo Poppinga <timo.poppinga@zdrei.com>
    Tested-by: Andreas Fernandez's avatarAndreas Fernandez <a.fernandez@scripting-base.de>
    0feb1eec