summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd.h
Commit message (Expand)AuthorAgeFilesLines
* Update and fix remaining year ranges (2019)Peter Kokot2019-02-081-1/+1
* Remove local variablesPeter Kokot2019-02-031-10/+0
* const-ify some functionsAndrey Hristov2019-01-041-1/+1
* Revert visibilityAndrey Hristov2019-01-041-1/+1
* year++Xinchen Hui2018-01-021-1/+1
* Enable and fix printf() format warningsNikita Popov2017-11-161-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Merge branch 'PHP-7.0'Andrey Hristov2016-03-161-4/+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'Nikita Popov2016-03-031-1/+1
|\ \ | |/
| * Move semicolon into TSRMLS_CACHE_EXTERN/DEFINENikita Popov2016-03-031-1/+1
* | 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
* | | Fix the macro in case of no statisticsAndrey Hristov2015-11-181-1/+1
* | | Fix wrong macro nameAndrey Hristov2015-11-181-1/+1
* | | Don't use the specific translated name but use the macro for thisAndrey Hristov2015-11-171-1/+1
* | | mysqlnd refactoring:Andrey Hristov2015-11-161-2/+45
* | | - Remove dead macrom mysql_list_fields()Andrey Hristov2015-11-161-1/+0
* | | MNDR:Andrey Hristov2015-11-121-14/+14
* | | MNDR:Andrey Hristov2015-11-121-0/+1
* | | MNDR:Andrey Hristov2015-11-121-2/+2
* | | MNDR:Andrey Hristov2015-11-121-4/+5
* | | MNDR:Andrey Hristov2015-11-121-2/+2
* | | MNDR:Andrey Hristov2015-11-121-12/+16
|/ /
* | switch to the unified globals accessor where appropriateAnatol Belski2015-07-291-6/+2
* | Rename prefixed mysqlnd functions - prefixed with undescore, which wereAndrey Hristov2015-04-071-10/+5
* | Split mysqlnd_stmt::execute in 2 logical parts :Andrey Hristov2015-04-071-2/+2
* | Add more info to the calls:Andrey Hristov2015-04-071-2/+2
* | cleanup the mod version macros, round 2Anatol Belski2015-03-231-1/+1
* | made ZEND_TSRMLS_CACHE_* macros look like function callsAnatol Belski2015-02-161-1/+1
* | bump yearXinchen Hui2015-01-151-1/+1
* | second shot on removing TSRMLS_*Anatol Belski2014-12-141-5/+5
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-123/+123
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-11-201-1/+1
|\ \
| * | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-191-1/+1
* | | converted some ext/mysql* and fixed ext/zlibAnatol Belski2014-10-151-1/+4
|/ /
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | reduce the struct size by 8 byte on 64 bitAnatol Belski2014-09-141-2/+2
* | master renames phase 1Anatol Belski2014-08-251-12/+12
* | ported mysql and mysqlndAnatol Belski2014-08-191-12/+12
* | clean up - avoid reallocXinchen Hui2014-08-131-1/+1
* | First set of phpng changes for mysqlndAndrey Hristov2014-05-201-2/+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