Back to Changelog
v1.0.320
Secure server-side phpinfo rendering and PHP plan resource-limit consistency
Improvements
2- PHP resource limits (memory, execution time, upload size, worker processes) are now applied consistently across all lifecycle actions: domain create, PHP version switch, and web server switch.
- Pool generator now reads resource limits directly from the PHP-FPM pool row as the single source of truth, preventing drift between the stored limit values and the active pool configuration.
Bug Fix
1- Fixed the per-domain phpinfo button. It now renders phpinfo securely on the server, reflecting the domain actual PHP version, resource limits and open_basedir, and returns the result in the panel — no phpinfo.php file is ever written into the public web root, closing a prior exposure risk.