summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_debug.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* further normalizations, uint vs uint32_tAnatol Belski2016-11-261-4/+4
* Merge branch 'PHP-7.0'Andrey Hristov2016-03-161-1/+1
|\
| * More email fixingAndrey Hristov2016-03-161-1/+1
* | Merge branch 'PHP-7.0'Andrey Hristov2016-03-161-2/+3
|\ \ | |/
| * Fix emails in headers. @mysql.com addresses are no more since many years.Andrey Hristov2016-03-161-5/+3
* | Merge branch 'PHP-7.0'Lior Kaplan2016-01-011-1/+1
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
| |\
| | * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| | * bump yearXinchen Hui2015-01-151-1/+1
* | | MNDR:Andrey Hristov2015-11-121-5/+1
|/ /
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-1/+1
* | Fixed bug #68887 (resources are not freed correctly)Dmitry Stogov2015-04-081-1/+1
* | Rename prefixed mysqlnd functions - prefixed with undescore, which wereAndrey Hristov2015-04-071-2/+2
* | cleanup the mod version macros, round 2Anatol Belski2015-03-231-1/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-5/+5
* | remove unused ZTS macrosAnatol Belski2014-12-171-6/+0
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-9/+9
* | drop unused tsrm_lsAnatol Belski2014-09-261-3/+1
* | fix some extension buildsAnatol Belski2014-09-251-6/+1
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | Fixed stack usageXinchen Hui2014-06-251-10/+11
* | Refactoring mysqlnd (incompleted, only mysqlnd ext compilable)Xinchen Hui2014-06-181-29/+21
* | remove mysqlnd_bt.c as it a long dead codeAndrey Hristov2014-05-191-1/+0
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-01-061-1/+1
|\
| * Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2013-01-061-1/+1
| |\
| | * 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