1
0
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:
Arnaud Le Blanc
2024-07-23 13:43:13 +02:00

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