diff options
| author | Dmitry Stogov <dmitry@zend.com> | 2020-10-09 16:54:26 +0300 |
|---|---|---|
| committer | Dmitry Stogov <dmitry@zend.com> | 2020-10-09 16:54:26 +0300 |
| commit | fc14dbb7132f03e26b04f7cb7ed7820be68acebb (patch) | |
| tree | 498a520e7951a3d2ed8211222da9b7cbf9597b0a /ext/opcache/jit/zend_jit.c | |
| parent | 38368708d73e8f0940611cddde1d01dca1a1decc (diff) | |
| download | php-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.c | 1 |
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" |
