summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_wireprotocol.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for Bug #70384 mysqli_real_query(): Unknown type 245 sent by the serverAndrey Hristov2015-09-231-0/+1
* Fix mysqlnd warningsNikita Popov2015-07-171-4/+2
* Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-7/+7
* Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-291-1/+1
* bump yearXinchen Hui2015-01-151-1/+1
* trailing whitespace removalStanislav Malyshev2015-01-101-13/+13
* Drop duplicate arg from hash_get_current_key_exNikita Popov2014-12-261-2/+2
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-100/+100
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* fix conditionsAnatol Belski2014-09-141-2/+2
* master renamings phase 5Anatol Belski2014-08-251-3/+3
* master renames phase 3Anatol Belski2014-08-251-1/+1
* master renames phase 1Anatol Belski2014-08-251-25/+25
* yet trivial fixes to mysql extsAnatol Belski2014-08-211-1/+1
* ported mysql and mysqlndAnatol Belski2014-08-191-20/+20
* basic macro replacements, all at onceAnatol Belski2014-08-191-10/+10
* Merge branch 'master' into phpngDmitry Stogov2014-08-041-1/+1
|\
| * Merge branch 'PHP-5.5' into PHP-5.6Andrey Hristov2014-07-311-1/+1
| |\
| | * Fix wrong lenght sizeAndrey Hristov2014-07-311-1/+1
* | | Save some strlenXinchen Hui2014-06-261-1/+1
* | | Don't use zend_string for other fields (only name here is enough)Xinchen Hui2014-06-251-8/+77
* | | Cleanup (refactoring is finish)Xinchen Hui2014-06-231-2/+0
* | | We don't need extra 1 byte anymoreXinchen Hui2014-06-231-9/+2
* | | Respect the origin behavior (fix one test: ext/pdo_mysql/tests/bug_33689.phpt)Xinchen Hui2014-06-231-3/+1
* | | Use zend_string in mysqlndXinchen Hui2014-06-231-73/+8
* | | unused variablesXinchen Hui2014-06-191-2/+0
* | | Fixed memory leak while doing fetchXinchen Hui2014-06-181-46/+3
* | | copy_data seems useless nowXinchen Hui2014-06-181-1/+6
* | | Fixed segfault of stream handlingXinchen Hui2014-06-181-0/+6
* | | Refactoring mysqlnd (incompleted, only mysqlnd ext compilable)Xinchen Hui2014-06-181-48/+42
* | | First set of phpng changes for mysqlndAndrey Hristov2014-05-201-2/+41
|/ /
* | New result fetching mode for mysqlnd, which should use less memory butAndrey Hristov2014-04-101-9/+39
|/
* Fix indentationAndrey Hristov2014-03-101-2/+3
* Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2014-01-281-1/+2
|\
| * add text for the new constantsAndrey Hristov2014-01-281-1/+2
| * 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/+2
|\ \ | |/
| * Fix for Bug #66141 (mysqlnd quote function is wrong with NO_BACKSLASH_ESCAPES...Andrey Hristov2013-11-261-0/+2
* | Add support for connect attributes, as of MySQL 5.6Andrey Hristov2013-01-151-1/+65
* | 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
* | | Merge branch 'PHP-5.4'Andrey Hristov2012-10-311-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.3' into PHP-5.4Andrey Hristov2012-10-311-1/+1
| |\ \ | | |/
| | * read 1 instead of 2 bytes. The next 2 bytes are 2 and thus not a problemAndrey Hristov2012-10-311-1/+1
| | * assertAndrey Hristov2012-02-021-1/+5
| | * - Year++Felipe Pena2012-01-011-1/+1
| | * - Move the field access behind the checkJohannes Schlüter2011-05-171-2/+1
| | * remove unneeded includesAndrey Hristov2011-03-221-1/+0