Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
| | |||||
* | Remove Netware support | Kalle Sommer Nielsen | 2016-11-12 | 1 | -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 warnings | Dmitry Stogov | 2016-06-22 | 1 | -1/+2 |
| | |||||
* | Merge branch 'PHP-7.0' | Andrey Hristov | 2016-03-16 | 1 | -2/+3 |
|\ | |||||
| * | Fix emails in headers. @mysql.com addresses are no more since many years. | Andrey Hristov | 2016-03-16 | 1 | -5/+3 |
| | | |||||
* | | Merge branch 'PHP-7.0' | Lior Kaplan | 2016-01-01 | 1 | -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.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| | * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | | | |||||
| | * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | | |||||
* | | | MNDR: | Andrey Hristov | 2015-11-12 | 1 | -5/+12 |
|/ / | | | | | | | - move things out of mysqlnd_priv.h | ||||
* | | Fix mysqlnd warnings | Nikita Popov | 2015-07-17 | 1 | -0/+1 |
| | | |||||
* | | Remove this VC8 check as our minimum target version of VC is higher | Kalle Sommer Nielsen | 2015-03-29 | 1 | -2/+2 |
| | | |||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -3/+3 |
| | | |||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -3/+3 |
| | | |||||
* | | drop unused tsrm_ls | Anatol Belski | 2014-09-26 | 1 | -3/+0 |
| | | |||||
* | | fix some extension builds | Anatol Belski | 2014-09-25 | 1 | -1/+1 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-5.6' | Christopher Jones | 2014-08-29 | 1 | -1/+2 |
|\ \ | | | | | | | | | | | | | * PHP-5.6: Remove 550+ compile warnings on OS X | ||||
| * | | Remove 550+ compile warnings on OS X | Christopher Jones | 2014-08-29 | 1 | -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 year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | | |||||
* | | | remove mysqlnd_bt.c as it a long dead code | Andrey Hristov | 2014-05-19 | 1 | -2/+0 |
| |/ |/| | |||||
* | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
|/ | |||||
* | build fixes | Andrey Hristov | 2013-02-11 | 1 | -3/+3 |
| | |||||
* | Merge branch 'PHP-5.4' into PHP-5.5 | Xinchen Hui | 2013-01-06 | 1 | -1/+1 |
|\ | |||||
| * | 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 |
| | | |