summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd.h
Commit message (Expand)AuthorAgeFilesLines
...
| * | - Register extensions using mysqlnd (mysql, myslqi, pdo_mysql) with mysqlndJohannes Schlüter2011-08-311-0/+9
* | | - Year++Felipe Pena2012-01-011-1/+1
* | | Now really split the method tables and have differentAndrey Hristov2011-10-311-2/+2
* | | Split struct MYSQLND in struct MYSQLND and struct MYSQLD_CONN_DATA.Andrey Hristov2011-10-311-59/+56
* | | Bump internal version id after recent changesAndrey Hristov2011-10-261-2/+2
* | | Move from directly referencing an aggregated structure to using aAndrey Hristov2011-10-251-0/+1
* | | shift code around to two new files - mysqlnd_driver.c Andrey Hristov2011-10-211-25/+2
* | | api_ext to reverse_apiAndrey Hristov2011-10-191-9/+0
* | | export this existing functionAndrey Hristov2011-10-121-0/+3
* | | - Fix TSRM buildJohannes Schlüter2011-09-011-2/+2
* | | - Register extensions using mysqlnd (mysql, myslqi, pdo_mysql) with mysqlndJohannes Schlüter2011-08-311-0/+9
|/ /
* | Update of mysqlnd version. This has been forgotten when introducing set_autoc...Ulf Wendel2011-03-251-2/+2
* | Fix compressed build, make it easierAndrey Hristov2011-03-231-0/+4
* | new function/methods - mysqlnd_stmt_flush. RemovingAndrey Hristov2011-03-181-0/+1
* | move from macros to functions, which can be overwritten, if neededAndrey Hristov2011-02-251-3/+3
* | Change things to allow passing of the password lengthAndrey Hristov2011-01-141-1/+2
* | - Year++Felipe Pena2011-01-011-1/+1
* | extending the API interface - plugins can registerAndrey Hristov2010-12-281-2/+11
* | last piece to enable trace logging on windowsAndrey Hristov2010-10-221-1/+1
* | rename parameter, should not conflict with global symbol - Andrey Hristov2010-10-051-1/+1
* | Fixing "ext/mysqlnd/mysqlnd.h", line 287: warning: syntax error: empty decla...Ulf Wendel2010-10-041-1/+1
* | remove unneeded proxy function _mysqlnd_restart_psessoinAndrey Hristov2010-09-151-3/+2
* | Remove unneeded proxy function _mysqlnd_end_psessionAndrey Hristov2010-09-151-2/+1
* | - fix buildPierre Joye2010-06-171-1/+1
* | Add possibility to control the allocator in when PHP is compiledAndrey Hristov2010-05-041-0/+6
* | Remove dead code and add possibility to fine tune the size ofAndrey Hristov2010-04-221-0/+1
* | - Fix copyrightsFelipe Pena2010-04-201-2/+2
* | Fix for bug#49234 method not found ssl_setAndrey Hristov2010-04-151-0/+2
|/
* decouple the methods in MYSQLND_STMT from the data,Andrey Hristov2010-03-161-56/+1
* allow persistency of PSAndrey Hristov2010-03-121-10/+14
* Pass tsrmls to all functions, which might need it in the future.Andrey Hristov2010-02-031-32/+33
* export more functionality for phpize buildsAndrey Hristov2010-01-131-2/+2
* this function should be exporten in all cases, not only under PHP6Andrey Hristov2010-01-111-0/+2
* add restart_psession and end_psession hooksAndrey Hristov2010-01-081-0/+3
* remove C++ commentsAndrey Hristov2009-12-151-2/+2
* export this functionAndrey Hristov2009-12-151-1/+1
* bump version numberAndrey Hristov2009-12-101-2/+2
* Add plugin storage for MYSQLND_STMT tooAndrey Hristov2009-12-101-0/+3
* Remove stub code which never actually was used for anything.Andrey Hristov2009-12-091-28/+0
* Remove the zval caching from mysqlnd. It was disabled versions agoAndrey Hristov2009-12-091-35/+3
* Remove disabled code - threaded fetching. This can be implementedAndrey Hristov2009-12-091-5/+0
* Compressed protocol support + extensibility for mysqlndAndrey Hristov2009-11-201-1/+10
* Updating mysqlnd version number.Ulf Wendel2009-10-221-2/+2
* Making mysqlnd emit no warnings when fetching pooled persistent connections t...Ulf Wendel2009-10-151-1/+1
* Fix ZTS buildAndrey Hristov2009-09-301-2/+2
* Fix (by Andrey) and test for bug #49442 . Don't use efree() for memory alloca...Ulf Wendel2009-09-161-1/+1
* Fix and tests for bug #49511 . mysqlnd and the MySQL Client Library (libmysql...Ulf Wendel2009-09-161-1/+2
* test 2Andrey Hristov2009-08-031-1/+0
* testAndrey Hristov2009-08-031-1/+0
* Revert mysqlnd to RC3 state after issues with pconnectsJohannes Schlüter2009-06-251-2/+4