summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_driver.c
Commit message (Collapse)AuthorAgeFilesLines
* cleanup the mod version macros, round 2Anatol Belski2015-03-231-1/+1
|
* bump yearXinchen Hui2015-01-151-1/+1
|
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-25/+25
|
* remove fetches from mysqlndkrakjoe2014-09-261-3/+1
|
* s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
|
* 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
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Anatoliy Belsky2012-12-131-0/+2
|\ \ | |/ | | | | | | * PHP-5.4: Fixed mysqlnd compilation in debug mode on windows
| * Fixed mysqlnd compilation in debug mode on windowsAnatoliy Belsky2012-12-131-0/+2
| |
| * - Year++Felipe Pena2012-01-011-1/+1
| |
| * - shift a bit of code aroundAndrey Hristov2011-11-021-1/+1
| | | | | | | | | | - when cloning use the methods of the original object
| * Now really split the method tables and have differentAndrey Hristov2011-10-311-4/+35
| | | | | | | | | | | | | | 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-19/+29
| | | | | | | | | | A step in the direction of keeping internal data private
| * Move from directly referencing an aggregated structure to using aAndrey Hristov2011-10-251-10/+17
| | | | | | | | | | | | pointer to a structure. The structure is still aggregated but we add a level of indirection for possible plugins to overwrite the storage
| * move plugin specific stuff to one file. create object factoryAndrey Hristov2011-10-241-0/+157
| | | | | | | | | | for similar objects
| * fix the buildAndrey Hristov2011-10-211-1/+0
| |
| * shift code around to two new files - mysqlnd_driver.c Andrey Hristov2011-10-211-0/+100
| | | | | | and mysqlnd_ext_plugin.c (mysqlnd extension plugin)
* compile out example plugin in a release buildandrey2012-09-261-0/+2
|
* refactor MYSQLND_NET, split it two parts for easy resharingandrey2012-04-301-7/+19
|
* - Year++Felipe Pena2012-01-011-1/+1
|
* add some PHPAPIAndrey Hristov2011-12-141-2/+2
|
* - shift a bit of code aroundAndrey Hristov2011-11-021-1/+1
| | | | | - when cloning use the methods of the original object
* Now really split the method tables and have differentAndrey Hristov2011-10-311-4/+35
| | | | | | | 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-19/+29
| | | | | A step in the direction of keeping internal data private
* Move from directly referencing an aggregated structure to using aAndrey Hristov2011-10-251-10/+17
| | | | | | pointer to a structure. The structure is still aggregated but we add a level of indirection for possible plugins to overwrite the storage
* move plugin specific stuff to one file. create object factoryAndrey Hristov2011-10-241-0/+157
| | | | | for similar objects
* add files that weren't committed with the previous commitAndrey Hristov2011-10-211-0/+100