History log of /PHP-8.1/ext/opcache/jit/zend_jit_gdb.h (Results 1 – 1 of 1)
Revision Date Author Comments
# 0e932f7c 28-Jun-2021 Nikita Popov

Don't directly include zend_jit_gdb.c

Compile the file separately and only include a header. There doesn't
seem to be a good reason to directly include the C file here, and
this ensu

Don't directly include zend_jit_gdb.c

Compile the file separately and only include a header. There doesn't
seem to be a good reason to directly include the C file here, and
this ensures that there are no symbol clashes (see GH-7197).

show more ...