We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90f2e76 commit 7177461Copy full SHA for 7177461
NEWS
@@ -2,7 +2,8 @@ PHP NEWS
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
?? ??? ????, PHP 8.1.26
4
5
-
+- Opcache:
6
+ . Added warning when JIT cannot be enabled. (danog)
7
8
26 Oct 2023, PHP 8.1.25
9
ext/opcache/ZendAccelerator.c
@@ -3270,6 +3270,7 @@ static zend_result accel_post_startup(void)
3270
|| zend_jit_startup(ZSMMG(reserved), jit_size, reattached) != SUCCESS) {
3271
JIT_G(enabled) = 0;
3272
JIT_G(on) = 0;
3273
+ zend_accel_error(ACCEL_LOG_WARNING, "Could not enable JIT!");
3274
}
3275
3276
#endif
0 commit comments