Back to Changelog
v4.5.212
phpinfo viewer as iframe modal (popup-blocker fix), LegacyPHPHint for missing Docker PHP, bulletproof SSL Auto-Issue dialog with preflight plan and Cloudflare auto-management, and namespace toggle-off confirmation.
New Features
2- LegacyPHPHint discovery hint now appears below PHP version selectors on domain edit and domain list pages, guiding administrators to the Legacy PHP Manager when PHP 5.6-7.4 versions are not visible due to missing Docker or shim image.
- SSL Auto-Issue dialog redesigned to be beginner-friendly: shows a preflight checklist and strategy plan before starting, offers Cloudflare auto-management toggle for proxy and DNS changes, displays friendly and localized progress and error messages, and exposes advanced strategy options for power users.
Bug Fixes
4- phpinfo icon in domain list and domain PHP tab now opens output in a sandboxed iframe modal instead of a popup window, fixing silent failures caused by popup blockers intercepting window.open() calls made after an async operation.
- Removed insecure fallback that opened a public /phpinfo.php URL on the domain edit page (2026-05-17 exposure path).
- Removed stale read of a non-existent url response field in the phpinfo handler.
- Namespace isolation toggle-off: added confirmation dialog with active dependency checks before disabling.