Adjust and Check PHP Settings
Hello,
we want to adjust php.ini-Settings, for example "max_execution_time" and "memory_limit". How is it possible to see what are the maximum values for this parameters? If we set memory_limit to 512MB, how can we check if this setting was recognized?
-
Hello, Please see the following post for information about editing the php.ini file in EasyApache 4: EA4 php.ini/local.ini behavior Thanks! 0 -
Hi, thank you for your response. Am I right in the assumption that setting suPHP_ConfigPath overwrites my settings in /etc/php.d/ ? 0 -
Hi, thank you for your response. Am I right in the assumption that setting suPHP_ConfigPath overwrites my settings in /etc/php.d/ ?
Hello, That option allows you to define a php.ini file that's utilized for the account. Thus, if you set it to:suPHP_ConfigPath /home/$user/public_html/php.ini
Then, /home/$user/public_html/php.ini is the default php.ini file for the account, taking precedence over any other php.ini files. Thank you.0
Please sign in to leave a comment.
Comments
3 comments