| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix warning of strict-prototypes | twosee | 2020-06-07 | 1 | -1/+1 |
| * | Remove mention of PHP major version in Copyright headers | Gabriel Caruso | 2019-09-25 | 1 | -2/+0 |
| * | Update and fix remaining year ranges (2019) | Peter Kokot | 2019-02-08 | 1 | -1/+1 |
| * | Remove local variables | Peter Kokot | 2019-02-03 | 1 | -9/+0 |
| * | Use zend_string_release_ex() instread of zend_string_release() in places, whe... | Dmitry Stogov | 2018-05-28 | 1 | -1/+1 |
| * | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| * | Use single memory pool for result metadata and result set. | Dmitry Stogov | 2017-11-15 | 1 | -33/+21 |
| * | Merge mysqlnd_field_hash_key structure into st_mysqlnd_field. | Dmitry Stogov | 2017-11-14 | 1 | -16/+6 |
| * | Use stack-allocated packets. | Dmitry Stogov | 2017-11-14 | 1 | -15/+11 |
| * | Made "result", "statement" and "last_message" to always use Zend MM heap. (ev... | Dmitry Stogov | 2017-11-02 | 1 | -24/+18 |
| * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
| * | Optimized memory handling of BIT fields. Less memory copies and less | Andrey Hristov | 2016-12-12 | 1 | -34/+0 |
| * | Merge branch 'PHP-7.0' | Andrey Hristov | 2016-03-16 | 1 | -3/+3 |
| |\ | |||||
| | * | Fix emails in headers. @mysql.com addresses are no more since many years. | Andrey Hristov | 2016-03-16 | 1 | -4/+3 |
| * | | Merge branch 'PHP-7.0' | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| |\ \ | |/ | |||||
| | * | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
| | | * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| * | | | MNDR: | Andrey Hristov | 2015-11-12 | 1 | -2/+2 |
| * | | | MNDR: | Andrey Hristov | 2015-11-12 | 1 | -1/+1 |
| * | | | MNDR: | Andrey Hristov | 2015-11-12 | 1 | -11/+2 |
| * | | | MNDR: | Andrey Hristov | 2015-11-12 | 1 | -3/+3 |
| * | | | MNDR: | Andrey Hristov | 2015-11-12 | 1 | -1/+1 |
| |/ / | |||||
| * | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -2/+2 |
| * | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| * | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -1/+1 |
| * | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -16/+16 |
| * | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| * | | it's should be zend_ulong | Xinchen Hui | 2014-09-04 | 1 | -1/+1 |
| * | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -3/+3 |
| * | | ported mysql and mysqlnd | Anatol Belski | 2014-08-19 | 1 | -1/+1 |
| * | | Use ZEND_HANDLE_NUMERIC | Xinchen Hui | 2014-06-25 | 1 | -51/+1 |
| * | | Don't use zend_string for other fields (only name here is enough) | Xinchen Hui | 2014-06-25 | 1 | -29/+58 |
| * | | Fixed string destruction (ext/mysql/tests/mysql_list_fields.phpt was failed) | Dmitry Stogov | 2014-06-23 | 1 | -6/+18 |
| * | | Respect the origin behavior (fix one test: ext/pdo_mysql/tests/bug_33689.phpt) | Xinchen Hui | 2014-06-23 | 1 | -2/+6 |
| * | | Use zend_string in mysqlnd | Xinchen Hui | 2014-06-23 | 1 | -56/+20 |
| * | | Refactoring mysqlnd (incompleted, only mysqlnd ext compilable) | Xinchen Hui | 2014-06-18 | 1 | -7/+2 |
| |/ | |||||
| * | Refactor the result set data structures. Move more to the buffered and unbuff... | Andrey Hristov | 2014-03-05 | 1 | -1/+13 |
| * | 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 |
| | | * | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | | * | Fix warnings | Ulf Wendel | 2010-10-05 | 1 | -3/+3 |
| | | * | Fix const-ness | Andrey Hristov | 2010-10-04 | 1 | -1/+1 |
| | | * | WS fixes | Andrey Hristov | 2010-09-23 | 1 | -3/+2 |
| | | * | Switch from using PHP_MAJOR_VERSION to separate define for | Andrey Hristov | 2010-08-12 | 1 | -5/+5 |
| | | * | Fix sprintf modifiers all around the place. In most cases | Andrey Hristov | 2010-06-21 | 1 | -6/+6 |
| | | * | Fix possible crashes, in case of OOM, due to half-baken | Andrey Hristov | 2010-05-27 | 1 | -10/+23 |
