Changes between Version 19 and Version 20 of faq/server/change-php-ini-settings


Ignore:
Timestamp:
Jan 29, 2019, 5:07:08 PM (5 years ago)
Author:
JaimeV
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • faq/server/change-php-ini-settings

    v19 v20  
    66== When accessing via the web ==
    77
    8 You have full control over your PHP installation - you can change any php.ini setting that you would like. By default, your sites will use our global php.ini file (which is located in `/etc/php5/cgi/php.ini`).
     8You have full control over your PHP installation - you can change any php.ini setting that you would like. By default, your sites will use our global php.ini file (which is located in `/etc/php/7.0/fpm/php.ini` or another folder depending on the version of php you have selected in your web configuration).
    99
    1010If you would like to override any of those settings, you'll need to edit your site's custom `php.ini` file.
     
    1313=== Finding your custom `php.ini` file ===
    1414
    15 For members on shared hosting, the custom `php.ini` file for site `example.org` from the `example` membership would be:
     15For members on shared hosting, a .user.ini file is created automatically in your web folder.
     16This file is symlinked a custom `php.ini` file fo this site. For site `example.org` from the `example` membership the path would be:
    1617
    1718{{{
     
    1920}}}
    2021
     22All versions of php-fpm will read the .user.ini file in the your web document root so don't worry about the reference to php5 file in the path above.
    2123For members not using shared hosting, see below - you will need an admin to help you. 
    2224