summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_debug.c
Commit message (Expand)AuthorAgeFilesLines
* bump yearXinchen Hui2013-01-061-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* - fix buildPierre Joye2010-11-151-13/+13
* - More features for the profiling, create aggregates and dump themAndrey Hristov2010-10-291-37/+168
* rename and remove usage of inttypes.h, not neededAndrey Hristov2010-10-251-1/+0
* profiling in trace modeAndrey Hristov2010-10-221-4/+34
* fix some uninitialized variables. also fix shadowing of global symbolsAndrey Hristov2010-10-071-3/+3
* WS fixesAndrey Hristov2010-09-231-3/+3
* small macro fixAndrey Hristov2010-09-221-3/+3
* Switch from using PHP_MAJOR_VERSION to separate define forAndrey Hristov2010-08-121-1/+1
* Fix sprintf modifiers all around the place. In most casesAndrey Hristov2010-06-211-3/+3
* Fix crashes in the allocator in case of OOM.Andrey Hristov2010-05-271-4/+4
* Fix shared buildAndrey Hristov2010-05-251-1/+1
* When OOM hits the wire, don't crash.Andrey Hristov2010-05-211-7/+7
* Add possibility to control the allocator in when PHP is compiledAndrey Hristov2010-05-041-10/+110
* Fix compiler warnings - unused functionsAndrey Hristov2010-05-031-54/+41
* Change the way the allocator is called - through an abstractionAndrey Hristov2010-04-221-0/+165
* - Fix copyrightsFelipe Pena2010-04-201-2/+2
* More int/uint comparison warning fixesAndrey Hristov2010-04-151-2/+2
* CS + WS changesAndrey Hristov2010-04-151-25/+20
* Fix the Windows build (void* arithmetic) as well as --disable-zlibAndrey Hristov2010-04-061-9/+9
* Stricly CAndrey Hristov2010-04-061-3/+3
* Recommit with an Windows build fix:Andrey Hristov2010-04-061-96/+135
* - revert revision 297277, break the builds (declaration must go 1st, size of ...Pierre Joye2010-04-011-135/+96
* Fix inconsistenciesAndrey Hristov2010-04-011-93/+135
* Make it coupled - what is allocated with mnd_ should be freedAndrey Hristov2010-03-291-0/+40
* Fix for complaint from the Zend MM, efree of a NULL pointer.Andrey Hristov2010-03-171-1/+3
* decrement correctly!Andrey Hristov2010-01-211-2/+4
* Add possibility to restrain the number of levelsAndrey Hristov2010-01-211-6/+24
* Fix compiler warningAndrey Hristov2010-01-141-1/+1
* make mysqlnd's tracing API more reusableAndrey Hristov2010-01-131-26/+46
* Remove the zval caching from mysqlnd. It was disabled versions agoAndrey Hristov2009-12-091-3/+1
* Remove disabled code - threaded fetching. This can be implementedAndrey Hristov2009-12-091-48/+0
* Revert mysqlnd to RC3 state after issues with pconnectsJohannes Schlüter2009-06-251-3/+0
* MFH:Andrey Hristov2009-06-161-0/+3
* MFH:Andrey Hristov2009-05-281-1/+1
* - MFH: Removed UG(unicode) checksFelipe Pena2009-03-301-9/+5
* MFH Fix #47819 (Getting pdo_mysql.so: undefined symbol: mysqlnd_debug_init atJohannes Schlüter2009-03-301-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH:Andrey Hristov2008-11-061-8/+8
* MFH:Andrey Hristov2008-09-121-9/+9
* - MFH: Added TSRMLS_DC to apply_func_args_t and zend_hash_apply_with_arguments.Felipe Pena2008-07-241-12/+7
* - MFH: Fix Windows buildJohannes Schlüter2008-04-231-1/+1
* Fix memory leakAndrey Hristov2008-02-201-1/+4
* Another fixAndrey Hristov2008-02-141-8/+8
* Update mysqlnd - fix bg_storeAndrey Hristov2008-02-141-1/+45
* cvs syncAndrey Hristov2008-02-111-2/+4
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Import mysqlndAndrey Hristov2007-10-051-0/+1345