mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Expose the source of exit points in zend_jit_dump_exit_info()
This adds a new flag: ZEND_JIT_DEBUG_TRACE_EXIT_INFO_SRC. When the flag is set, zend_jit_dump_exit_info() exposes the source of exit points, in debug builds. Closes GH-19700
This commit is contained in:
@@ -59,6 +59,11 @@ PHP 8.6 UPGRADE NOTES
|
||||
11. Changes to INI File Handling
|
||||
========================================
|
||||
|
||||
- Opcache:
|
||||
. opcache.jit_debug accepts a new flag: ZEND_JIT_DEBUG_TRACE_EXIT_INFO_SRC.
|
||||
When used along with ZEND_JIT_DEBUG_TRACE_EXIT_INFO, the source of exit
|
||||
points is printed in exit info output, in debug builds.
|
||||
|
||||
========================================
|
||||
12. Windows Support
|
||||
========================================
|
||||
|
||||
Reference in New Issue
Block a user