| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | - Register extensions using mysqlnd (mysql, myslqi, pdo_mysql) with mysqlnd | Johannes Schlüter | 2011-08-31 | 1 | -0/+9 |
* | | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
* | | | Now really split the method tables and have different | Andrey Hristov | 2011-10-31 | 1 | -2/+2 |
* | | | Split struct MYSQLND in struct MYSQLND and struct MYSQLD_CONN_DATA. | Andrey Hristov | 2011-10-31 | 1 | -59/+56 |
* | | | Bump internal version id after recent changes | Andrey Hristov | 2011-10-26 | 1 | -2/+2 |
* | | | Move from directly referencing an aggregated structure to using a | Andrey Hristov | 2011-10-25 | 1 | -0/+1 |
* | | | shift code around to two new files - mysqlnd_driver.c | Andrey Hristov | 2011-10-21 | 1 | -25/+2 |
* | | | api_ext to reverse_api | Andrey Hristov | 2011-10-19 | 1 | -9/+0 |
* | | | export this existing function | Andrey Hristov | 2011-10-12 | 1 | -0/+3 |
* | | | - Fix TSRM build | Johannes Schlüter | 2011-09-01 | 1 | -2/+2 |
* | | | - Register extensions using mysqlnd (mysql, myslqi, pdo_mysql) with mysqlnd | Johannes Schlüter | 2011-08-31 | 1 | -0/+9 |
|/ / |
|
* | | Update of mysqlnd version. This has been forgotten when introducing set_autoc... | Ulf Wendel | 2011-03-25 | 1 | -2/+2 |
* | | Fix compressed build, make it easier | Andrey Hristov | 2011-03-23 | 1 | -0/+4 |
* | | new function/methods - mysqlnd_stmt_flush. Removing | Andrey Hristov | 2011-03-18 | 1 | -0/+1 |
* | | move from macros to functions, which can be overwritten, if needed | Andrey Hristov | 2011-02-25 | 1 | -3/+3 |
* | | Change things to allow passing of the password length | Andrey Hristov | 2011-01-14 | 1 | -1/+2 |
* | | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | | extending the API interface - plugins can register | Andrey Hristov | 2010-12-28 | 1 | -2/+11 |
* | | last piece to enable trace logging on windows | Andrey Hristov | 2010-10-22 | 1 | -1/+1 |
* | | rename parameter, should not conflict with global symbol - | Andrey Hristov | 2010-10-05 | 1 | -1/+1 |
* | | Fixing "ext/mysqlnd/mysqlnd.h", line 287: warning: syntax error: empty decla... | Ulf Wendel | 2010-10-04 | 1 | -1/+1 |
* | | remove unneeded proxy function _mysqlnd_restart_psessoin | Andrey Hristov | 2010-09-15 | 1 | -3/+2 |
* | | Remove unneeded proxy function _mysqlnd_end_psession | Andrey Hristov | 2010-09-15 | 1 | -2/+1 |
* | | - fix build | Pierre Joye | 2010-06-17 | 1 | -1/+1 |
* | | Add possibility to control the allocator in when PHP is compiled | Andrey Hristov | 2010-05-04 | 1 | -0/+6 |
* | | Remove dead code and add possibility to fine tune the size of | Andrey Hristov | 2010-04-22 | 1 | -0/+1 |
* | | - Fix copyrights | Felipe Pena | 2010-04-20 | 1 | -2/+2 |
* | | Fix for bug#49234 method not found ssl_set | Andrey Hristov | 2010-04-15 | 1 | -0/+2 |
|/ |
|
* | 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 | -1/+2 |
* | test 2 | Andrey Hristov | 2009-08-03 | 1 | -1/+0 |
* | test | Andrey Hristov | 2009-08-03 | 1 | -1/+0 |
* | Revert mysqlnd to RC3 state after issues with pconnects | Johannes Schlüter | 2009-06-25 | 1 | -2/+4 |