| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| frankenphp-mac-x86_64 | 2026-03-06 | 180.5 MB | |
| frankenphp-linux-x86_64-gnu | 2026-03-06 | 58.0 MB | |
| frankenphp-mac-arm64 | 2026-03-06 | 171.0 MB | |
| frankenphp-linux-aarch64-gnu | 2026-03-06 | 154.7 MB | |
| frankenphp-linux-x86_64 | 2026-03-06 | 58.8 MB | |
| frankenphp-linux-x86_64-mimalloc | 2026-03-06 | 58.8 MB | |
| frankenphp-linux-x86_64-debug | 2026-03-06 | 215.5 MB | |
| frankenphp-linux-aarch64 | 2026-03-06 | 159.4 MB | |
| frankenphp-windows-x86_64.zip | 2026-03-06 | 57.2 MB | |
| README.md | 2026-03-06 | 2.3 kB | |
| v1.12.0 source code.tar.gz | 2026-03-06 | 2.3 MB | |
| v1.12.0 source code.zip | 2026-03-06 | 2.5 MB | |
| Totals: 12 Items | 1.1 GB | 0 | |
What's Changed
Official, native Windows support has arrived!
This highly anticipated release brings 100% compatibility, Worker Mode, and Hot Reloading to Windows, delivering up to a 3.6x performance boost over traditional Nginx/PHP-FPM setups. Thanks to new compiler capabilities in Go 1.26, FrankenPHP now links directly against official Visual Studio-compiled PHP binaries for ultimate stability and full extension support.
Huge thanks to Intelligence X and Les-Tilleuls.coop for sponsoring this milestone.
Learn more about the story of the Windows port in this dedicated blog post.
This version also includes some performance optimizations and Caddy 2.11.2.
✨ New Features
- Windows support by @dunglas, @henderkes and many other contributors in https://github.com/php/frankenphp/pull/2119, https://github.com/php/frankenphp/pull/2227 and https://github.com/php/frankenphp/pull/2228
- Add configurable
max_idle_timefor autoscaled threads by @firecow in https://github.com/php/frankenphp/pull/2225
🚀 Performance Improvements
- Move sandboxed environment to the C side by @AlliBalliBaba in https://github.com/php/frankenphp/pull/2058
- Refactor CGI strings creation by @AlliBalliBaba in https://github.com/php/frankenphp/pull/2188
- Use ldflags to set Server header by @dunglas in https://github.com/php/frankenphp/pull/2221
📖 Documentation
- Spanish translation by @PhilDaiguille in https://github.com/php/frankenphp/pull/2096
- Improved hardened Docker image by @AlliBalliBaba in https://github.com/php/frankenphp/pull/2229
- Contributing on Windows by @dunglas in https://github.com/php/frankenphp/pull/2222
New Contributors
- @PhilDaiguille made their first contribution in https://github.com/php/frankenphp/pull/2096
- @firecow made their first contribution in https://github.com/php/frankenphp/pull/2225
Full Changelog: https://github.com/php/frankenphp/compare/v1.11.3...v1.12.0