History log of /php-src/ext/mysqlnd/mysqlnd_debug.c (Results 76 – 100 of 129)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: php-5.3.3RC2, php-5.2.14RC2
# 53324e88 21-Jun-2010 Andrey Hristov

Fix sprintf modifiers all around the place. In most cases
%u should be used. Where size_t is used then MYSQLND_SZ_T_SPEC should be
the modifier

# baf72b73 21-Jun-2010 Andrey Hristov

Fix sprintf modifiers all around the place. In most cases
%u should be used. Where size_t is used then MYSQLND_SZ_T_SPEC should be
the modifier

Revision tags: php-5.3.3RC1, php-5.2.14RC1
# 5efee3d5 27-May-2010 Andrey Hristov

Fix crashes in the allocator in case of OOM.

# 95d4f2ac 27-May-2010 Andrey Hristov

Fix crashes in the allocator in case of OOM.

# 348880ce 25-May-2010 Andrey Hristov

Fix shared build

# 844b4356 25-May-2010 Andrey Hristov

Fix shared build

# ef1eeff8 21-May-2010 Andrey Hristov

When OOM hits the wire, don't crash.

# 476391c0 21-May-2010 Andrey Hristov

When OOM hits the wire, don't crash.

# 04d24bde 04-May-2010 Andrey Hristov

Add possibility to control the allocator in when PHP is compiled
with debug

# 447c693b 04-May-2010 Andrey Hristov

Add possibility to control the allocator in when PHP is compiled
with debug

# 2da3f5ba 03-May-2010 Andrey Hristov

Fix compiler warnings - unused functions

# 8fd0407b 03-May-2010 Andrey Hristov

Fix compiler warnings - unused functions

# 4842f96e 22-Apr-2010 Andrey Hristov

Change the way the allocator is called - through an abstraction
to give the possibility of pluggability. Thanks to the macros
already used the changes are not pervasive.

# 3dbf6acd 22-Apr-2010 Andrey Hristov

Change the way the allocator is called - through an abstraction
to give the possibility of pluggability. Thanks to the macros
already used the changes are not pervasive.

# a175419f 20-Apr-2010 Felipe Pena

- Fix copyrights

# 6d951e2d 20-Apr-2010 Felipe Pena

- Fix copyrights

# 76d64590 15-Apr-2010 Andrey Hristov

More int/uint comparison warning fixes

# 7f43fc3b 15-Apr-2010 Andrey Hristov

More int/uint comparison warning fixes

# 6aa682f5 15-Apr-2010 Andrey Hristov

CS + WS changes

# a9880e78 15-Apr-2010 Andrey Hristov

CS + WS changes

# 92698a33 06-Apr-2010 Andrey Hristov

Fix the Windows build (void* arithmetic) as well as --disable-zlib
build.

# 798103d4 06-Apr-2010 Andrey Hristov

Fix the Windows build (void* arithmetic) as well as --disable-zlib
build.

# 3cb852fe 06-Apr-2010 Andrey Hristov

Stricly C

# dda0320c 06-Apr-2010 Andrey Hristov

Stricly C

# b8484a2e 06-Apr-2010 Andrey Hristov

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

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)

show more ...

123456