summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_debug.h
Commit message (Collapse)AuthorAgeFilesLines
* year++Xinchen Hui2018-01-021-1/+1
|
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|
* Remove Netware supportKalle Sommer Nielsen2016-11-121-3/+0
| | | | If this does not break the Unix system somehow, I'll be amazed. This should get most of it out, apologies for any errors this may cause on non-Windows ends which I cannot test atm.
* Fixed compilation warningsDmitry Stogov2016-06-221-1/+2
|
* 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
|\ \ | |/ | | | | | | | | | | * PHP-7.0: Update header to PHP Version 7 Happy new year (Update copyright to 2016) Happy new year (Update copyright to 2016)
| * Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
| |\ | | | | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| | * 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/+12
|/ / | | | | | | - move things out of mysqlnd_priv.h
* | Fix mysqlnd warningsNikita Popov2015-07-171-0/+1
| |
* | Remove this VC8 check as our minimum target version of VC is higherKalle Sommer Nielsen2015-03-291-2/+2
| |
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | trailing whitespace removalStanislav Malyshev2015-01-101-3/+3
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-3/+3
| |
* | drop unused tsrm_lsAnatol Belski2014-09-261-3/+0
| |
* | fix some extension buildsAnatol Belski2014-09-251-1/+1
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| |
* | Merge branch 'PHP-5.6'Christopher Jones2014-08-291-1/+2
|\ \ | | | | | | | | | | | | * PHP-5.6: Remove 550+ compile warnings on OS X
| * | Remove 550+ compile warnings on OS XChristopher Jones2014-08-291-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | The warnings had the signature: php-src/ext/mysqlnd/mysqlnd_debug.h:127:25: note: expanded from macro 'DBG_ENTER_EX2' if (dbg_skip_trace); /* shut compiler's mouth */\ ^ php-src/ext/mysqlnd/mysqlnd.c:114:2: note: put the semicolon on a separate line to silence this warning
| * | Bump yearXinchen Hui2014-01-031-1/+1
| | |
* | | remove mysqlnd_bt.c as it a long dead codeAndrey Hristov2014-05-191-2/+0
| |/ |/|
* | Bump yearXinchen Hui2014-01-031-1/+1
|/
* build fixesAndrey Hristov2013-02-111-3/+3
|
* 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
| | |
| | * add the BLOCK_LEAVE macro for non-gcc and non-winAndrey Hristov2011-05-041-3/+4
| | |
| | * reorganize the DBG_ macros, add DBG_BLOCK_XXXAndrey Hristov2011-05-041-16/+25
| | |
| | * - Year++Felipe Pena2011-01-011-1/+1
| | |
| | * add a commentAndrey Hristov2010-12-011-1/+1
| | |
| | * - More features for the profiling, create aggregates and dump themAndrey Hristov2010-10-291-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 windowsAndrey Hristov2010-10-281-6/+9
| | |
| | * fix windows debug buildAndrey Hristov2010-10-281-2/+7
| | | | | | | | | | | | | | | better zlib detection
| | * rename and remove usage of inttypes.h, not neededAndrey Hristov2010-10-251-3/+3
| | |
| | * profiling in trace modeAndrey Hristov2010-10-221-6/+29
| | |
| | * enable debug logging on windows, in debug builds, of courseAndrey Hristov2010-10-221-1/+2
| | |
| | * Fix shared buildAndrey Hristov2010-05-251-1/+1
| | |
| | * Change the way the allocator is called - through an abstractionAndrey Hristov2010-04-221-51/+51
| | | | | | | | | | | | | | | | | | to give the possibility of pluggability. Thanks to the macros already used the changes are not pervasive.
| | * - Fix copyrightsFelipe Pena2010-04-201-2/+2
| | |
| | * Make it coupled - what is allocated with mnd_ should be freedAndrey Hristov2010-03-291-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 levelsAndrey Hristov2010-01-211-1/+1
| | |
| | * Make it GCC only feature (tracing). VC7 and up do the workAndrey Hristov2010-01-191-1/+1
| | | | | | | | | | | | | | | too and it might be tweaked later.
| | * fix windowsAndrey Hristov2010-01-191-0/+13
| | |
| | * export more functionality for phpize buildsAndrey Hristov2010-01-131-15/+15
| | |
| | * make mysqlnd's tracing API more reusableAndrey Hristov2010-01-131-10/+22
| | |
| | * MFH Fix #47819 (Getting pdo_mysql.so: undefined symbol: mysqlnd_debug_init atJohannes Schlüter2009-03-301-1/+1
| | | | | | | | | | | | | | | startup)
| | * MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
| | |