History log of /PHP-8.0/ext/mysqlnd/mysqlnd_debug.c (Results 51 – 75 of 121)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2, php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1
# 87fd3737 15-Nov-2010 Pierre Joye

-fix build


# 4af7de49 15-Nov-2010 Pierre Joye

- fix build


# c10af225 29-Oct-2010 Andrey Hristov

- More features for the profiling, create aggregates and dump them
on file close.
- Also add a trace modifier to switch on and off the profiling.
- With additional compiler switch the pro

- More features for the profiling, create aggregates and dump them
on file close.
- Also add a trace modifier to switch on and off the profiling.
- With additional compiler switch the profiling can be completely omitted,
of course it makes sense only when --enable-debug. Because otherwise
there is no tracing, thus no profiling.
- Added a fix for Windows for handling trace files on different devices
(special handing of ':' )

show more ...


# 769a3cf0 29-Oct-2010 Andrey Hristov

- More features for the profiling, create aggregates and dump them
on file close.
- Also add a trace modifier to switch on and off the profiling.
- With additional compiler switch the pro

- More features for the profiling, create aggregates and dump them
on file close.
- Also add a trace modifier to switch on and off the profiling.
- With additional compiler switch the profiling can be completely omitted,
of course it makes sense only when --enable-debug. Because otherwise
there is no tracing, thus no profiling.
- Added a fix for Windows for handling trace files on different devices
(special handing of ':' )

show more ...


# 762a1b2d 25-Oct-2010 Andrey Hristov

rename and remove usage of inttypes.h, not needed


# e70b2fcd 25-Oct-2010 Andrey Hristov

rename and remove usage of inttypes.h, not needed


# fe719c5e 22-Oct-2010 Andrey Hristov

profiling in trace mode


# 924bb781 22-Oct-2010 Andrey Hristov

profiling in trace mode


# 2d2d6f84 07-Oct-2010 Andrey Hristov

fix some uninitialized variables. also fix shadowing of global symbols


# 0e519d24 07-Oct-2010 Andrey Hristov

fix some uninitialized variables. also fix shadowing of global symbols


# 216effe4 23-Sep-2010 Andrey Hristov

WS fixes


# 859a1404 23-Sep-2010 Andrey Hristov

WS fixes


# ff271469 22-Sep-2010 Andrey Hristov

small macro fix


# 7346d8d5 22-Sep-2010 Andrey Hristov

small macro fix


# c974313a 12-Aug-2010 Andrey Hristov

Switch from using PHP_MAJOR_VERSION to separate define for
unicode. Unicode is no more, but these are "bookmarks" where
to change mysqlnd, if Unicode becomes trendy again.


# 92ef63a0 12-Aug-2010 Andrey Hristov

Switch from using PHP_MAJOR_VERSION to separate define for
unicode. Unicode is no more, but these are "bookmarks" where
to change mysqlnd, if Unicode becomes trendy again.


Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3
# df8bf2a2 08-Jul-2010 Dmitry Stogov

Fixed checks for PHP_DEBUG macro


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.


12345