Skip to content
  • Amin Vakil's avatar
    Remove unused or deprecated functions · 15ae144e
    Amin Vakil authored
    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