mirror of
https://github.com/php/php-src.git
synced 2026-04-22 23:48:14 +02:00
d339672e45
- memory allocated with spprintf, or likes, outside of mysqlnd's allocator functions should not be freed by the mysqlnd's allocator (a wrapper around emalloc/malloc). - memory allocated by the mysqlnd's allocator should only be freed by it. - add a mode to track memory usage (malloc/free)