All updates
feature

Self-Service PHP Settings

Change PHP memory limits, upload sizes, and execution timeouts directly from the dashboard.

You can now adjust key PHP settings directly from your site’s dashboard. Changes take effect within seconds.

Available settings

  • memory_limit - how much RAM each PHP request can use
  • upload_max_filesize - maximum file upload size
  • post_max_size - maximum POST request body size
  • max_execution_time - how long a PHP script can run before timing out
  • max_input_vars - maximum number of form input variables

Settings are constrained to safe ranges based on your plan tier. Security-critical values like disable_functions and open_basedir remain locked at the platform level.