mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
This hack not only breaks the handling of custom allocators, but also breaks if zend_alloc is compiled with USE_CUSTOM_MM. This hack is just no good, if you want leak information then use ASAN. Closes GH-18813.