mirror of
https://github.com/php/php-src.git
synced 2026-03-30 12:13:02 +02:00
In particular, make sure that everything using zmm is released before zmm is shut down. phpdbg currently gets away with this, because either a) its custom handlers are used and no auto-free happens or b) the system allocator is used and no auto-free happens. With the tracking allocator for asan this no longer works.