bootstrap: update JIT warning

This commit is contained in:
Dylan K. Taylor 2022-09-20 14:43:05 +01:00
parent 47d98af6ac
commit f39d2a9be3
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -177,10 +177,10 @@ namespace pocketmine {
--------------------------------------- ! WARNING ! ---------------------------------------
You're using PHP 8.0 with JIT enabled. This provides significant performance improvements.
You're using PHP with JIT enabled. This provides significant performance improvements.
HOWEVER, it is EXPERIMENTAL, and has already been seen to cause weird and unexpected bugs.
Proceed with caution.
If you want to report any bugs, make sure to mention that you are using PHP 8.0 with JIT.
If you want to report any bugs, make sure to mention that you have enabled PHP JIT.
To turn off JIT, change `opcache.jit` to `0` in your php.ini file.
-------------------------------------------------------------------------------------------