Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • infrastructure infrastructure
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • 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
  • Amin Vakil
  • infrastructureinfrastructure
  • Repository
  • infrastructure
  • roles
  • aurweb
  • templates
  • php-fpm.conf.j2
Find file BlameHistoryPermalink
  • Amin Vakil's avatar
    Remove unused or deprecated functions · 15ae144e
    Amin Vakil authored Oct 02, 2021
    virtual "can" be used when served under apache2
    https://www.php.net/manual/en/function.virtual.php
    
    dl has been removed since php-fpm 7.0.0
    https://www.php.net/manual/en/function.dl.php
    
    Disable popen
    
    Disable escapeshellarg
    
    Disable pclose
    
    Disable symlink
    
    Disable shell_exec
    
    Disable proc_open
    
    Disable proc_get_status
    
    Reorder to less annoy jelle:(
    15ae144e