| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'PHP-5.5' into PHP-5.6 | Andrey Hristov | 2014-07-31 | 1 | -1/+1 |
|\ |
|
| * | Fix wrong lenght size | Andrey Hristov | 2014-07-31 | 1 | -1/+1 |
* | | New result fetching mode for mysqlnd, which should use less memory but | Andrey Hristov | 2014-04-10 | 1 | -9/+39 |
|/ |
|
* | Fix indentation | Andrey Hristov | 2014-03-10 | 1 | -2/+3 |
* | Merge branch 'PHP-5.4' into PHP-5.5 | Andrey Hristov | 2014-01-28 | 1 | -1/+2 |
|\ |
|
| * | add text for the new constants | Andrey Hristov | 2014-01-28 | 1 | -1/+2 |
| * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Andrey Hristov | 2013-11-26 | 1 | -0/+2 |
|\ \
| |/ |
|
| * | Fix for Bug #66141 (mysqlnd quote function is wrong with NO_BACKSLASH_ESCAPES... | Andrey Hristov | 2013-11-26 | 1 | -0/+2 |
* | | Add support for connect attributes, as of MySQL 5.6 | Andrey Hristov | 2013-01-15 | 1 | -1/+65 |
* | | 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 |
* | | | Merge branch 'PHP-5.4' | Andrey Hristov | 2012-10-31 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Andrey Hristov | 2012-10-31 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | read 1 instead of 2 bytes. The next 2 bytes are 2 and thus not a problem | Andrey Hristov | 2012-10-31 | 1 | -1/+1 |
| | * | assert | Andrey Hristov | 2012-02-02 | 1 | -1/+5 |
| | * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | * | - Move the field access behind the check | Johannes Schlüter | 2011-05-17 | 1 | -2/+1 |
| | * | remove unneeded includes | Andrey Hristov | 2011-03-22 | 1 | -1/+0 |
| | * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | * | two new stats | Andrey Hristov | 2010-11-05 | 1 | -3/+6 |
| | * | rename parameter name - should not shadow the global symbol alloca | Andrey Hristov | 2010-10-05 | 1 | -23/+23 |
| | * | add some safe casts | Andrey Hristov | 2010-10-05 | 1 | -2/+2 |
| | * | fix types | Andrey Hristov | 2010-10-05 | 1 | -2/+2 |
| | * | fix two more warnings | Andrey Hristov | 2010-10-04 | 1 | -1/+1 |
| | * | WS fixes | Andrey Hristov | 2010-09-23 | 1 | -2/+2 |
| | * | Allocate memory in a burst mode, and later use it. Increases | Andrey Hristov | 2010-08-12 | 1 | -14/+22 |
| | * | Switch from using PHP_MAJOR_VERSION to separate define for | Andrey Hristov | 2010-08-12 | 1 | -4/+4 |
| | * | Fix sprintf modifiers all around the place. In most cases | Andrey Hristov | 2010-06-21 | 1 | -23/+22 |
| | * | fix valgrind warnings on 64bit, thread_is is strictly 32bit | Andrey Hristov | 2010-06-21 | 1 | -1/+1 |
| | * | fix type mismatch, this is fresh misunderstanding | Andrey Hristov | 2010-06-18 | 1 | -1/+1 |
| | * | split mysqlnd_connect() in two parts, one doing the authorization | Andrey Hristov | 2010-06-17 | 1 | -15/+0 |
| | * | Handle problems in the row_decoder, return type used to be void, | Andrey Hristov | 2010-05-31 | 1 | -5/+17 |
| | * | Updating test to reflect the latest and more verbose mysqlnd error messages, ... | Ulf Wendel | 2010-05-31 | 1 | -5/+5 |
| | * | Access memory which was really allocated | Andrey Hristov | 2010-05-25 | 1 | -25/+48 |
| | * | Export MYSQLND_PROTOCOL methods | Andrey Hristov | 2010-05-14 | 1 | -11/+26 |
| | * | OOM fixes | Andrey Hristov | 2010-05-14 | 1 | -1/+9 |
| | * | OOM stability fixes | Andrey Hristov | 2010-05-04 | 1 | -7/+18 |
| | * | Handle OOM in block_alloc_get_chunk, and also in the caller | Andrey Hristov | 2010-05-03 | 1 | -0/+4 |
| | * | Remove unused parameter | Andrey Hristov | 2010-05-03 | 1 | -2/+2 |
| | * | Handle OOM when resizing blocks during data fetch | Andrey Hristov | 2010-05-03 | 1 | -1/+5 |
| | * | Fix crash if OOM and USE_ZEND_ALLOC=0 | Andrey Hristov | 2010-04-29 | 1 | -1/+5 |
| | * | Fixed few buffer overflows reported by Stefan Esser. | Andrey Hristov | 2010-04-28 | 1 | -17/+34 |
| | * | const-ify fields | Andrey Hristov | 2010-04-28 | 1 | -5/+4 |
| | * | Hardening the reads of mysqlnd. | Andrey Hristov | 2010-04-20 | 1 | -45/+102 |
| | * | put the trigger in the right place | Andrey Hristov | 2010-04-20 | 1 | -1/+1 |
| | * | It is possible that change user tries an user who has old password. | Andrey Hristov | 2010-04-20 | 1 | -0/+1 |
| | * | - Fix copyrights | Felipe Pena | 2010-04-20 | 1 | -2/+2 |