Hi Daniil, Currently JIT may be disabled by setting "opcache.jit=disable" or "opcache.jit_buffer_size=0". Many PHP installations have php.ini with the current default settings "opcache.jit=tracing" and "opcache.jit_buffer_size=0". After upgrading to the new PHP version with this patch, all of them won't be able to start PHP.
I don't care a lot about the php.ini defaults, but I don't like to give our users a headache. Thanks. Dmitry. After your patch On Wed, Nov 15, 2023 at 10:35 PM Daniil Gentili <dan...@daniil.it> wrote: > Hi all, > > I would like to submit an RFC and PR to change a few INI defaults for > opcache, changing how JIT is disabled by default. > > Here's the URL of the RFC: https://wiki.php.net/rfc/jit_config_defaults. > > I'd more more than glad to receive some feedback! > > Regards, > > Daniil Gentili. > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: https://www.php.net/unsub.php > >