bzcomputers
Well-known member
PHP JIT was introduced in PHP 8.0 but there really isn't much out there on performance benefits above OPcache itself other than few benchmark tests over the last 4 years showing a minimal increase in performance when paired with OPcache.
Four years later and JIT is on the cusp of an upgrade in PHP 8.4 with a new JIT implementation based on IR Framework.
So, I can only assume with its' continued development it must be benefiting a significant group of PHP users and with the new PHP 8.4 implementation it appears that those benefits will only increase.
That being said, I still question "Why is it not enabled by default?".
Just looking for any insight from those who have tried running, or are currently running, PHP JIT on their servers. Benefits seen, any problems encountered, etc.
Four years later and JIT is on the cusp of an upgrade in PHP 8.4 with a new JIT implementation based on IR Framework.
So, I can only assume with its' continued development it must be benefiting a significant group of PHP users and with the new PHP 8.4 implementation it appears that those benefits will only increase.
That being said, I still question "Why is it not enabled by default?".
Just looking for any insight from those who have tried running, or are currently running, PHP JIT on their servers. Benefits seen, any problems encountered, etc.