summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_result_meta.c
Commit message (Expand)AuthorAgeFilesLines
* Fix warning of strict-prototypestwosee2020-06-071-1/+1
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Update and fix remaining year ranges (2019)Peter Kokot2019-02-081-1/+1
* Remove local variablesPeter Kokot2019-02-031-9/+0
* Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* Use single memory pool for result metadata and result set.Dmitry Stogov2017-11-151-33/+21
* Merge mysqlnd_field_hash_key structure into st_mysqlnd_field.Dmitry Stogov2017-11-141-16/+6
* Use stack-allocated packets.Dmitry Stogov2017-11-141-15/+11
* Made "result", "statement" and "last_message" to always use Zend MM heap. (ev...Dmitry Stogov2017-11-021-24/+18
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Optimized memory handling of BIT fields. Less memory copies and lessAndrey Hristov2016-12-121-34/+0
* Merge branch 'PHP-7.0'Andrey Hristov2016-03-161-3/+3
|\
| * Fix emails in headers. @mysql.com addresses are no more since many years.Andrey Hristov2016-03-161-4/+3
* | Merge branch 'PHP-7.0'Lior Kaplan2016-01-011-1/+1
|\ \ | |/
| * Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
| |\
| | * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| | * bump yearXinchen Hui2015-01-151-1/+1
* | | MNDR:Andrey Hristov2015-11-121-2/+2
* | | MNDR:Andrey Hristov2015-11-121-1/+1
* | | MNDR:Andrey Hristov2015-11-121-11/+2
* | | MNDR:Andrey Hristov2015-11-121-3/+3
* | | MNDR:Andrey Hristov2015-11-121-1/+1
|/ /
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-2/+2
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-16/+16
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | it's should be zend_ulongXinchen Hui2014-09-041-1/+1
* | master renames phase 1Anatol Belski2014-08-251-3/+3
* | ported mysql and mysqlndAnatol Belski2014-08-191-1/+1
* | Use ZEND_HANDLE_NUMERICXinchen Hui2014-06-251-51/+1
* | Don't use zend_string for other fields (only name here is enough)Xinchen Hui2014-06-251-29/+58
* | Fixed string destruction (ext/mysql/tests/mysql_list_fields.phpt was failed)Dmitry Stogov2014-06-231-6/+18
* | Respect the origin behavior (fix one test: ext/pdo_mysql/tests/bug_33689.phpt)Xinchen Hui2014-06-231-2/+6
* | Use zend_string in mysqlndXinchen Hui2014-06-231-56/+20
* | Refactoring mysqlnd (incompleted, only mysqlnd ext compilable)Xinchen Hui2014-06-181-7/+2
|/
* Refactor the result set data structures. Move more to the buffered and unbuff...Andrey Hristov2014-03-051-1/+13
* Bump yearXinchen Hui2014-01-031-1/+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
| | * - Year++Felipe Pena2011-01-011-1/+1
| | * Fix warningsUlf Wendel2010-10-051-3/+3
| | * Fix const-nessAndrey Hristov2010-10-041-1/+1
| | * WS fixesAndrey Hristov2010-09-231-3/+2
| | * Switch from using PHP_MAJOR_VERSION to separate define forAndrey Hristov2010-08-121-5/+5
| | * Fix sprintf modifiers all around the place. In most casesAndrey Hristov2010-06-211-6/+6
| | * Fix possible crashes, in case of OOM, due to half-bakenAndrey Hristov2010-05-271-10/+23