Back to Changelog
v1.0.319
PHP plan limits now applied correctly at real PHP level across all domain operations
Improvements
4- All 7 PHP resource limits (memory, upload size, post size, max execution time, max input time, max input vars, max file uploads) now derive from a single DomainPHPLimit source of truth
- PHP version switch now correctly restores per-version memory and all other limits from the plan
- Web server switch (Apache/Nginx) no longer resets PHP limits — all limits are preserved
- New domains are provisioned with the plan PHP limits applied immediately at both php.ini and PHP-FPM pool level
Bug Fixes
2- Upload size and post size limits from the hosting plan are now correctly applied to PHP (previously stuck at 128M fixed default)
- Max input time from the hosting plan is now applied to PHP (previously stuck at 300s fixed default)