Hi
I installed php 8.0 onto my raspberry pi that has Ubuntu 20.04 installed along with ondrej/php repository so I could install php 8. However what I have noticed that when I try to get JIT enabled it doesn’t seem to work.
In a phpinfo() call I get JIT: Not Available.


However if I install the same version x86 on a different system it works fine.
So is JIT missing in the arm build of PHP 8?
Yep, if you look at the RFC it says it is currently only supported on x86 on POSIX and windows.
Ah, that makes sense. Thanks for the reply!
Members
Online

source