Back to Changelog

v1.0.307

Patch Released June 20, 2026

PHP-FPM pool resource limits now respect hosting plan settings and preserve per-domain customizations

Improvements

2
  • Per-domain PHP customizations (memory limit, execution time, upload size, post size, input vars) are now preserved when switching PHP version or web server type
  • Falls back gracefully to plan defaults when per-domain limit records do not exist, with error logging on DB failure

Bug Fixes

2
  • PHP-FPM pool configuration (pm.max_children, memory_limit, max_execution_time) now reads from the hosting plan limits instead of using fixed defaults (10 children / 256M / 300s)
  • Pool regeneration (version switch, web server change) no longer overwrites saved per-domain PHP edits with plan defaults
See the Demo