summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd.h
Commit message (Expand)AuthorAgeFilesLines
* remove unneeded proxy function _mysqlnd_restart_psessoinAndrey Hristov2010-09-151-3/+2
* Remove unneeded proxy function _mysqlnd_end_psessionAndrey Hristov2010-09-151-2/+1
* Sync with trunk, fixes build failure on MacOSX.Andrey Hristov2010-08-161-1/+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
* MFH:Andrey Hristov2009-06-171-1/+1
* MFH: Use a better extension versionJohannes Schlüter2009-06-111-2/+2
* Sync with PHP6 - TSRMLS_FETCHAndrey Hristov2009-06-111-2/+0
* MFH:Andrey Hristov2009-05-281-2/+2
* - MFH: Improve mysqlnd's internal method registrationJohannes Schlüter2009-02-161-1/+10
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH:Andrey Hristov2008-11-201-1/+1
* MFH:Andrey Hristov2008-11-181-0/+4
* MFH:Andrey Hristov2008-11-061-3/+3
* MFH:Compile-in a string-to-int conversion for INT columns by default,Andrey Hristov2008-09-151-2/+2
* Fix possible bug with persistent connections and mysqlndAndrey Hristov2008-06-241-3/+4
* Update mysqlndAndrey Hristov2008-05-071-4/+5
* Update ext/mysql's and ext/mysqli's testsAndrey Hristov2008-04-241-2/+6
* - MFH: Fix Windows buildJohannes Schlüter2008-04-231-1/+1
* MFB: Update CVS from the 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