summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_result.c
Commit message (Expand)AuthorAgeFilesLines
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* master renames phase 1Anatol Belski2014-08-251-21/+21
* yet trivial fixes to mysql extsAnatol Belski2014-08-211-1/+1
* ported mysql and mysqlndAnatol Belski2014-08-191-15/+15
* basic macro replacements, all at onceAnatol Belski2014-08-191-10/+10
* Merge branch 'PHP-5.6'Lior Kaplan2014-08-171-1/+1
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Lior Kaplan2014-08-171-1/+1
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Lior Kaplan2014-08-171-1/+1
| | |\
| | | * typofixesVeres Lajos2014-08-171-1/+1
* | | | Don't use zend_string for other fields (only name here is enough)Xinchen Hui2014-06-251-3/+3
* | | | Cleanup (refactoring is finish)Xinchen Hui2014-06-231-56/+0
* | | | Use zend_string in mysqlndXinchen Hui2014-06-231-3/+3
* | | | Fixed segfaultXinchen Hui2014-06-191-5/+5
* | | | unused variablesXinchen Hui2014-06-191-1/+1
* | | | Fixed various bugs (ext/mysql with mysqlnd tests pass)Xinchen Hui2014-06-181-29/+7
* | | | Fixed memory leak while doing fetchXinchen Hui2014-06-181-2/+3
* | | | Fixed segfault of stream handlingXinchen Hui2014-06-181-2/+0
* | | | Refactoring mysqlnd (incompleted, only mysqlnd ext compilable)Xinchen Hui2014-06-181-84/+73
* | | | remove mysqlnd_bt.c as it a long dead codeAndrey Hristov2014-05-191-9/+0
|/ / /
* | | New result fetching mode for mysqlnd, which should use less memory butAndrey Hristov2014-04-101-139/+455
* | | DIAndrey Hristov2014-03-101-2/+7
* | | Switch from a single flag to a flag byteAndrey Hristov2014-03-101-2/+2
* | | Refactor the result set data structures. Move more to the buffered and unbuff...Andrey Hristov2014-03-051-306/+459
* | | remove dead codeAndrey Hristov2014-02-171-18/+0
* | | Move code out, that handles the actual structure to be used for the decodedAndrey Hristov2014-02-171-4/+22
|/ /
* | Merge branch 'PHP-5.4' into PHP-5.5Johannes Schlüter2014-01-211-3/+4
|\ \ | |/
| * Fix bug #66283 (Segmentation fault after memory_limit)Johannes Schlüter2014-01-211-3/+4
| * Bump yearXinchen Hui2014-01-031-1/+1
* | Bump yearXinchen Hui2014-01-031-1/+1
* | Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2013-11-261-0/+4
|\ \ | |/
| * Fix for Bug #66141 (mysqlnd quote function is wrong with NO_BACKSLASH_ESCAPES...Andrey Hristov2013-11-261-0/+4
| * Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-2/+2
* | Merge branch 'pull-request/341'Stanislav Malyshev2013-06-101-2/+2
* | Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-04-271-0/+1
|\ \ | |/
| * Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2013-04-271-0/+1
| |\
| | * Fix memory realted to #64726Xinchen Hui2013-04-271-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
| | * - Year++Felipe Pena2012-01-011-1/+1
| | * missing from previous commit for #55582Andrey Hristov2011-09-051-3/+2
| | * exchange a "trap" with an errorAndrey Hristov2011-05-171-1/+1
| | * palloc is long dead, use more appropriate nameAndrey Hristov2011-03-221-6/+6
| | * remove more unneeded includesAndrey Hristov2011-03-221-2/+0
| | * fix invalid memory read. Thank you, valgrindAndrey Hristov2011-02-211-1/+1
| | * fixed a problem in mysqlnd. 0 was always as num_rows returned forAndrey Hristov2011-02-161-1/+1
| | * Proper fix forAndrey Hristov2011-01-071-0/+1
| | * - Year++Felipe Pena2011-01-011-1/+1
| | * Fix sprintf modifier to be right, wrong data reported in the logAndrey Hristov2010-12-161-2/+2
| | * fix some uninitialized variables. also fix shadowing of global symbolsAndrey Hristov2010-10-071-6/+6