summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd.h
Commit message (Expand)AuthorAgeFilesLines
* bump yearXinchen Hui2015-01-151-1/+1
* New result fetching mode for mysqlnd, which should use less memory butAndrey Hristov2014-04-101-3/+5
* Switch from a single flag to a flag byteAndrey Hristov2014-03-101-2/+3
* Refactor the result set data structures. Move more to the buffered and unbuff...Andrey Hristov2014-03-051-2/+1
* Bump yearXinchen Hui2014-01-031-1/+1
* Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2013-12-041-1/+1
|\
| * Fix loss of precisionAndrey Hristov2013-12-041-1/+1
* | Add savepoint and rollback to savepoint supportAndrey Hristov2013-02-081-0/+2
* | Export new callsAndrey Hristov2013-02-071-2/+3
* | Add support for connect attributes, as of MySQL 5.6Andrey Hristov2013-01-151-0/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-01-061-1/+1
|\ \ | |/
| * Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2013-01-061-1/+1
| |\
| | * bump yearXinchen Hui2013-01-061-1/+1
* | | Add SHA256 authentication support - password hashing to mysqlndandrey2012-09-251-0/+1
* | | trace allocations in a fileandrey2012-06-271-2/+4
* | | bump mysqlnd versionsandrey2012-05-031-3/+3
* | | Merge branch 'PHP-5.4'David Soria Parra2012-03-201-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4David Soria Parra2012-03-201-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
| * | remove -dev for releaseStanislav Malyshev2012-02-281-1/+1
| * | - 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