Install PHP Fileinfo Extension via the command line


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. sudo pecl install Fileinfo
  2.  
  3. #then update the php.ini file with the line:
  4. extension=fileinfo.so

URL: http://daipratt.co.uk/internet-and-programming/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.