PHP settings
Reviewedbyfl
Markdown ↓🐘
Configure PHP version and extensions.
Configure PHP versions, extensions, and core settings in the fortrabbit dashboard. Control upload size, execution time, buffering, and more.
Environments ship with an opinionated, optimized pre-configuration of PHP settings. Configuration depends on the software template. The dashboard exposes the most important PHP settings—version, extensions, and ini directives—to fine-tune your app's runtime.
Available settings
- PHP version
- Choose a specific version or pin to the latest
- PHP extensions
- PHP ini settings
post_max_sizemax_input_varsoutput_bufferingmax_execution_time← Keep it low. Why?upload_max_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.