Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | * | fix zts build | Andrey Hristov | 2011-01-19 | 1 | -1/+0 |
| | * | - don't try to access if calloc fails (quick review of its usage: seems that ... | Pierre Joye | 2011-01-17 | 1 | -0/+4 |
| | * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | * | two new stats | Andrey Hristov | 2010-11-05 | 1 | -1/+3 |
| | * | fix some uninitialized variables. also fix shadowing of global symbols | Andrey Hristov | 2010-10-07 | 1 | -3/+3 |
| | * | WS fixes | Andrey Hristov | 2010-09-23 | 1 | -1/+1 |
| | * | Switch from using PHP_MAJOR_VERSION to separate define for | Andrey Hristov | 2010-08-12 | 1 | -2/+2 |
| | * | - Fix copyrights | Felipe Pena | 2010-04-20 | 1 | -2/+2 |
| | * | CS + WS changes | Andrey Hristov | 2010-04-15 | 1 | -1/+2 |
| | * | Recommit with an Windows build fix: | Andrey Hristov | 2010-04-06 | 1 | -6/+8 |
| | * | - revert revision 297277, break the builds (declaration must go 1st, size of ... | Pierre Joye | 2010-04-01 | 1 | -8/+6 |
| | * | Fix inconsistencies | Andrey Hristov | 2010-04-01 | 1 | -6/+8 |
| | * | Make it coupled - what is allocated with mnd_ should be freed | Andrey Hristov | 2010-03-29 | 1 | -0/+4 |
| | * | missed to commit in 5_3, here it comes, reusability of stats | Andrey Hristov | 2010-01-11 | 1 | -10/+8 |
| | * | Rework the statistics macros to be reusable by external entities. | Andrey Hristov | 2010-01-11 | 1 | -2/+5 |
| | * | missed to commit to the branch | Andrey Hristov | 2010-01-11 | 1 | -2/+36 |
| | * | export some calls to init/deinit code outside of the module | Andrey Hristov | 2010-01-08 | 1 | -2/+2 |
| | * | improve the stats subsystem. Reduce the number of macro definitions | Andrey Hristov | 2010-01-08 | 1 | -0/+2 |
| | * | Fixing stats, updating test to accept new stats | Ulf Wendel | 2009-10-22 | 1 | -1/+0 |
| | * | Count number of affected_rows for normal and PS queries | Andrey Hristov | 2009-10-22 | 1 | -0/+3 |
| | * | Extending mysqlnd statistics/monitoring. Now counting COM_* commands. | Ulf Wendel | 2009-10-16 | 1 | -1/+30 |
| | * | Fixed bug #49027 (mysqli_options() doesn't work when using mysqlnd) | Andrey Hristov | 2009-08-27 | 1 | -1/+3 |
| | * | MFH: | Andrey Hristov | 2009-06-12 | 1 | -1/+1 |
| | * | - MFH: Removed UG(unicode) checks | Felipe Pena | 2009-03-30 | 1 | -16/+14 |
| | * | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | * | Fix a name | Andrey Hristov | 2008-10-27 | 1 | -1/+1 |
| | * | MFH: | Andrey Hristov | 2008-09-12 | 1 | -1/+59 |
| | * | Update mysqlnd | Andrey Hristov | 2008-05-07 | 1 | -0/+1 |
| | * | Moved initialization code into a function. | Andrey Hristov | 2008-01-29 | 1 | -0/+26 |
| | * | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | * | Import mysqlnd | Andrey Hristov | 2007-10-05 | 1 | -0/+155 |
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | | remove old unicode code, that is was compiled out by using a macro | andrey | 2012-09-25 | 1 | -12/+0 |
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
|/ | |||||
* | fix ZTS build | Andrey Hristov | 2011-01-19 | 1 | -2/+0 |
* | - don't try to access if calloc fails (quick review of its usage: seems that ... | Pierre Joye | 2011-01-17 | 1 | -0/+4 |
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | extending the API interface - plugins can register | Andrey Hristov | 2010-12-28 | 1 | -162/+160 |
* | two new stats | Andrey Hristov | 2010-11-05 | 1 | -1/+3 |
* | fix some uninitialized variables. also fix shadowing of global symbols | Andrey Hristov | 2010-10-07 | 1 | -3/+3 |
* | WS fixes | Andrey Hristov | 2010-09-23 | 1 | -1/+1 |
* | Switch from using PHP_MAJOR_VERSION to separate define for | Andrey Hristov | 2010-08-12 | 1 | -2/+2 |
* | - Fix copyrights | Felipe Pena | 2010-04-20 | 1 | -2/+2 |
* | CS + WS changes | Andrey Hristov | 2010-04-15 | 1 | -1/+2 |
* | Fix inconsistencies | Andrey Hristov | 2010-04-01 | 1 | -6/+8 |
* | Make it coupled - what is allocated with mnd_ should be freed | Andrey Hristov | 2010-03-29 | 1 | -0/+4 |