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:
Arnaud Le Blanc 2024-07-23 13:43:13 +02:00
commit 385151d200
No known key found for this signature in database
GPG key ID: 0098C05DD15ABC13

View file

@ -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