We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c70c61 commit c33cdf7Copy full SHA for c33cdf7
1 file changed
profiling/src/config.rs
@@ -110,6 +110,10 @@ impl SystemSettings {
110
}
111
112
113
+ // Initialize the lazy lock holding the env var for new origin
114
+ // detection in a safe place.
115
+ _ = std::sync::LazyLock::force(&libdd_common::entity_id::DD_EXTERNAL_ENV);
116
+
117
// Work around version-specific issues.
118
#[cfg(not(php_zend_mm_set_custom_handlers_ex))]
119
if allocation::allocation_le83::first_rinit_should_disable_due_to_jit() {
0 commit comments