summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd.h
Commit message (Expand)AuthorAgeFilesLines
* bump yearXinchen Hui2013-01-061-1/+1
* Replace $Revision$ with $Id$ in keyword expansion enable filesDavid Soria Parra2012-03-201-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* this should be decided by configureAndrey Hristov2011-10-141-1/+0
* MYSQLND_NET refactored not to use any direct reference to MYSQLND (the connec...Andrey Hristov2011-10-101-0/+1
* extend the API in the backward compatible wayAndrey Hristov2011-05-031-0/+1
* Fix compressed build, make it easierAndrey Hristov2011-03-231-0/+4
* use ifdef all-around in the revertAndrey Hristov2011-02-251-1/+1
* revert also the version_idAndrey Hristov2011-02-251-2/+2
* revert to previous behaviorAndrey Hristov2011-02-251-0/+6
* move from macros to functions, which can be overwritten, if neededAndrey Hristov2011-02-251-5/+5
* - Year++Felipe Pena2011-01-011-1/+1
* 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
* 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