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 5652be1 commit 1826a71Copy full SHA for 1826a71
UPGRADING
@@ -120,8 +120,9 @@ PHP 8.4 UPGRADE NOTES
120
now it is now disabled by default
121
using the `opcache.jit` setting, not the `opcache.jit_buffer_size` setting.
122
This may affect users who enabled JIT by only setting a different
123
- `opcache.jit_buffer_size`, without specifying a JIT mode in `opcache.jit`.
124
- 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`.
125
+ To enable JIT, you should now populate the `opcache.jit` config value.
126
127
========================================
128
2. New Features
0 commit comments