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
warn!("Found another extension using the custom heap which is unexpected at this point, so the extension handle was `null`'ed to avoid being `dlclose()`'ed.");
288
296
}else{
289
-
// This is the happy path (restore previously installed custom handlers)!
297
+
// This is the happy path. Restore previously installed custom handlers or
298
+
// NULL-pointers to the ZendMM. In case all pointers are NULL, the ZendMM will reset
299
+
// the `use_custom_heap` flag to `None`, in case we restore a neighbouring extensions
300
+
// custom handlers, ZendMM will call that for future allocations. In either way, we
301
+
// have unregistered and we'll not receive any allocation calls anymore.
0 commit comments