Replies: 1 comment
|
It uses the same stuff as regular PHP docker images, if you are not using standalone binaries. If the library can be built in ZTS (thread-safe), it will work. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
Considering to give a try of FrankenPHP, but got stuck with the question on how to add custom extension. I have a project which needs Snowflake PDO driver which needs to be built from sources (https://github.com/snowflakedb/pdo_snowflake). Is there any guidelines on how to integrate it to FrankenPHP?
All reactions