Skip to content

Commit 8e54ece

Browse files
committed
fix merge-conflict
1 parent 0cee428 commit 8e54ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/zend_accelerator_module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ ZEND_FUNCTION(opcache_get_configuration)
848848
add_assoc_long(&directives, "opcache.jit_max_recursive_returns", JIT_G(max_recursive_returns));
849849
add_assoc_long(&directives, "opcache.jit_max_root_traces", JIT_G(max_root_traces));
850850
add_assoc_long(&directives, "opcache.jit_max_side_traces", JIT_G(max_side_traces));
851-
add_assoc_long(&directives, "opcache.jit_prof_threshold", (zend_long) JIT_G(prof_threshold));
851+
add_assoc_double(&directives, "opcache.jit_prof_threshold", JIT_G(prof_threshold));
852852
add_assoc_long(&directives, "opcache.jit_max_trace_length", JIT_G(max_trace_length));
853853
#endif
854854

0 commit comments

Comments
 (0)