You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: profiling/src/config.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -133,7 +133,7 @@ impl SystemSettings {
133
133
// Work around version-specific issues.
134
134
#[cfg(not(php_zend_mm_set_custom_handlers_ex))]
135
135
if allocation::allocation_le83::first_rinit_should_disable_due_to_jit(){
136
-
ifzend::PHP_VERSION_ID >= 80400{
136
+
ifbindings::PHP_VERSION_ID >= 80400{
137
137
error!("Memory allocation profiling will be disabled as long as JIT is active. To enable allocation profiling disable JIT or upgrade PHP to at least version 8.4.7. See https://github.com/DataDog/dd-trace-php/pull/3199");
138
138
}else{
139
139
error!("Memory allocation profiling will be disabled as long as JIT is active. To enable allocation profiling disable JIT or upgrade PHP to at least version 8.1.21 or 8.2.8. See https://github.com/DataDog/dd-trace-php/pull/2088");
0 commit comments