Open
Conversation
henderkes
requested changes
Mar 13, 2026
dunglas
requested changes
Mar 13, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a new migration guide (docs/migrate.md) to help users transitioning from a traditional PHP-FPM + Nginx/Apache setup to FrankenPHP. The guide is structured as a step-by-step walkthrough covering web server config replacement, PHP configuration, pool/thread sizing, Docker migration, and optional worker mode.
Changes:
- Added a comprehensive migration guide with side-by-side comparisons of PHP-FPM and FrankenPHP configurations
- Covers 5 migration steps: web server config, PHP config, pool size, Docker, and worker mode
- Includes a summary of components that can be removed after migration
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
689d018 to
8d7ec3d
Compare
henderkes
approved these changes
Mar 13, 2026
Contributor
henderkes
left a comment
There was a problem hiding this comment.
last one, rest is good for me
8d7ec3d to
eabf05e
Compare
94noni
reviewed
Mar 14, 2026
eabf05e to
ed8ede6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
People at conferences often come by and ask how it is to migrate from FPM to FrankenPHP.
I think that a page "Migrating from..." would be very reassuring for newcomers. It only covers simple cases, but most complex ones can be handled by LLMs if necessary.