PHP settings
🐘
Configure PHP version and extensions.
Environments ship with an opinionated (think optimized) pre-configuration of PHP settings. Those also depend on the software template. The dashboard exposes the most important settings to configure the PHP version and certain PHP extensions.
Log in to see the link here.
# Available settings
- PHP version
- PHP extensions
- PHP ini settings
post_max_sizemax_input_sizeoutput_bufferingmax_execution_time← Keep it low. Why?upload_execution_filesize
# See all specific settings
Use phpinfo to dump all the PHP settings.
# Add additional settings
Use user.ini for more fine grained control over PHP settings.