| Commit message (Expand) | Author | Age | Files | Lines |
* | yet trivial fixes to mysql exts | Anatol Belski | 2014-08-21 | 1 | -7/+7 |
* | ported ext/mysqli | Anatol Belski | 2014-08-19 | 1 | -13/+13 |
* | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -30/+30 |
* | clean up - avoid realloc | Xinchen Hui | 2014-08-13 | 1 | -5/+4 |
* | Various bug fixes (now 17 tests fails, it is 11 in trunk) | Xinchen Hui | 2014-05-11 | 1 | -4/+4 |
* | Refactor MySQLi (incompleted, only compilable now) | Xinchen Hui | 2014-05-11 | 1 | -174/+95 |
* | Merge mainstream 'master' branch into refactoring | Dmitry Stogov | 2014-04-26 | 1 | -2/+4 |
|\ |
|
| * | Use API instead of directly acessing the structure | Andrey Hristov | 2014-02-25 | 1 | -2/+4 |
* | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -8/+8 |
|/ |
|
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | Fix bug #61003 mysql_stat() require a valid connection | Johannes Schlüter | 2012-03-06 | 1 | -0/+4 |
* | unnecessay slash | Xinchen Hui | 2012-01-17 | 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 | -3/+3 |
* | Move from directly referencing an aggregated structure to using a | Andrey Hristov | 2011-10-25 | 1 | -6/+7 |
* | null the value before usage | Andrey Hristov | 2011-10-08 | 1 | -4/+3 |
* | Be consistent, add mysqli::stat property, as equivalent of mysqli_stat(). | Andrey Hristov | 2011-10-06 | 1 | -0/+33 |
* | Add mysqli_error_list() that returns an array with errors. Typically only | Andrey Hristov | 2011-08-04 | 1 | -0/+98 |
* | fix warnings due to change in zend_property_info (structure extended in the m... | Andrey Hristov | 2011-08-02 | 1 | -38/+38 |
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
* | Fixed compiler warnings in mysqli | Kalle Sommer Nielsen | 2010-10-05 | 1 | -3/+3 |
* | Fixing compiler warning "ext/mysqli/mysqli_prop.c", line [...]: warning: synt... | Ulf Wendel | 2010-10-04 | 1 | -22/+22 |
* | Sorry for the commit but compiler warnings are annoying and so are white spac... | Ulf Wendel | 2010-10-04 | 1 | -13/+13 |
* | Fix for bug #52654 mysqli doesn't install headers with structures it uses | Andrey Hristov | 2010-08-20 | 1 | -0/+1 |
* | decouple the methods in MYSQLND_STMT from the data, | Andrey Hristov | 2010-03-16 | 1 | -1/+1 |
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
* | MFH: Revert in regard of my_ulonglong which should be used instead of long | Andrey Hristov | 2009-05-27 | 1 | -20/+19 |
* | MFH: Fix compiler warnings in ext/mysql, ext/mysqli and ext/pdo_mysql | Kalle Sommer Nielsen | 2009-05-20 | 1 | -7/+7 |
* | MFH Fix #45940 MySQLI OO does not populate connect_error property on failed | Johannes Schlüter | 2009-01-12 | 1 | -4/+8 |
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
* | MFH: | Andrey Hristov | 2008-11-18 | 1 | -2/+2 |
* | MFH: Remove unneeded cast | Andrey Hristov | 2008-11-10 | 1 | -1/+1 |
* | MFH: Fixed compiler warnings | Ilia Alshanetsky | 2008-11-10 | 1 | -11/+11 |
* | MFH: Fix warnings in sprintf | Andrey Hristov | 2008-10-31 | 1 | -18/+18 |
* | Fixed a bunch of bugs reported in | Andrey Hristov | 2008-03-18 | 1 | -46/+92 |
* | More optimizations - less MM calls | Andrey Hristov | 2008-01-28 | 1 | -1/+1 |
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
* | Fix bug due to shadowing of variables. This one is pretty-pretty rare, | Andrey Hristov | 2007-10-16 | 1 | -2/+2 |
* | Import mysqlnd | Andrey Hristov | 2007-10-05 | 1 | -10/+9 |
* | - Avoid sprintf, even when checked copy'n'paste or changes lead to errors | Marcus Boerger | 2007-02-24 | 1 | -9/+9 |
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
* | fixed bigint conversion on windows platforms | Georg Richter | 2006-04-05 | 1 | -3/+3 |
* | fixed stmt property container and required status for error properties | Georg Richter | 2006-04-03 | 1 | -4/+4 |
* | Fix for bug #36802 (server crashes with invalid/not opened connections) | Georg Richter | 2006-03-24 | 1 | -74/+84 |
* | MFH: add checks and fix possible reincarnations of bug #36420 | Antony Dovgal | 2006-02-16 | 1 | -2/+23 |
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
* | Mark more private functions as static. | Joe Orton | 2005-03-30 | 1 | -3/+3 |
* | Mark private functions as static. | Joe Orton | 2005-03-30 | 1 | -8/+8 |