summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_plugin.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | pointer to a structure. The structure is still aggregated but we add a level of indirection for possible plugins to overwrite the storage
* shift code around to two new files - mysqlnd_driver.c Andrey Hristov2011-10-211-6/+0
| | | | | | and mysqlnd_ext_plugin.c (mysqlnd extension plugin)
* 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
themselves with a structure and can be searched. Every plugin can have statistics and they are shown under the statistics of mysqlnd in MINFO.