Changes between Version 20 and Version 21 of faq/server/change-php-ini-settings
- Timestamp:
- Jan 29, 2019, 5:23:17 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
faq/server/change-php-ini-settings
v20 v21 21 21 22 22 All 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. 23 24 Note: If you have changed the ''docroot'' of your site, then you also need to move the .user.ini into it, because this symlink links to the php.ini file. 25 23 26 For members not using shared hosting, see below - you will need an admin to help you. 24 27 … … 36 39 37 40 * increase your post_max_size (the maximum amount of the total size of posted data) and the max_execution_time (amount of time your script is allowed to execute - it might take a while to upload a large file) 38 * And, if you are increasing the max file size above 8 MB, you will ''also'' need to [wiki:change_fcgid_max_setting change your fcgid settings in the control panel]. 41 39 42 40 43 Optionally, you may also want to increase the amount of memory your php scripts can use with: