mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Fix build on platforms without JIT support (#15069)
This commit is contained in:
@@ -20,7 +20,9 @@
|
||||
*/
|
||||
|
||||
#include "zend_shared_alloc.h"
|
||||
#include "jit/zend_jit.h"
|
||||
#ifdef HAVE_JIT
|
||||
# include "jit/zend_jit.h"
|
||||
#endif
|
||||
|
||||
#ifdef USE_MMAP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user