Skip to content

Commit 0896f36

Browse files
committed
Merge branch 'PHP-8.0'
* PHP-8.0: JIT: Update invalid opcache.jit INI value message to include "tracing" and "function" values
2 parents 3642042 + 724e241 commit 0896f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/jit/zend_jit.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4129,7 +4129,7 @@ ZEND_EXT_API int zend_jit_config(zend_string *jit, int stage)
41294129
}
41304130

41314131
failure:
4132-
zend_error(E_WARNING, "Invalid \"opcache.jit\" setting. Should be \"disable\", \"on\", \"off\" or 4-digit number");
4132+
zend_error(E_WARNING, "Invalid \"opcache.jit\" setting. Should be \"disable\", \"on\", \"off\", \"tracing\", \"function\" or 4-digit number");
41334133
JIT_G(enabled) = 0;
41344134
JIT_G(on) = 0;
41354135
return FAILURE;

0 commit comments

Comments
 (0)