Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactoring : move more network related functions to | Andrey Hristov | 2009-12-17 | 1 | -4/+4 |
| | | | | | | | mysqlnd_net.c . Now communication is split on two levels: - logical (functions send and receive) - physical (functions network_read and network_write) | ||||
* | Move two functions which are used in the extension as methods of | Andrey Hristov | 2009-12-11 | 1 | -7/+1 |
| | | | | | the connection. Two functions less in the global namespace. | ||||
* | Compressed protocol support + extensibility for mysqlnd | Andrey Hristov | 2009-11-20 | 1 | -2/+2 |
| | |||||
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | No infinite loop in case the connection broke | Johannes Schlüter | 2008-11-28 | 1 | -1/+0 |
| | |||||
* | Get rid of many defines (which simplifies the code a lot), | Andrey Hristov | 2008-11-06 | 1 | -3/+3 |
| | | | | | as well as uint->unsigned int | ||||
* | Fix #46285 (lastInsertId() returns "0" when a deferenced PDOStatement is | Johannes Schlüter | 2008-10-27 | 1 | -2/+3 |
| | | | | | executed) | ||||
* | Update ext/mysql, ext/mysqli and ext/mysqlnd from development tree | Andrey Hristov | 2008-04-16 | 1 | -2/+2 |
| | |||||
* | Merge with internal version | Andrey Hristov | 2008-01-23 | 1 | -1/+1 |
| | |||||
* | strncpy->strlcpy | Andrey Hristov | 2008-01-08 | 1 | -1/+1 |
| | |||||
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Update mysqlnd in HEAD | Andrey Hristov | 2007-10-02 | 1 | -105/+34 |
| | | | | | Updated ext/mysql and ext/mysqli in HEAD | ||||
* | - Moved mysqnd to it's own directory: It is sort of an extension itself. | Jani Taskinen | 2007-07-25 | 1 | -0/+334 |
(Similar to what ext/libxml is..) |