| Commit message (Expand) | Author | Age | Files | Lines |
* | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -19/+19 |
* | ported mysql and mysqlnd | Anatol Belski | 2014-08-19 | 1 | -19/+19 |
* | clean up - avoid realloc | Xinchen Hui | 2014-08-13 | 1 | -1/+1 |
* | Merge branch 'master' into test | Dmitry Stogov | 2014-08-11 | 1 | -0/+3 |
|\ |
|
| * | Use callback structure | Andrey Hristov | 2014-08-06 | 1 | -0/+3 |
* | | Don't use zend_string for other fields (only name here is enough) | Xinchen Hui | 2014-06-25 | 1 | -7/+17 |
* | | Use zend_string in mysqlnd | Xinchen Hui | 2014-06-23 | 1 | -16/+7 |
* | | Refactoring mysqlnd (incompleted, only mysqlnd ext compilable) | Xinchen Hui | 2014-06-18 | 1 | -6/+6 |
* | | First set of phpng changes for mysqlnd | Andrey Hristov | 2014-05-20 | 1 | -4/+2 |
|/ |
|
* | fix syntax error in vc++ | Anatol Belski | 2014-04-11 | 1 | -1/+1 |
* | New result fetching mode for mysqlnd, which should use less memory but | Andrey Hristov | 2014-04-10 | 1 | -26/+58 |
* | Switch from a single flag to a flag byte | Andrey Hristov | 2014-03-10 | 1 | -3/+3 |
* | Refactor the result set data structures. Move more to the buffered and unbuff... | Andrey Hristov | 2014-03-05 | 1 | -34/+81 |
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | don't include smart_str.h in a too global header, fixes #64718 | Johannes Schlüter | 2013-04-30 | 1 | -1/+1 |
* | Add savepoint and rollback to savepoint support | Andrey Hristov | 2013-02-08 | 1 | -0/+4 |
* | Add support for commit and rollback options. | Andrey Hristov | 2013-02-07 | 1 | -0/+9 |
* | fix valgrind warning | Andrey Hristov | 2013-01-22 | 1 | -1/+1 |
* | Add support for connect attributes, as of MySQL 5.6 | Andrey Hristov | 2013-01-15 | 1 | -1/+5 |
* | 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 valgrind error (sending of initialized bytes over the network). | Andrey Hristov | 2011-08-31 | 1 | -1/+1 |
| | * | relax constraint | Andrey Hristov | 2011-08-10 | 1 | -1/+1 |
| | * | use ifdef all-around in the revert | Andrey Hristov | 2011-02-25 | 1 | -1/+1 |
| | * | revert to previous behavior | Andrey Hristov | 2011-02-25 | 1 | -0/+2 |
| | * | move from macros to functions, which can be overwritten, if needed | Andrey Hristov | 2011-02-25 | 1 | -0/+8 |
| | * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | * | rename parameter, should not conflict with global symbol - | Andrey Hristov | 2010-10-05 | 1 | -1/+1 |
| | * | fixing more types | Andrey Hristov | 2010-10-05 | 1 | -1/+1 |
| | * | add another hook, maybe the last one, for MYSQLND_STMT, which | Andrey Hristov | 2010-09-28 | 1 | -0/+3 |
| | * | fix build on windows, seems this macro is not defined | Andrey Hristov | 2010-09-01 | 1 | -7/+1 |
| | * | OPT_COMPRESS support for mysqlnd_conn::set_client_option | Andrey Hristov | 2010-09-01 | 1 | -1/+9 |
| | * | 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 | -1/+1 |
| | * | make ssl_set return value in mysqlnd compatible with libmysqli return value | David Soria Parra | 2010-08-06 | 1 | -1/+1 |
| | * | Two functions, which should be methods so one can catch | Andrey Hristov | 2010-06-24 | 1 | -0/+5 |
| | * | missed this one in the last commit, the real type | Andrey Hristov | 2010-06-18 | 1 | -1/+1 |
| | * | Handle problems in the row_decoder, return type used to be void, | Andrey Hristov | 2010-05-31 | 1 | -2/+2 |
| | * | Fix deallocation which can crash if the object is half-baken. | Andrey Hristov | 2010-05-27 | 1 | -0/+1 |
| | * | Init should return status value because initialization can fail. | Andrey Hristov | 2010-05-25 | 1 | -1/+1 |
| | * | Allow overloading of mysqlnd_result_meta_init(). | Andrey Hristov | 2010-05-14 | 1 | -0/+22 |
| | * | - Give possibility to overload mysqlnd_result_init(). | Andrey Hristov | 2010-05-14 | 1 | -0/+3 |
| | * | Remove unused parameter | Andrey Hristov | 2010-05-03 | 1 | -1/+1 |
| | * | Handle OOM when resizing blocks during data fetch | Andrey Hristov | 2010-05-03 | 1 | -1/+1 |
| | * | const-ify fields | Andrey Hristov | 2010-04-28 | 1 | -6/+6 |
| | * | Remove dead code and add possibility to fine tune the size of | Andrey Hristov | 2010-04-22 | 1 | -3/+0 |
| | * | - Fix copyrights | Felipe Pena | 2010-04-20 | 1 | -2/+2 |
| | * | CS + WS changes | Andrey Hristov | 2010-04-15 | 1 | -21/+20 |