Cookies ahead

Our support chat tool "Intercom" would like to collect some more data on you. See the related link for more details.

Docs

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_size
    • max_input_vars
    • output_buffering
    • max_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.

Written by a human. Review, grammar checks and typo fixes by AI.

AI use & editorial processEdit on GitHub ↗