Hi all,
Just a heads up as asked by Ilya, regarding 
https://github.com/php/php-src/pull/12403: this PR will improve the JIT startup 
logic by actually emitting a fatal error preventing PHP startup in case of a 
misconfiguration or other JIT-related issues.

The fatal errors will explain the exact reason why JIT startup failed, 
obviously if and only if JIT is explicitly enabled in the configuration (which 
it isn't, by default).

I feel this is a distinct improvement over the current implementation which 
just silently disables JIT, with no logs whatsoever, to the point where the 
only way of finding out that JIT is not enabled even if you did enable it in 
the config is running opcache_get_status.

Hope it's all fine by you, planning to get this merged by PHP 8.4.

Regards,
Daniil Gentili.

Reply via email to