For a time now all my php commands have been giving me the following warning:
PHP Warning: JIT is incompatible with third party extensions that setup user opcode handlers. JIT disabled. in Unknown on line 0
After try-and-fails I finally figured out that your custom php extension 'bt_security_notice' is causing this. I commented it out in '/www/server/php/83/etc/php-cli.ini' and now I don't get that warning anymore.
What does this extension do and is disabling it a security issue?