Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2013-01-06 | 1 | -1/+1 |
|\ | |||||
| * | bump year | Xinchen Hui | 2013-01-06 | 1 | -1/+1 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | add the BLOCK_LEAVE macro for non-gcc and non-win | Andrey Hristov | 2011-05-04 | 1 | -3/+4 |
| | | |||||
| * | reorganize the DBG_ macros, add DBG_BLOCK_XXX | Andrey Hristov | 2011-05-04 | 1 | -16/+25 |
| | | |||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
| * | add a comment | Andrey Hristov | 2010-12-01 | 1 | -1/+1 |
| | | |||||
| * | - More features for the profiling, create aggregates and dump them | Andrey Hristov | 2010-10-29 | 1 | -13/+34 |
| | | | | | | | | | | | | | | | | | | | | | | 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 ':' ) | ||||
| * | gettimeofday for windows | Andrey Hristov | 2010-10-28 | 1 | -6/+9 |
| | | |||||
| * | fix windows debug build | Andrey Hristov | 2010-10-28 | 1 | -2/+7 |
| | | | | | | | | | | better zlib detection | ||||
| * | rename and remove usage of inttypes.h, not needed | Andrey Hristov | 2010-10-25 | 1 | -3/+3 |
| | | |||||
| * | profiling in trace mode | Andrey Hristov | 2010-10-22 | 1 | -6/+29 |
| | | |||||
| * | enable debug logging on windows, in debug builds, of course | Andrey Hristov | 2010-10-22 | 1 | -1/+2 |
| | | |||||
| * | Fix shared build | Andrey Hristov | 2010-05-25 | 1 | -1/+1 |
| | | |||||
| * | Change the way the allocator is called - through an abstraction | Andrey Hristov | 2010-04-22 | 1 | -51/+51 |
| | | | | | | | | | | | | to give the possibility of pluggability. Thanks to the macros already used the changes are not pervasive. | ||||
| * | - Fix copyrights | Felipe Pena | 2010-04-20 | 1 | -2/+2 |
| | | |||||
| * | Make it coupled - what is allocated with mnd_ should be freed | Andrey Hristov | 2010-03-29 | 1 | -14/+20 |
| | | | | | | | | | | | | | | | | 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. | ||||
| * | Add possibility to restrain the number of levels | Andrey Hristov | 2010-01-21 | 1 | -1/+1 |
| | | |||||
| * | Make it GCC only feature (tracing). VC7 and up do the work | Andrey Hristov | 2010-01-19 | 1 | -1/+1 |
| | | | | | | | | | | too and it might be tweaked later. | ||||
| * | fix windows | Andrey Hristov | 2010-01-19 | 1 | -0/+13 |
| | | |||||
| * | export more functionality for phpize builds | Andrey Hristov | 2010-01-13 | 1 | -15/+15 |
| | | |||||
| * | make mysqlnd's tracing API more reusable | Andrey Hristov | 2010-01-13 | 1 | -10/+22 |
| | | |||||
| * | MFH Fix #47819 (Getting pdo_mysql.so: undefined symbol: mysqlnd_debug_init at | Johannes Schlüter | 2009-03-30 | 1 | -1/+1 |
| | | | | | | | | | | startup) | ||||
| * | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | | |||||
| * | MFH: | Andrey Hristov | 2008-11-20 | 1 | -6/+6 |
| | | | | | | | | | | | | Windows fixes for mysqlnd Less warnings + PHPAPI for mysqlnd_poll | ||||
| * | MFH: | Andrey Hristov | 2008-11-06 | 1 | -4/+4 |
| | | | | | | | | | | | | Get rid of many defines (which simplifies the code a lot), as well as uint->unsigned int | ||||
| * | MFB: Update CVS from the development tree | Andrey Hristov | 2008-04-16 | 1 | -2/+0 |
| | | |||||
| * | cvs sync | Andrey Hristov | 2008-02-11 | 1 | -2/+5 |
| | | |||||
| * | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | | |||||
| * | Fix build failure on Windows. Seems "free" can't be used even as method name ↵ | Andrey Hristov | 2007-10-23 | 1 | -1/+1 |
| | | | | | | | | of a structure. The MS compiler (the preprocessor most probably) changes it to _free_dbg | ||||
| * | Import mysqlnd | Andrey Hristov | 2007-10-05 | 1 | -0/+145 |
| | | | | | Patch ext/mysql and ext/mysqli to support mysqlnd | ||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | add the BLOCK_LEAVE macro for non-gcc and non-win | Andrey Hristov | 2011-05-04 | 1 | -3/+4 |
| | |||||
* | reorganize the DBG_ macros, add DBG_BLOCK_XXX | Andrey Hristov | 2011-05-04 | 1 | -16/+25 |
| | |||||
* | split mysqlnd_debug.c in 3 files | Andrey Hristov | 2011-03-18 | 1 | -61/+2 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | extending the API interface - plugins can register | Andrey Hristov | 2010-12-28 | 1 | -0/+12 |
| | | | | | | | | themselves with a structure and can be searched. Every plugin can have statistics and they are shown under the statistics of mysqlnd in MINFO. | ||||
* | - More features for the profiling, create aggregates and dump them | Andrey Hristov | 2010-10-29 | 1 | -13/+34 |
| | | | | | | | | | | | 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 ':' ) | ||||
* | gettimeofday for windows | Andrey Hristov | 2010-10-28 | 1 | -6/+9 |
| | |||||
* | fix windows debug build | Andrey Hristov | 2010-10-28 | 1 | -2/+7 |
| | | | | | better zlib detection | ||||
* | rename and remove usage of inttypes.h, not needed | Andrey Hristov | 2010-10-25 | 1 | -3/+3 |
| | |||||
* | profiling in trace mode | Andrey Hristov | 2010-10-22 | 1 | -6/+29 |
| | |||||
* | enable debug logging on windows, in debug builds, of course | Andrey Hristov | 2010-10-22 | 1 | -1/+2 |
| | |||||
* | Fix shared build | Andrey Hristov | 2010-05-25 | 1 | -1/+1 |
| | |||||
* | Change the way the allocator is called - through an abstraction | Andrey Hristov | 2010-04-22 | 1 | -51/+51 |
| | | | | | | to give the possibility of pluggability. Thanks to the macros already used the changes are not pervasive. | ||||
* | - Fix copyrights | Felipe Pena | 2010-04-20 | 1 | -2/+2 |
| | |||||
* | Make it coupled - what is allocated with mnd_ should be freed | Andrey Hristov | 2010-03-29 | 1 | -14/+20 |
| | | | | | | | | 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. | ||||
* | Add possibility to restrain the number of levels | Andrey Hristov | 2010-01-21 | 1 | -1/+1 |
| | |||||
* | Make it GCC only feature (tracing). VC7 and up do the work | Andrey Hristov | 2010-01-19 | 1 | -1/+1 |
| | | | | | too and it might be tweaked later. | ||||
* | fix windows | Andrey Hristov | 2010-01-19 | 1 | -0/+13 |
| |