summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd.h
Commit message (Expand)AuthorAgeFilesLines
* 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-0/+1
* Fix for bug#48745Andrey Hristov2009-08-281-4/+4
* Fix two problems:Andrey Hristov2009-06-171-2/+2
* Use a better extension versionJohannes Schlüter2009-06-111-2/+2
* MFB: Reference decrement in own function. Make a function which is notAndrey Hristov2009-06-111-2/+0
* Fix a bug with mysqlnd_fetch_field(_direct()). With mysqlnd the optimisedAndrey Hristov2009-05-281-2/+2
* - Improve mysqlnd's internal method registrationJohannes Schlüter2009-02-161-1/+10
* Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* mysqlnd fixes for Windows :Andrey Hristov2008-11-201-1/+1
* Asynchronous queries for mysqli, when mysqlnd is enabled.Andrey Hristov2008-11-181-0/+4
* Get rid of many defines (which simplifies the code a lot),Andrey Hristov2008-11-061-3/+3
* Compile-in a string-to-int conversion for INT columns by default,Andrey Hristov2008-09-151-2/+2
* Fix possible bug with persistent connectionsAndrey Hristov2008-06-241-3/+4
* Update mysqlnd - new ini variableAndrey Hristov2008-05-071-4/+5
* Update ext/mysql's and ext/mysqli's testsAndrey Hristov2008-04-241-2/+6
* - Fix Windows buildJohannes Schlüter2008-04-231-1/+1
* Update ext/mysql, ext/mysqli and ext/mysqlnd from development treeAndrey Hristov2008-04-161-1/+9
* Another fixAndrey Hristov2008-02-141-1/+1
* Update mysqlnd - fix bg_storeAndrey Hristov2008-02-141-0/+3
* cvs syncAndrey Hristov2008-02-111-0/+6
* Fix the build, add a missing fileAndrey Hristov2008-01-291-2/+0
* Moving extension specific code to php_mysqlnd.c as the old rule is.Andrey Hristov2008-01-281-1/+6
* MFB: More optimizations - less MM callsAndrey Hristov2008-01-281-0/+5
* Merge with internal versionAndrey Hristov2008-01-231-6/+7
* - Fix problems with double definitionsAndrey Hristov2008-01-021-0/+1
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* Update mysqlnd in HEADAndrey Hristov2007-10-021-626/+50
* Update CVSAndrey Hristov2007-08-031-4/+17
* - Moved mysqnd to it's own directory: It is sort of an extension itself.Jani Taskinen2007-07-251-0/+917