We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7712504 commit 6d378feCopy full SHA for 6d378fe
UPGRADING
@@ -92,8 +92,9 @@ PHP 8.4 UPGRADE NOTES
92
now it is now disabled by default
93
using the `opcache.jit` setting, not the `opcache.jit_buffer_size` setting.
94
This may affect users who enabled JIT by only setting a different
95
- `opcache.jit_buffer_size`, without specifying a JIT mode in `opcache.jit`.
96
- To enable JIT, it is now required to populate the `opcache.jit` config value.
+ `opcache.jit_buffer_size`, without specifying a JIT mode
+ in `opcache.jit`.
97
+ To enable JIT, you should now populate the `opcache.jit` config value.
98
99
========================================
100
2. New Features
0 commit comments