diff --git a/NEWS b/NEWS index 64285d964c4..e73990936ab 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,9 @@ PHP NEWS . Added optional support for max_execution_time in ZTS/Linux builds (Kévin Dunglas) +- Opcache: + . Fixed build for macOS to cater with pkg-config settings. (David Carlier) + 16 Mar 2023, PHP 8.2.4 - Core: diff --git a/ext/opcache/jit/zend_jit_disasm.c b/ext/opcache/jit/zend_jit_disasm.c index 25e88a34640..f470cb9a968 100644 --- a/ext/opcache/jit/zend_jit_disasm.c +++ b/ext/opcache/jit/zend_jit_disasm.c @@ -21,7 +21,7 @@ #ifdef HAVE_CAPSTONE # define HAVE_DISASM 1 -# include +# include # define HAVE_CAPSTONE_ITER 1 #elif ZEND_JIT_TARGET_X86 # define HAVE_DISASM 1