php8的jit需要在編譯opcache擴展的時候進行手動開啟
比如我php8原始碼目錄在此:
/home/ubuntu/myphp/php-8.0.0alpha1/ext/opcache
執行
./configure --enable-opcache-jit --with-php-config=/usr/local/php8/bin/php-config
會出現warning
WARNING: JIT not supported by host architecture
查看configuer腳本

x86_64的才可以 , 其他的都是會檢測不過

轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/17436.html
標籤:PHP
上一篇:PHP-處理emoji表情
下一篇:PHP代碼實作AC自動機
