Replies: 1 comment 3 replies
-
This is likely because of #655. I'm not sure if it's possible to workaround this at runtime. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I compiled Frankenphp with 8.3, can I use now libphp.so from 8.2? Or should I always compile frankenphp with the proper major version?
fun fact 8.3 compiled, does not work with 8.2 as this symbol is missing
frankenphp: symbol lookup error: frankenphp: undefined symbol: php_tsrm_startup_ex
frankenphp php-cli <some-php-file>
does work with both PHP versionsBeta Was this translation helpful? Give feedback.
All reactions