Added
- Add PHP 8.5 (thx @DerKaito)
Fixed
- Fixed container startup crash when Apache could not restart due to a stale PID file or lingering apache2 workers from an earlier start attempt.
Changed
- Skip the PHP-FPM stop/start dance in make switch-php when the requested PHP version is already the active one. Significantly speeds up container startup for images that don't actually change the PHP version.