PHP 8.4: Just-In-Time (JIT) Compiler
22/26
PHP 8.0: Just-In-Time (JIT) Compiler
PHP 8.4: PDO Subclasses
•
Now based on a separately developed Intermediate Representation
•
Should be easier to maintain, and support multiple targets
•
Still part of opcache, and replaces the old JIT
Also changes to default settings:
opcache.jit=disable
opcache.jit_buffer_size=64M