Issue building FrankenPHP with PHP 8.2 (errors: watcher-c.h not found and http.encoders.br not registered) #1866
-
|
Hi everyone 👋, I’m trying to build FrankenPHP with PHP 8.2, but I ran into some issues during the build and when running the binary. Here’s what I did:
so, i added brew --prefix, The build succeeded, Error: module not registered: http.encoders.br Has anyone else experienced these issues when building FrankenPHP with PHP 8.2? Thanks for any help 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
You need to build with these build flags to disable brotli/watcher (or install the dependencies): https://frankenphp.dev/docs/compile/#install-optional-dependencies Fair warning: I’m not sure all the work on timeouts was ever released on 8.2, so timeouts may not function or may function incorrectly. |
Beta Was this translation helpful? Give feedback.



You need to build with these build flags to disable brotli/watcher (or install the dependencies): https://frankenphp.dev/docs/compile/#install-optional-dependencies
Fair warning: I’m not sure all the work on timeouts was ever released on 8.2, so timeouts may not function or may function incorrectly.