History log of /php-src/ext/mysqlnd/mysqlnd_debug.h (Results 51 – 75 of 102)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 0203cc3d 01-Jan-2011 Felipe Pena

- Year++

# cfac5f5b 28-Dec-2010 Andrey Hristov

extending the API interface - plugins can register
themselves with a structure and can be searched.
Every plugin can have statistics and they are shown
under the statistics of mysqlnd in

extending the API interface - plugins can register
themselves with a structure and can be searched.
Every plugin can have statistics and they are shown
under the statistics of mysqlnd in MINFO.

show more ...

Revision tags: php-5.2.16, php-5.2.15, php-5.3.4, php-5.2.15RC2, php-5.3.4RC2
# 4adcc3c7 01-Dec-2010 Andrey Hristov

add a comment

Revision tags: php-5.3.4RC1, php-5.2.15RC1, PHP_5_2_15RC1
# 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 ...

# cd6ea54d 28-Oct-2010 Andrey Hristov

gettimeofday for windows

# da633ed5 28-Oct-2010 Andrey Hristov

gettimeofday for windows

# 4c34cd9f 28-Oct-2010 Andrey Hristov

fix windows debug build
better zlib detection

# 099a505f 28-Oct-2010 Andrey Hristov

fix windows debug build
better zlib detection

# 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

# f7c44c8c 22-Oct-2010 Andrey Hristov

enable debug logging on windows, in debug builds, of course

# 76783dfe 22-Oct-2010 Andrey Hristov

enable debug logging on windows, in debug builds, of course

Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1
# 348880ce 25-May-2010 Andrey Hristov

Fix shared build

# 844b4356 25-May-2010 Andrey Hristov

Fix shared build

# 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

# 94cd357f 29-Mar-2010 Andrey Hristov

Make it coupled - what is allocated with mnd_ should be freed
with mnd_ and vice versa.
Added mnd_pestrndup and mnd_pestrdup, which wrap the normal
calls to be able to track this calls.

Make it coupled - what is allocated with mnd_ should be freed
with mnd_ and vice versa.
Added mnd_pestrndup and mnd_pestrdup, which wrap the normal
calls to be able to track this calls.
Fixed some failing tests.

show more ...

# 4870cac7 29-Mar-2010 Andrey Hristov

Make it coupled - what is allocated with mnd_ should be freed
with mnd_ and vice versa.
Added mnd_pestrndup and mnd_pestrdup, which wrap the normal
calls to be able to track this calls.

Make it coupled - what is allocated with mnd_ should be freed
with mnd_ and vice versa.
Added mnd_pestrndup and mnd_pestrdup, which wrap the normal
calls to be able to track this calls.
Fixed some failing tests.

show more ...

Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1
# d73fc8e2 21-Jan-2010 Andrey Hristov

Add possibility to restrain the number of levels

# 2d7ca039 21-Jan-2010 Andrey Hristov

Add possibility to restrain the number of levels

12345