You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
UPDATE 2021/07/29: PHP 8.1 JIT is going to support arm64. Thus RPi 3 (ARM v7l) + RaspberryPiOS 64bit might work in the near future. But RPi Zero's ARM6l 32bit. 😭
In the latest build-20201128, JIT is Not Available on RaspberryPi3 (ARM).
Raspbian
$ docker run --rm keinos/php8-jit:latest php -i | grep jitAdditional .ini files parsed => /usr/local/etc/php/conf.d/docker-php-enable-jit.ini,auto_globals_jit => On => Onpcre.jit => 1 => 1
$ docker run --rm keinos/php8-jit:latest php -i | grep JIT | head -3PCRE JIT Support => enabledPCRE JIT Target => ARMv5 32bit (little endian + aligned) ABI:hardfpJIT => Not Available
I've been trying to change the config and etc., but it wasn't supported in the first place. 😭
Currently we support x86 and x86_64 CPUs on POSIX platforms and Windows. DynAsm also supports ARM. ARM64, MIPS, MIPS64 and PPC, so in theory we should be able to support all of the platforms that are popular for PHP deployments (given enough efforts).
In the latest build-20201128,
JIT
isNot Available
on RaspberryPi3 (ARM).In macOS (Intel/AMD),
JIT
was enabled though.The text was updated successfully, but these errors were encountered: