v1.2.5
Summary
Thanks to the performance improvements in this version, FrankenPHP 1.2.5 can handle about 20% more requests per second than version 1.2.4 (for a “Hello, World!” application). These improvements apply to both worker mode and normal mode.
In addition, we've published a guide explaining how to get the best possible performance from FrankenPHP. The guide is also available in French.
What's Changed
- fix: disabling root symlinks by @AlliBalliBaba in #1001
- perf: cache document root resolution when possible by @dunglas in #1002
- perf: prevent useless logger memory allocations by @dunglas in #1005
- feat(static): add HTTP/2 support for ext-curl by @dunglas in #988
- chore: bump dependencies by @dunglas in #1006
- docs: add performance docs by @dunglas in #1004
- docs: add security policy by @dunglas in #973
- docs: fix and improve compilation docs by @davlgd and @dunglas in #998 and #986
- ci: run tests with PHP 8.4 by @dunglas in #971
- ci: add back -Wall -Werror by @dunglas in #985
New Contributors
- @davlgd made their first contribution in #998
- @AlliBalliBaba made their first contribution in #1001
Full Changelog: v1.2.4...v1.2.5