]> granicus.if.org Git - php/commit
Recommit with an Windows build fix:
authorAndrey Hristov <andrey@php.net>
Tue, 6 Apr 2010 13:28:23 +0000 (13:28 +0000)
committerAndrey Hristov <andrey@php.net>
Tue, 6 Apr 2010 13:28:23 +0000 (13:28 +0000)
commitb8484a2e89feffd25a6ecbfdc54a3ca6dd979860
tree7197a6cb24ae95f699b5ff8d548c091a08a0ab48
parent5f6a39d531c066e7e30091807dc7ba81abef420f
Recommit with an Windows build fix:
Fix inconsistencies
- 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)
ext/mysqlnd/mysqlnd_debug.c