Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleanup the mod version macros, round 2 | Anatol Belski | 2015-03-23 | 1 | -1/+1 |
| | |||||
* | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | |||||
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -25/+25 |
| | |||||
* | remove fetches from mysqlnd | krakjoe | 2014-09-26 | 1 | -3/+1 |
| | |||||
* | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-5.4' into PHP-5.5 | Xinchen Hui | 2013-01-06 | 1 | -1/+1 |
|\ | |||||
| * | bump year | Xinchen Hui | 2013-01-06 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Anatoliy Belsky | 2012-12-13 | 1 | -0/+2 |
|\ \ | |/ | | | | | | | * PHP-5.4: Fixed mysqlnd compilation in debug mode on windows | ||||
| * | Fixed mysqlnd compilation in debug mode on windows | Anatoliy Belsky | 2012-12-13 | 1 | -0/+2 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | - shift a bit of code around | Andrey Hristov | 2011-11-02 | 1 | -1/+1 |
| | | | | | | | | | | - when cloning use the methods of the original object | ||||
| * | Now really split the method tables and have different | Andrey Hristov | 2011-10-31 | 1 | -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 Hristov | 2011-10-31 | 1 | -19/+29 |
| | | | | | | | | | | A step in the direction of keeping internal data private | ||||
| * | Move from directly referencing an aggregated structure to using a | Andrey Hristov | 2011-10-25 | 1 | -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 factory | Andrey Hristov | 2011-10-24 | 1 | -0/+157 |
| | | | | | | | | | | for similar objects | ||||
| * | fix the build | Andrey Hristov | 2011-10-21 | 1 | -1/+0 |
| | | |||||
| * | shift code around to two new files - mysqlnd_driver.c | Andrey Hristov | 2011-10-21 | 1 | -0/+100 |
| | | | | | | and mysqlnd_ext_plugin.c (mysqlnd extension plugin) | ||||
* | compile out example plugin in a release build | andrey | 2012-09-26 | 1 | -0/+2 |
| | |||||
* | refactor MYSQLND_NET, split it two parts for easy resharing | andrey | 2012-04-30 | 1 | -7/+19 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | add some PHPAPI | Andrey Hristov | 2011-12-14 | 1 | -2/+2 |
| | |||||
* | - shift a bit of code around | Andrey Hristov | 2011-11-02 | 1 | -1/+1 |
| | | | | | - when cloning use the methods of the original object | ||||
* | Now really split the method tables and have different | Andrey Hristov | 2011-10-31 | 1 | -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 Hristov | 2011-10-31 | 1 | -19/+29 |
| | | | | | A step in the direction of keeping internal data private | ||||
* | Move from directly referencing an aggregated structure to using a | Andrey Hristov | 2011-10-25 | 1 | -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 factory | Andrey Hristov | 2011-10-24 | 1 | -0/+157 |
| | | | | | for similar objects | ||||
* | add files that weren't committed with the previous commit | Andrey Hristov | 2011-10-21 | 1 | -0/+100 |