summaryrefslogtreecommitdiff
path: root/ext/opcache/jit/zend_jit.c
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2020-10-09 16:54:26 +0300
committerDmitry Stogov <dmitry@zend.com>2020-10-09 16:54:26 +0300
commitfc14dbb7132f03e26b04f7cb7ed7820be68acebb (patch)
tree498a520e7951a3d2ed8211222da9b7cbf9597b0a /ext/opcache/jit/zend_jit.c
parent38368708d73e8f0940611cddde1d01dca1a1decc (diff)
downloadphp-git-fc14dbb7132f03e26b04f7cb7ed7820be68acebb.tar.gz
Keep the same JIT code for PHP-8.0 and master (workaround against PHP-8.0 ABI freeze)
Diffstat (limited to 'ext/opcache/jit/zend_jit.c')
-rw-r--r--ext/opcache/jit/zend_jit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/opcache/jit/zend_jit.c b/ext/opcache/jit/zend_jit.c
index 5ebf1c079c..41793fc299 100644
--- a/ext/opcache/jit/zend_jit.c
+++ b/ext/opcache/jit/zend_jit.c
@@ -16,6 +16,7 @@
+----------------------------------------------------------------------+
*/
+#include "php_version.h"
#include <ZendAccelerator.h>
#include "zend_shared_alloc.h"
#include "Zend/zend_execute.h"