| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | backport handling of expired passwords in mysqlnd to 5.4 | Andrey Hristov | 2013-01-09 | 1 | -1/+6 |
| * | 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 two new enums constants from the server | Andrey Hristov | 2011-01-31 | 1 | -0/+2 |
| | * | new flag | Andrey Hristov | 2011-01-10 | 1 | -0/+1 |
| | * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | * | new server constant as of 5.5 | Andrey Hristov | 2010-12-02 | 1 | -0/+1 |
| | * | two new stats | Andrey Hristov | 2010-11-05 | 1 | -0/+2 |
| | * | remove trailing commas in enums | Andrey Hristov | 2010-10-05 | 1 | -6/+6 |
| | * | Fix the value, it was bumped | Andrey Hristov | 2010-09-27 | 1 | -1/+1 |
| | * | OPT_COMPRESS support for mysqlnd_conn::set_client_option | Andrey Hristov | 2010-09-01 | 1 | -0/+3 |
| | * | Switch from using PHP_MAJOR_VERSION to separate define for | Andrey Hristov | 2010-08-12 | 1 | -1/+1 |
| | * | Lay foundations for named pipe support in mysqlnd | Andrey Hristov | 2010-08-09 | 1 | -0/+9 |
| | * | Of course, 64*4 is 256, not 1024 | Andrey Hristov | 2010-04-27 | 1 | -2/+2 |
| | * | Move the macro to mysqlnd_enum_n_def.h, because it can be reused | Andrey Hristov | 2010-04-27 | 1 | -0/+2 |
| | * | - Fix copyrights | Felipe Pena | 2010-04-20 | 1 | -2/+2 |
| | * | CS + WS changes | Andrey Hristov | 2010-04-15 | 1 | -13/+13 |
| | * | Fix for bug#49234 method not found ssl_set | Andrey Hristov | 2010-04-15 | 1 | -0/+8 |
| | * | 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 |
| | * | cosmetics. typedef-ed types should be in capital case | Andrey Hristov | 2010-01-11 | 1 | -2/+2 |
| | * | Move two functions which are used in the extension as methods of | Andrey Hristov | 2009-12-11 | 1 | -0/+54 |
| | * | Compressed protocol support + extensibility for mysqlnd | Andrey Hristov | 2009-11-20 | 1 | -0/+2 |
| | * | Move definition | Andrey Hristov | 2009-10-22 | 1 | -0/+9 |
| | * | Count number of affected_rows for normal and PS queries | Andrey Hristov | 2009-10-22 | 1 | -0/+2 |
| | * | Extending mysqlnd statistics/monitoring. Now counting COM_* commands. | Ulf Wendel | 2009-10-16 | 1 | -0/+29 |
| | * | Increase the minimal size of the command buffer, which is used | Andrey Hristov | 2009-10-07 | 1 | -0/+4 |
| | * | Use mnd_ wrappers wherever possible. Needed for | Andrey Hristov | 2009-09-30 | 1 | -0/+1 |
| | * | Fixed bug #49027 (mysqli_options() doesn't work when using mysqlnd) | Andrey Hristov | 2009-08-27 | 1 | -0/+2 |
| | * | Revert mysqlnd to RC3 state after issues with pconnects | Johannes Schlüter | 2009-06-25 | 1 | -0/+9 |
| | * | MFH: | Andrey Hristov | 2009-06-12 | 1 | -9/+0 |
| | * | MFH: export mysql_refresh | Johannes Schlüter | 2009-01-22 | 1 | -0/+9 |
| | * | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | * | MFH: | Andrey Hristov | 2008-09-15 | 1 | -1/+1 |
| | * | MFH: | Andrey Hristov | 2008-09-12 | 1 | -0/+58 |
| | * | Update mysqlnd | Andrey Hristov | 2008-05-07 | 1 | -3/+3 |
| | * | Update ext/mysql's and ext/mysqli's tests | Andrey Hristov | 2008-04-24 | 1 | -0/+18 |
| | * | cvs sync | Andrey Hristov | 2008-02-11 | 1 | -0/+1 |
| | * | More optimizations - less MM calls | Andrey Hristov | 2008-01-28 | 1 | -0/+1 |
| | * | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | * | Import mysqlnd | Andrey Hristov | 2007-10-05 | 1 | -0/+367 |
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| * | Move from directly referencing an aggregated structure to using a | Andrey Hristov | 2011-10-25 | 1 | -2/+2 |
| * | Add two new enums constants from the server | Andrey Hristov | 2011-01-31 | 1 | -0/+2 |
| * | Handle MySQL 5.5 authentication features. | Andrey Hristov | 2011-01-24 | 1 | -1/+3 |
| * | grok the MySQL 5.5 extended handshake. | Andrey Hristov | 2011-01-12 | 1 | -1/+8 |
| * | new flag | Andrey Hristov | 2011-01-10 | 1 | -0/+1 |
