Want to subscribe to topics you're interested in?
Become a Member

PHP-FPM php fileinfo extension

Discussion in 'Nginx, PHP-FPM & MariaDB MySQL' started by Aigars, Dec 27, 2016.

  1. Aigars

    Aigars New Member

    7
    2
    3
    Jan 18, 2016
    Ratings:
    +2
    Local Time:
    3:02 PM
    How can I install php 7.0 fileinfo extension what is required for prestashop?

     
  2. eva2000

    eva2000 Administrator Staff Member

    54,907
    12,240
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,811
    Local Time:
    11:02 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    how much memory on your server ? For 123.09beta01 and higher, you need at least 1023000 kilobytes of total swap space and 780000 kilobytes of memory to enable fileinfo php extension due to it's memory requirements

    set in persistent config file /etc/centminmod/custom_config.inc
    Code (Text):
    PHPFINFO=y
    

    then run centmin.sh menu option 5 to recompile your php version
     
  3. Aigars

    Aigars New Member

    7
    2
    3
    Jan 18, 2016
    Ratings:
    +2
    Local Time:
    3:02 PM
    Thank You! It worked