Back to Changelog

v1.0.318

Patch Released June 22, 2026

PHP resource limits from hosting plans are now correctly applied when creating domains and switching PHP versions.

Improvement

1
  • PHP version-switch path (domain_handler.go) now materializes all five PHP limits from the plan instead of hard-coding post/upload/input_time values.

Bug Fixes

2
  • Hosting plan PHP resource limits (upload_max_filesize, post_max_size, max_input_time) are now correctly applied to newly created domains and on PHP version switch, instead of being silently ignored in favor of fixed 128M/128M/300 defaults.
  • All five plan PHP limits now flow consistently from the plan through a single canonical DerivePHPLimits() helper. New domains created after this update will honor the plan values, which may differ from the previous fixed defaults — review your default plan PHP limits if needed. Existing domains are unaffected.
See the Demo