diff --git a/ext/opcache/ZendAccelerator.c b/ext/opcache/ZendAccelerator.c index c832141a47a..18d04ddf922 100644 --- a/ext/opcache/ZendAccelerator.c +++ b/ext/opcache/ZendAccelerator.c @@ -3253,6 +3253,7 @@ static zend_result accel_post_startup(void) || zend_jit_startup(ZSMMG(reserved), jit_size, reattached) != SUCCESS) { JIT_G(enabled) = false; JIT_G(on) = false; + zend_accel_error(ACCEL_LOG_WARNING, "Could not enable JIT!"); } } #endif