summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_structs.h
Commit message (Expand)AuthorAgeFilesLines
* master renames phase 1Anatol Belski2014-08-251-19/+19
* ported mysql and mysqlndAnatol Belski2014-08-191-19/+19
* clean up - avoid reallocXinchen Hui2014-08-131-1/+1
* Merge branch 'master' into testDmitry Stogov2014-08-111-0/+3
|\
| * Use callback structureAndrey Hristov2014-08-061-0/+3
* | Don't use zend_string for other fields (only name here is enough)Xinchen Hui2014-06-251-7/+17
* | Use zend_string in mysqlndXinchen Hui2014-06-231-16/+7
* | Refactoring mysqlnd (incompleted, only mysqlnd ext compilable)Xinchen Hui2014-06-181-6/+6
* | First set of phpng changes for mysqlndAndrey Hristov2014-05-201-4/+2
|/
* fix syntax error in vc++Anatol Belski2014-04-111-1/+1
* New result fetching mode for mysqlnd, which should use less memory butAndrey Hristov2014-04-101-26/+58
* Switch from a single flag to a flag byteAndrey Hristov2014-03-101-3/+3
* Refactor the result set data structures. Move more to the buffered and unbuff...Andrey Hristov2014-03-051-34/+81
* Bump yearXinchen Hui2014-01-031-1/+1
* don't include smart_str.h in a too global header, fixes #64718Johannes Schlüter2013-04-301-1/+1
* Add savepoint and rollback to savepoint supportAndrey Hristov2013-02-081-0/+4
* Add support for commit and rollback options.Andrey Hristov2013-02-071-0/+9
* fix valgrind warningAndrey Hristov2013-01-221-1/+1
* Add support for connect attributes, as of MySQL 5.6Andrey Hristov2013-01-151-1/+5
* 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
| | * - Year++Felipe Pena2012-01-011-1/+1
| | * Fix valgrind error (sending of initialized bytes over the network).Andrey Hristov2011-08-311-1/+1
| | * relax constraintAndrey Hristov2011-08-101-1/+1
| | * use ifdef all-around in the revertAndrey Hristov2011-02-251-1/+1
| | * revert to previous behaviorAndrey Hristov2011-02-251-0/+2
| | * move from macros to functions, which can be overwritten, if neededAndrey Hristov2011-02-251-0/+8
| | * - Year++Felipe Pena2011-01-011-1/+1
| | * rename parameter, should not conflict with global symbol - Andrey Hristov2010-10-051-1/+1
| | * fixing more typesAndrey Hristov2010-10-051-1/+1
| | * add another hook, maybe the last one, for MYSQLND_STMT, whichAndrey Hristov2010-09-281-0/+3
| | * fix build on windows, seems this macro is not definedAndrey Hristov2010-09-011-7/+1
| | * OPT_COMPRESS support for mysqlnd_conn::set_client_optionAndrey Hristov2010-09-011-1/+9
| | * Switch from using PHP_MAJOR_VERSION to separate define forAndrey Hristov2010-08-121-1/+1
| | * Lay foundations for named pipe support in mysqlndAndrey Hristov2010-08-091-1/+1
| | * make ssl_set return value in mysqlnd compatible with libmysqli return valueDavid Soria Parra2010-08-061-1/+1
| | * Two functions, which should be methods so one can catchAndrey Hristov2010-06-241-0/+5
| | * missed this one in the last commit, the real typeAndrey Hristov2010-06-181-1/+1
| | * Handle problems in the row_decoder, return type used to be void,Andrey Hristov2010-05-311-2/+2
| | * Fix deallocation which can crash if the object is half-baken.Andrey Hristov2010-05-271-0/+1
| | * Init should return status value because initialization can fail.Andrey Hristov2010-05-251-1/+1
| | * Allow overloading of mysqlnd_result_meta_init().Andrey Hristov2010-05-141-0/+22
| | * - Give possibility to overload mysqlnd_result_init().Andrey Hristov2010-05-141-0/+3
| | * Remove unused parameterAndrey Hristov2010-05-031-1/+1
| | * Handle OOM when resizing blocks during data fetchAndrey Hristov2010-05-031-1/+1
| | * const-ify fieldsAndrey Hristov2010-04-281-6/+6
| | * Remove dead code and add possibility to fine tune the size ofAndrey Hristov2010-04-221-3/+0
| | * - Fix copyrightsFelipe Pena2010-04-201-2/+2
| | * CS + WS changesAndrey Hristov2010-04-151-21/+20