Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | |||||
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -17/+17 |
| | |||||
* | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | |||||
* | First set of phpng changes for mysqlnd | Andrey Hristov | 2014-05-20 | 1 | -18/+4 |
| | |||||
* | 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 |
|\ | |||||
| * | 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 |
| | | | |||||
| | * | Fix more warnings about size_t | Andrey Hristov | 2011-02-01 | 1 | -2/+2 |
| | | | |||||
| | * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | | |||||
| | * | fix some uninitialized variables. also fix shadowing of global symbols | Andrey Hristov | 2010-10-07 | 1 | -2/+4 |
| | | | |||||
| | * | WS fixes | Andrey Hristov | 2010-09-23 | 1 | -1/+1 |
| | | | |||||
| | * | Bail if allocation fails | Andrey Hristov | 2010-05-31 | 1 | -1/+6 |
| | | | |||||
| | * | - Fix copyrights | Felipe Pena | 2010-04-20 | 1 | -2/+2 |
| | | | |||||
| | * | CS + WS changes | Andrey Hristov | 2010-04-15 | 1 | -11/+9 |
| | | | |||||
| | * | 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 |
| | | | |||||
| | * | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | | | |||||
| | * | MFH: No infinite loop in case the connection broke | Johannes Schlüter | 2008-11-28 | 1 | -1/+0 |
| | | | |||||
| | * | MFH: | Andrey Hristov | 2008-11-06 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | Get rid of many defines (which simplifies the code a lot), as well as uint->unsigned int | ||||
| | * | MFH: Fix #46285 (lastInsertId() returns "0" when a deferenced PDOStatement is | Johannes Schlüter | 2008-10-27 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | executed) | ||||
| | * | MFB: Update CVS from the 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 |
| | | | |||||
| | * | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | | | |||||
| | * | Import mysqlnd | Andrey Hristov | 2007-10-05 | 1 | -0/+263 |
| | | | | | | | | | | Patch ext/mysql and ext/mysqli to support mysqlnd | ||||
* | | Merge branch 'PHP-5.4' | Stanislav Malyshev | 2012-06-30 | 1 | -2/+2 |
|\ \ | |/ | | | | | | | * PHP-5.4: Fixed the common misspelling of the word occurred (occured -> occurred) | ||||
| * | Fixed the common misspelling of the word occurred (occured -> occurred) | Marc Easen | 2012-06-30 | 1 | -2/+2 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | Split struct MYSQLND in struct MYSQLND and struct MYSQLD_CONN_DATA. | Andrey Hristov | 2011-10-31 | 1 | -7/+10 |
| | | | | | | | | | | 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 | -13/+13 |
| | | | | | | | | | | | | pointer to a structure. The structure is still aggregated but we add a level of indirection for possible plugins to overwrite the storage | ||||
| * | MYSQLND_NET refactored not to use any direct reference to MYSQLND (the ↵ | Andrey Hristov | 2011-10-10 | 1 | -5/+6 |
| | | | | | | | | | | | | | | connection) QC will need an ifdef-layer to compile with this | ||||
| * | Add mysqli_error_list() that returns an array with errors. Typically only | Andrey Hristov | 2011-08-04 | 1 | -6/+8 |
| | | | | | | | | | | | | | | | | one and just one for libmysql. mysqlnd can return generate more than one error during its work and with mysqli_error() only the last error is being reported. In the array returned by mysqli_error_list() / $mysqli->error_list, all errors will be found. The list is reset when the next command is executed | ||||
* | | refactor MYSQLND_NET, split it two parts for easy resharing | andrey | 2012-04-30 | 1 | -4/+4 |
| | | |||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
* | | Split struct MYSQLND in struct MYSQLND and struct MYSQLD_CONN_DATA. | Andrey Hristov | 2011-10-31 | 1 | -7/+10 |
| | | | | | | | | | | 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 | -13/+13 |
| | | | | | | | | | | | | pointer to a structure. The structure is still aggregated but we add a level of indirection for possible plugins to overwrite the storage | ||||
* | | MYSQLND_NET refactored not to use any direct reference to MYSQLND (the ↵ | Andrey Hristov | 2011-10-10 | 1 | -5/+6 |
| | | | | | | | | | | | | | | connection) QC will need an ifdef-layer to compile with this | ||||
* | | Add mysqli_error_list() that returns an array with errors. Typically only | Andrey Hristov | 2011-08-04 | 1 | -6/+8 |
|/ | | | | | | | | one and just one for libmysql. mysqlnd can return generate more than one error during its work and with mysqli_error() only the last error is being reported. In the array returned by mysqli_error_list() / $mysqli->error_list, all errors will be found. The list is reset when the next command is executed | ||||
* | Remove unused macros | Andrey Hristov | 2011-03-16 | 1 | -19/+0 |
| | |||||
* | compiler warnings fixed | Andrey Hristov | 2011-03-16 | 1 | -5/+5 |
| | |||||
* | Fix more warnings about size_t | Andrey Hristov | 2011-02-01 | 1 | -2/+2 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | fix some uninitialized variables. also fix shadowing of global symbols | Andrey Hristov | 2010-10-07 | 1 | -2/+4 |
| | |||||
* | WS fixes | Andrey Hristov | 2010-09-23 | 1 | -1/+1 |
| | |||||
* | Bail if allocation fails | Andrey Hristov | 2010-05-31 | 1 | -1/+6 |
| | |||||
* | - Fix copyrights | Felipe Pena | 2010-04-20 | 1 | -2/+2 |
| | |||||
* | CS + WS changes | Andrey Hristov | 2010-04-15 | 1 | -11/+9 |
| |