mirror of
https://github.com/php/php-src.git
synced 2026-04-29 19:23:22 +02:00
0cd3ebfc40
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.