Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | Now really split the method tables and have different | Andrey Hristov | 2011-10-31 | 1 | -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 Hristov | 2011-10-31 | 1 | -0/+14 |
| | | | | | | | | | | A step in the direction of keeping internal data private | ||||
| * | shift code around to two new files - mysqlnd_driver.c | Andrey Hristov | 2011-10-21 | 1 | -0/+195 |
| | | | | | | and mysqlnd_ext_plugin.c (mysqlnd extension plugin) | ||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | Now really split the method tables and have different | Andrey Hristov | 2011-10-31 | 1 | -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 Hristov | 2011-10-31 | 1 | -0/+14 |
| | | | | | A step in the direction of keeping internal data private | ||||
* | add files that weren't committed with the previous commit | Andrey Hristov | 2011-10-21 | 1 | -0/+194 |