summaryrefslogtreecommitdiff
path: root/ext/mysqlnd/mysqlnd_net.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| |
| * bump yearXinchen Hui2015-01-151-1/+1
| |
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-2/+2
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
|/
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Merge branch 'PHP-5.3' into PHP-5.4Xinchen Hui2013-01-061-1/+1
|\
| * bump yearXinchen Hui2013-01-061-1/+1
| |
| * - Year++Felipe Pena2012-01-011-1/+1
| |
| * - Year++Felipe Pena2011-01-011-1/+1
| |
| * Export the methods of MYSQLND_NETAndrey Hristov2010-05-131-0/+2
| |
| * - Fix copyrightsFelipe Pena2010-04-201-2/+2
| |
| * export some calls to init/deinit code outside of the moduleAndrey Hristov2010-01-081-2/+2
| |
| * Change of way the packet objects are created/initialisedAndrey Hristov2010-01-071-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 Hristov2009-12-161-0/+38
| | | | | | mysqlnd_wireprotocol is about the protocol not the transport layer
* - Year++Felipe Pena2012-01-011-1/+1
|
* shift code around to two new files - mysqlnd_driver.c Andrey Hristov2011-10-211-4/+2
| | | | | | and mysqlnd_ext_plugin.c (mysqlnd extension plugin)
* MYSQLND_NET refactored not to use any direct reference to MYSQLND (the ↵Andrey Hristov2011-10-101-2/+2
| | | | | | | connection) QC will need an ifdef-layer to compile with this
* - Year++Felipe Pena2011-01-011-1/+1
|
* Export the methods of MYSQLND_NETAndrey Hristov2010-05-131-0/+2
|
* - Fix copyrightsFelipe Pena2010-04-201-2/+2
|
* export some calls to init/deinit code outside of the moduleAndrey Hristov2010-01-081-2/+2
|
* Change of way the packet objects are created/initialisedAndrey Hristov2010-01-071-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 Hristov2009-12-161-0/+38
mysqlnd_wireprotocol is about the protocol not the transport layer