summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_plugin.c
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
* year++Xinchen Hui2018-01-021-1/+1
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Fixed compilation warningsDmitry Stogov2016-06-231-0/+1
* Merge branch 'PHP-7.0'Xinchen Hui2016-03-171-1/+0
|\
| * Remove typoXinchen Hui2016-03-171-1/+0
* | 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/+4
|/
* 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
* | Use Zend MM to keep statistic of non-persistent connections (calloc/free->pec...Dmitry Stogov2015-09-181-2/+2
* | Rename prefixed mysqlnd functions - prefixed with undescore, which wereAndrey Hristov2015-04-071-4/+3
* | Use new ZEND_HASH_FOREACH_... API.Dmitry Stogov2015-02-101-4/+0
* | bump yearXinchen Hui2015-01-151-1/+1
* | trailing whitespace removalStanislav Malyshev2015-01-101-2/+2
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-17/+16
* | bring back all the TSRMLS_FETCH() stuffAnatol Belski2014-10-151-0/+2
* | remove fetches from mysqlndkrakjoe2014-09-261-2/+0
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | Fixed plugin fetchingXinchen Hui2014-06-181-1/+1
* | Refactoring mysqlnd (incompleted, only mysqlnd ext compilable)Xinchen Hui2014-06-181-12/+8
* | Use better data structures (incomplete)Dmitry Stogov2014-02-101-4/+6
|/
* Bump yearXinchen Hui2014-01-031-1/+1
* Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-01-061-1/+1
|\
| * bump yearXinchen Hui2013-01-061-1/+1
* | compile out example plugin in a release buildandrey2012-09-261-2/+2
|/
* Fix #61704 (Crash apache, phpinfo() threading issue)Johannes Schlüter2012-05-081-1/+18
* Fix folding marksJohannes Schlüter2012-05-081-4/+4
* - Year++Felipe Pena2012-01-011-1/+1
* Move from directly referencing an aggregated structure to using aAndrey Hristov2011-10-251-2/+2
* shift code around to two new files - mysqlnd_driver.c Andrey Hristov2011-10-211-6/+0
* even better fixAndrey Hristov2011-02-251-3/+3
* fix plugin counting, this is trunk onlyAndrey Hristov2011-02-251-3/+2
* plug a leakAndrey Hristov2011-01-101-3/+2
* - Year++Felipe Pena2011-01-011-1/+1
* extending the API interface - plugins can registerAndrey Hristov2010-12-281-0/+200