| Commit message (Expand) | Author | Age | Files | Lines |
* | decouple the methods in MYSQLND_STMT from the data, | Andrey Hristov | 2010-03-16 | 1 | -56/+1 |
* | allow persistency of PS | Andrey Hristov | 2010-03-12 | 1 | -10/+14 |
* | Pass tsrmls to all functions, which might need it in the future. | Andrey Hristov | 2010-02-03 | 1 | -32/+33 |
* | export more functionality for phpize builds | Andrey Hristov | 2010-01-13 | 1 | -2/+2 |
* | this function should be exporten in all cases, not only under PHP6 | Andrey Hristov | 2010-01-11 | 1 | -0/+2 |
* | add restart_psession and end_psession hooks | Andrey Hristov | 2010-01-08 | 1 | -0/+3 |
* | remove C++ comments | Andrey Hristov | 2009-12-15 | 1 | -2/+2 |
* | export this function | Andrey Hristov | 2009-12-15 | 1 | -1/+1 |
* | bump version number | Andrey Hristov | 2009-12-10 | 1 | -2/+2 |
* | Add plugin storage for MYSQLND_STMT too | Andrey Hristov | 2009-12-10 | 1 | -0/+3 |
* | Remove stub code which never actually was used for anything. | Andrey Hristov | 2009-12-09 | 1 | -28/+0 |
* | Remove the zval caching from mysqlnd. It was disabled versions ago | Andrey Hristov | 2009-12-09 | 1 | -35/+3 |
* | Remove disabled code - threaded fetching. This can be implemented | Andrey Hristov | 2009-12-09 | 1 | -5/+0 |
* | Compressed protocol support + extensibility for mysqlnd | Andrey Hristov | 2009-11-20 | 1 | -1/+10 |
* | Updating mysqlnd version number. | Ulf Wendel | 2009-10-22 | 1 | -2/+2 |
* | Making mysqlnd emit no warnings when fetching pooled persistent connections t... | Ulf Wendel | 2009-10-15 | 1 | -1/+1 |
* | Fix ZTS build | Andrey Hristov | 2009-09-30 | 1 | -2/+2 |
* | Fix (by Andrey) and test for bug #49442 . Don't use efree() for memory alloca... | Ulf Wendel | 2009-09-16 | 1 | -1/+1 |
* | Fix and tests for bug #49511 . mysqlnd and the MySQL Client Library (libmysql... | Ulf Wendel | 2009-09-16 | 1 | -0/+1 |
* | Fix for bug#48745 | Andrey Hristov | 2009-08-28 | 1 | -4/+4 |
* | Fix two problems: | Andrey Hristov | 2009-06-17 | 1 | -2/+2 |
* | Use a better extension version | Johannes Schlüter | 2009-06-11 | 1 | -2/+2 |
* | MFB: Reference decrement in own function. Make a function which is not | Andrey Hristov | 2009-06-11 | 1 | -2/+0 |
* | Fix a bug with mysqlnd_fetch_field(_direct()). With mysqlnd the optimised | Andrey Hristov | 2009-05-28 | 1 | -2/+2 |
* | - Improve mysqlnd's internal method registration | Johannes Schlüter | 2009-02-16 | 1 | -1/+10 |
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | mysqlnd fixes for Windows : | Andrey Hristov | 2008-11-20 | 1 | -1/+1 |
* | Asynchronous queries for mysqli, when mysqlnd is enabled. | Andrey Hristov | 2008-11-18 | 1 | -0/+4 |
* | Get rid of many defines (which simplifies the code a lot), | Andrey Hristov | 2008-11-06 | 1 | -3/+3 |
* | Compile-in a string-to-int conversion for INT columns by default, | Andrey Hristov | 2008-09-15 | 1 | -2/+2 |
* | Fix possible bug with persistent connections | Andrey Hristov | 2008-06-24 | 1 | -3/+4 |
* | Update mysqlnd - new ini variable | Andrey Hristov | 2008-05-07 | 1 | -4/+5 |
* | Update ext/mysql's and ext/mysqli's tests | Andrey Hristov | 2008-04-24 | 1 | -2/+6 |
* | - Fix Windows build | Johannes Schlüter | 2008-04-23 | 1 | -1/+1 |
* | Update ext/mysql, ext/mysqli and ext/mysqlnd from development tree | Andrey Hristov | 2008-04-16 | 1 | -1/+9 |
* | Another fix | Andrey Hristov | 2008-02-14 | 1 | -1/+1 |
* | Update mysqlnd - fix bg_store | Andrey Hristov | 2008-02-14 | 1 | -0/+3 |
* | cvs sync | Andrey Hristov | 2008-02-11 | 1 | -0/+6 |
* | Fix the build, add a missing file | Andrey Hristov | 2008-01-29 | 1 | -2/+0 |
* | Moving extension specific code to php_mysqlnd.c as the old rule is. | Andrey Hristov | 2008-01-28 | 1 | -1/+6 |
* | MFB: More optimizations - less MM calls | Andrey Hristov | 2008-01-28 | 1 | -0/+5 |
* | Merge with internal version | Andrey Hristov | 2008-01-23 | 1 | -6/+7 |
* | - Fix problems with double definitions | Andrey Hristov | 2008-01-02 | 1 | -0/+1 |
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
* | Update mysqlnd in HEAD | Andrey Hristov | 2007-10-02 | 1 | -626/+50 |
* | Update CVS | Andrey Hristov | 2007-08-03 | 1 | -4/+17 |
* | - Moved mysqnd to it's own directory: It is sort of an extension itself. | Jani Taskinen | 2007-07-25 | 1 | -0/+917 |