summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_ext_plugin.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-5.4' into PHP-5.5Xinchen Hui2013-01-061-1/+1
|\
| * bump yearXinchen Hui2013-01-061-1/+1
| |
| * - Year++Felipe Pena2012-01-011-1/+1
| |
| * Now really split the method tables and have differentAndrey Hristov2011-10-311-0/+17
| | | | | | | | | | | | | | methods for the handle and the data object. Add auxiliary functions to work with the new methods. Add possibility to clone a connection object - shadow copy.
| * Split struct MYSQLND in struct MYSQLND and struct MYSQLD_CONN_DATA.Andrey Hristov2011-10-311-0/+14
| | | | | | | | | | A step in the direction of keeping internal data private
| * shift code around to two new files - mysqlnd_driver.c Andrey Hristov2011-10-211-0/+195
| | | | | | and mysqlnd_ext_plugin.c (mysqlnd extension plugin)
* - Year++Felipe Pena2012-01-011-1/+1
|
* Now really split the method tables and have differentAndrey Hristov2011-10-311-0/+17
| | | | | | | methods for the handle and the data object. Add auxiliary functions to work with the new methods. Add possibility to clone a connection object - shadow copy.
* Split struct MYSQLND in struct MYSQLND and struct MYSQLD_CONN_DATA.Andrey Hristov2011-10-311-0/+14
| | | | | A step in the direction of keeping internal data private
* add files that weren't committed with the previous commitAndrey Hristov2011-10-211-0/+194