### Affected page https://www.php.net/manual/en/opcache.configuration.php ### Current issue Regarding the [commit ](https://github.com/php/php-src/commit/c16ad918ba3cc2d1ccc55c42fbf3c29e97d51f61) of PHP 8.4 release and RFC https://wiki.php.net/rfc/jit_config_defaults The default value of `opcache.jit` in [PHP 8.4](https://github.com/php/php-src/commit/c16ad918ba3cc2d1ccc55c42fbf3c29e97d51f61#diff-96ec36692176229d8642a7dc1edefdc5fc63942405146c916a6bd1d501d9c7f9R320) is set to `disable` On the documentation page, the default value of `opcache.jit` is `tracing` instead of `disable`. ### Suggested improvement Change the default value on the documentation page from `tracing` to `disable`. Update the changelog column and add a note of the default value `tracing` in `< PHP 8.4` ### Additional context (optional) _No response_