can add multiple php? #1089
-
|
frankenphp can add multiple php? |
Beta Was this translation helpful? Give feedback.
Answered by
withinboredom
Oct 12, 2024
Replies: 1 comment 2 replies
-
|
Can you clarify your question? What do you mean by "multiple php"? Multiple php scripts? Multiple versions of php? Multiple sites? |
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
It currently supports PHP 8.2 and 8.3 (and tests are run for 8.4 release candidates). However, frankenphp runs PHP in threads (not separate processes like fpm), thus only can support a single version per process. So, if you want to run multiple versions of PHP on the same machine, you would have to run multiple frankenphp's compiled against different versions of PHP. Does that help?