Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -21/+21 |
* | yet trivial fixes to mysql exts | Anatol Belski | 2014-08-21 | 1 | -1/+1 |
* | ported mysql and mysqlnd | Anatol Belski | 2014-08-19 | 1 | -15/+15 |
* | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -10/+10 |
* | Merge branch 'PHP-5.6' | Lior Kaplan | 2014-08-17 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Lior Kaplan | 2014-08-17 | 1 | -1/+1 |
| |\ | |||||
| | * | Merge branch 'PHP-5.4' into PHP-5.5 | Lior Kaplan | 2014-08-17 | 1 | -1/+1 |
| | |\ | |||||
| | | * | typofixes | Veres Lajos | 2014-08-17 | 1 | -1/+1 |
* | | | | Don't use zend_string for other fields (only name here is enough) | Xinchen Hui | 2014-06-25 | 1 | -3/+3 |
* | | | | Cleanup (refactoring is finish) | Xinchen Hui | 2014-06-23 | 1 | -56/+0 |
* | | | | Use zend_string in mysqlnd | Xinchen Hui | 2014-06-23 | 1 | -3/+3 |
* | | | | Fixed segfault | Xinchen Hui | 2014-06-19 | 1 | -5/+5 |
* | | | | unused variables | Xinchen Hui | 2014-06-19 | 1 | -1/+1 |
* | | | | Fixed various bugs (ext/mysql with mysqlnd tests pass) | Xinchen Hui | 2014-06-18 | 1 | -29/+7 |
* | | | | Fixed memory leak while doing fetch | Xinchen Hui | 2014-06-18 | 1 | -2/+3 |
* | | | | Fixed segfault of stream handling | Xinchen Hui | 2014-06-18 | 1 | -2/+0 |
* | | | | Refactoring mysqlnd (incompleted, only mysqlnd ext compilable) | Xinchen Hui | 2014-06-18 | 1 | -84/+73 |
* | | | | remove mysqlnd_bt.c as it a long dead code | Andrey Hristov | 2014-05-19 | 1 | -9/+0 |
|/ / / | |||||
* | | | New result fetching mode for mysqlnd, which should use less memory but | Andrey Hristov | 2014-04-10 | 1 | -139/+455 |
* | | | DI | Andrey Hristov | 2014-03-10 | 1 | -2/+7 |
* | | | Switch from a single flag to a flag byte | Andrey Hristov | 2014-03-10 | 1 | -2/+2 |
* | | | Refactor the result set data structures. Move more to the buffered and unbuff... | Andrey Hristov | 2014-03-05 | 1 | -306/+459 |
* | | | remove dead code | Andrey Hristov | 2014-02-17 | 1 | -18/+0 |
* | | | Move code out, that handles the actual structure to be used for the decoded | Andrey Hristov | 2014-02-17 | 1 | -4/+22 |
|/ / | |||||
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Johannes Schlüter | 2014-01-21 | 1 | -3/+4 |
|\ \ | |/ | |||||
| * | Fix bug #66283 (Segmentation fault after memory_limit) | Johannes Schlüter | 2014-01-21 | 1 | -3/+4 |
| * | 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/+4 |
|\ \ | |/ | |||||
| * | Fix for Bug #66141 (mysqlnd quote function is wrong with NO_BACKSLASH_ESCAPES... | Andrey Hristov | 2013-11-26 | 1 | -0/+4 |
| * | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -2/+2 |
* | | Merge branch 'pull-request/341' | Stanislav Malyshev | 2013-06-10 | 1 | -2/+2 |
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Xinchen Hui | 2013-04-27 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2013-04-27 | 1 | -0/+1 |
| |\ | |||||
| | * | Fix memory realted to #64726 | Xinchen Hui | 2013-04-27 | 1 | -0/+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 |
| | * | missing from previous commit for #55582 | Andrey Hristov | 2011-09-05 | 1 | -3/+2 |
| | * | exchange a "trap" with an error | Andrey Hristov | 2011-05-17 | 1 | -1/+1 |
| | * | palloc is long dead, use more appropriate name | Andrey Hristov | 2011-03-22 | 1 | -6/+6 |
| | * | remove more unneeded includes | Andrey Hristov | 2011-03-22 | 1 | -2/+0 |
| | * | fix invalid memory read. Thank you, valgrind | Andrey Hristov | 2011-02-21 | 1 | -1/+1 |
| | * | fixed a problem in mysqlnd. 0 was always as num_rows returned for | Andrey Hristov | 2011-02-16 | 1 | -1/+1 |
| | * | Proper fix for | Andrey Hristov | 2011-01-07 | 1 | -0/+1 |
| | * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | * | Fix sprintf modifier to be right, wrong data reported in the log | Andrey Hristov | 2010-12-16 | 1 | -2/+2 |
| | * | fix some uninitialized variables. also fix shadowing of global symbols | Andrey Hristov | 2010-10-07 | 1 | -6/+6 |