Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -2/+2 |
| | |||||
* | 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.3' into PHP-5.4 | 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 |
| | | |||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
| * | Export the methods of MYSQLND_NET | Andrey Hristov | 2010-05-13 | 1 | -0/+2 |
| | | |||||
| * | - Fix copyrights | Felipe Pena | 2010-04-20 | 1 | -2/+2 |
| | | |||||
| * | export some calls to init/deinit code outside of the module | Andrey Hristov | 2010-01-08 | 1 | -2/+2 |
| | | |||||
| * | Change of way the packet objects are created/initialised | Andrey Hristov | 2010-01-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | If the protocol gets changed, ever, we can decide at runtime easily which protocol to use by instantiating the right protocol object. But this is restricted to the structure of the packets, not the flow. | ||||
| * | move MYSQLND_NET code to a separate file. | Andrey Hristov | 2009-12-16 | 1 | -0/+38 |
| | | | | | | mysqlnd_wireprotocol is about the protocol not the transport layer | ||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | shift code around to two new files - mysqlnd_driver.c | Andrey Hristov | 2011-10-21 | 1 | -4/+2 |
| | | | | | | and mysqlnd_ext_plugin.c (mysqlnd extension plugin) | ||||
* | MYSQLND_NET refactored not to use any direct reference to MYSQLND (the ↵ | Andrey Hristov | 2011-10-10 | 1 | -2/+2 |
| | | | | | | | connection) QC will need an ifdef-layer to compile with this | ||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | Export the methods of MYSQLND_NET | Andrey Hristov | 2010-05-13 | 1 | -0/+2 |
| | |||||
* | - Fix copyrights | Felipe Pena | 2010-04-20 | 1 | -2/+2 |
| | |||||
* | export some calls to init/deinit code outside of the module | Andrey Hristov | 2010-01-08 | 1 | -2/+2 |
| | |||||
* | Change of way the packet objects are created/initialised | Andrey Hristov | 2010-01-07 | 1 | -1/+1 |
| | | | | | | | | If the protocol gets changed, ever, we can decide at runtime easily which protocol to use by instantiating the right protocol object. But this is restricted to the structure of the packets, not the flow. | ||||
* | move MYSQLND_NET code to a separate file. | Andrey Hristov | 2009-12-16 | 1 | -0/+38 |
mysqlnd_wireprotocol is about the protocol not the transport layer |