Skip to content

Commit 6d378fe

Browse files
committed
Update
1 parent 7712504 commit 6d378fe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

UPGRADING

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,9 @@ PHP 8.4 UPGRADE NOTES
9292
now it is now disabled by default
9393
using the `opcache.jit` setting, not the `opcache.jit_buffer_size` setting.
9494
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.
95+
`opcache.jit_buffer_size`, without specifying a JIT mode
96+
in `opcache.jit`.
97+
To enable JIT, you should now populate the `opcache.jit` config value.
9798

9899
========================================
99100
2. New Features

0 commit comments

Comments
 (0)