| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -66/+66 |
| * | fixes to %pd format usage | Anatol Belski | 2014-08-24 | 1 | -12/+12 |
| * | ported mysql and mysqlnd | Anatol Belski | 2014-08-19 | 1 | -17/+17 |
| * | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -30/+30 |
| * | clean up - remove checked questions | Xinchen Hui | 2014-08-13 | 1 | -3/+2 |
| * | clean up - avoid realloc | Xinchen Hui | 2014-08-13 | 1 | -6/+6 |
| * | Don't use zend_string for other fields (only name here is enough) | Xinchen Hui | 2014-06-25 | 1 | -16/+8 |
| * | Respect the origin behavior (fix one test: ext/pdo_mysql/tests/bug_33689.phpt) | Xinchen Hui | 2014-06-23 | 1 | -1/+1 |
| * | Use zend_string in mysqlnd | Xinchen Hui | 2014-06-23 | 1 | -0/+18 |
| * | Fixed warning message | Xinchen Hui | 2014-06-18 | 1 | -1/+1 |
| * | Avoid useless merge | Dmitry Stogov | 2014-06-04 | 1 | -2/+8 |
| * | More accurate mysql_close() | Dmitry Stogov | 2014-05-20 | 1 | -8/+8 |
| * | Fixed resource destruction | Dmitry Stogov | 2014-05-08 | 1 | -3/+1 |
| * | Make they are in the same style of Z_ISREF | Xinchen Hui | 2014-05-03 | 1 | -1/+1 |
| * | Split IS_BOOL into IS_FALSE and IS_TRUE | Dmitry Stogov | 2014-04-30 | 1 | -1/+1 |
| * | Merge mainstream 'master' branch into refactoring | Dmitry Stogov | 2014-04-26 | 1 | -22/+10 |
| |\ | |||||
| | * | Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6 | Andrey Hristov | 2014-04-10 | 1 | -16/+5 |
| | |\ | |||||
| | | * | Remove some usages of hashtable internals | Nikita Popov | 2014-04-09 | 1 | -16/+5 |
| | * | | New result fetching mode for mysqlnd, which should use less memory but | Andrey Hristov | 2014-04-10 | 1 | -5/+5 |
| | |/ | |||||
| * | | Cleanup (2-nd round) | Dmitry Stogov | 2014-04-15 | 1 | -2/+3 |
| * | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -4/+4 |
| * | | Fixed memory leaks | Dmitry Stogov | 2014-04-11 | 1 | -9/+9 |
| * | | Fixed error reporting | Dmitry Stogov | 2014-04-09 | 1 | -1/+1 |
| * | | Fixed reference counting | Dmitry Stogov | 2014-04-09 | 1 | -0/+1 |
| * | | Fixed reference counting | Dmitry Stogov | 2014-04-09 | 1 | -0/+2 |
| * | | Refactored ZVAL flags usage to simplify various checks (e.g. Z_REFCOUNTED(), ... | Dmitry Stogov | 2014-04-03 | 1 | -1/+1 |
| * | | Changed data layout to allow more efficient operations | Dmitry Stogov | 2014-04-02 | 1 | -9/+9 |
| * | | Refactored data structures to keep zend_object* instead of a whole zval in so... | Dmitry Stogov | 2014-03-28 | 1 | -2/+2 |
| * | | Refactor ext/mysql | Xinchen Hui | 2014-03-23 | 1 | -414/+397 |
| * | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 1 | -4/+5 |
| |/ | |||||
| * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2013-08-04 | 1 | -1/+1 |
| |\ | |||||
| | * | non living code related typo fixes | Veres Lajos | 2013-08-04 | 1 | -1/+1 |
| | * | less serious compatAbility fixes | Veres Lajos | 2013-07-15 | 1 | -1/+1 |
| * | | less serious compatAbility fixes | Veres Lajos | 2013-07-15 | 1 | -1/+1 |
| * | | Merge branch 'PHP-5.4' into PHP-5.5 | Anatol Belski | 2013-05-15 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Merge branch 'PHP-5.3' into PHP-5.4 | Anatol Belski | 2013-05-15 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Fix unitialized vars when sql.safe_mode=1 | Anatol Belski | 2013-05-15 | 1 | -1/+1 |
| | | * | Happy New Year~ | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | * | - Fix Bug #55550 mysql.trace_mode miscounts result sets, | Johannes Schlüter | 2011-08-31 | 1 | -0/+4 |
| | | * | - Added ZEND_MOD_END macro to use in the end of zend_module_dep[] | Felipe Pena | 2011-08-06 | 1 | -1/+1 |
| | | * | completely compile out a currently non-needed function | Andrey Hristov | 2011-08-02 | 1 | -2/+2 |
| | | * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | | * | - handle out of memory | Johannes Schlüter | 2011-05-18 | 1 | -0/+3 |
| | | * | Fixed variable re-declarations | Ilia Alshanetsky | 2011-02-14 | 1 | -7/+7 |
| | | * | fix more parameter stuff, now it is complete | Andrey Hristov | 2011-01-14 | 1 | -2/+3 |
| | | * | pass data which is available | Andrey Hristov | 2011-01-14 | 1 | -1/+1 |
| | | * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | * | Fix constness warnings | Kalle Sommer Nielsen | 2010-10-05 | 1 | -2/+2 |
