Replies: 1 comment 2 replies
-
Hi, if you compile FrankenPHP by yourself or use the Docker images, it's straightforward: you can install your custom extension as usual. For the static binary, it's a bit more complex. First, your extension needs to be compatible with static compilation, then you have to use the extension points provided by static-php-cli (or provide a PR to static-php-cli if the extension is open source): https://static-php.dev/en/guide/manual-build.html#inject-external-script |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Howdy! The docs are kinda-ish clear on adjusting what extensions you can bundle into the binary, but what if you have a third-party extension like this libsql one? I'd like to test it out and use it in my project running on Franken but it's unclear how to go about doing that.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions