mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02: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:
commit
385151d200
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue