]> 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)
commitaa8f43fad9677cc73663bd1a675107d8a8f6af27
tree2dd5e41395ca974dd6bcae3091efc816de22cd8b
parent5f11cd5693eeb658d3cbafd3fed7d51df296dafe
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.c
ext/mysqlnd/mysqlnd_debug.c
ext/mysqlnd/mysqlnd_enum_n_def.h
ext/mysqlnd/mysqlnd_net.c
ext/mysqlnd/mysqlnd_priv.h
ext/mysqlnd/mysqlnd_ps.c
ext/mysqlnd/mysqlnd_ps_codec.c
ext/mysqlnd/mysqlnd_statistics.c
ext/mysqlnd/mysqlnd_wireprotocol.c