Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • C CMS
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
    • Locked Files
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • typo3typo3
  • CI
  • CMS
  • Repository
Switch branch/tag
  • cms
  • INSTALL.md
Find file BlameHistoryPermalink
  • Timo Schmidt's avatar
    [TASK] Remove fileinfo as dependency in SystemEnvironment/Check · a9f38804
    Timo Schmidt authored Mar 04, 2016 and Nicole Cordes's avatar Nicole Cordes committed Mar 04, 2016
    Currenty 'fileinfo' is listed as required php extension in
    SystemEnvironment/Check but it is currently not really required
    and prevents from installing TYPO3 on Systems where it is not
    present (e.g. Mircosoft Azure Cloud)
    
    The class is currently only used once in the core in
    "TYPO3\CMS\Core\Type\File\FileInfo" and only when it exists,
    so it is not really a hard dependency.
    
    Also grepping on an installation folder does not find any match
    where \finfo is really required.
    
    Resolves: #74177
    Releases: master, 7.6
    Change-Id: I125cd3e8d0eb6f208641375ea71b89917284f8b3
    Reviewed-on: https://review.typo3.org/47063
    
    
    Reviewed-by: Christian Kuhn's avatarChristian Kuhn <lolli@schwarzbu.ch>
    Tested-by: Christian Kuhn's avatarChristian Kuhn <lolli@schwarzbu.ch>
    Reviewed-by: Nicole Cordes's avatarNicole Cordes <typo3@cordes.co>
    Tested-by: Nicole Cordes's avatarNicole Cordes <typo3@cordes.co>
    a9f38804