Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert all MySQL auth related changes | Nikita Popov | 2018-09-04 | 1 | -286/+7 |
* | Fix mysqlnd build without openssl | Nikita Popov | 2018-06-10 | 1 | -0/+1 |
* | Fix MySQL 8 auth | Johannes Schlüter | 2018-06-06 | 1 | -7/+285 |
* | Fix a memleak with mysqlnd and SSL | Johannes Schlüter | 2018-02-20 | 1 | -1/+1 |
* | Merge branch 'PHP-7.0' into PHP-7.1 | Johannes Schlüter | 2018-02-20 | 1 | -8/+15 |
|\ | |||||
| * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
* | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
* | | Merge branch 'PHP-7.0' | Andrey Hristov | 2016-03-16 | 1 | -5/+4 |
|\ \ | |/ | |||||
| * | Fix emails in headers. @mysql.com addresses are no more since many years. | Andrey Hristov | 2016-03-16 | 1 | -5/+5 |
* | | 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 |
* | | | More const and moved the declaration of php_mysqlnd_scramble() to mysqlnd_auth.h | Andrey Hristov | 2015-11-17 | 1 | -1/+1 |
* | | | MNDR: | Andrey Hristov | 2015-11-12 | 1 | -2/+205 |
* | | | MNDR: | Andrey Hristov | 2015-11-12 | 1 | -1/+0 |
* | | | MNDR: | Andrey Hristov | 2015-11-12 | 1 | -9/+9 |
* | | | MNDR: | Andrey Hristov | 2015-11-12 | 1 | -7/+7 |
* | | | MNDR: | Andrey Hristov | 2015-11-12 | 1 | -6/+5 |
* | | | MNDR: | Andrey Hristov | 2015-11-12 | 1 | -5/+5 |
* | | | MNDR: | Andrey Hristov | 2015-11-12 | 1 | -4/+4 |
* | | | MNDR: | Andrey Hristov | 2015-11-12 | 1 | -4/+4 |
* | | | MNDR: | Andrey Hristov | 2015-11-12 | 1 | -5/+5 |
* | | | MNDR: | Andrey Hristov | 2015-11-12 | 1 | -28/+28 |
* | | | MDNR: | Andrey Hristov | 2015-11-12 | 1 | -1/+1 |
* | | | MNDR: | Andrey Hristov | 2015-11-12 | 1 | -9/+9 |
* | | | MNDR : | Andrey Hristov | 2015-11-12 | 1 | -15/+15 |
|/ / | |||||
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -2/+2 |
* | | Fixed bug #68887 (resources are not freed correctly) | Dmitry Stogov | 2015-04-08 | 1 | -1/+1 |
* | | cleanup the mod version macros, round 2 | Anatol Belski | 2015-03-23 | 1 | -3/+3 |
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -7/+7 |
* | | second shot on removing TSRMLS_* | Anatol Belski | 2014-12-14 | 1 | -1/+1 |
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -24/+24 |
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -5/+5 |
* | | ported mysql and mysqlnd | Anatol Belski | 2014-08-19 | 1 | -4/+4 |
* | | Fixed compilation warning | Dmitry Stogov | 2014-06-20 | 1 | -1/+0 |
* | | Fixed compilation | Dmitry Stogov | 2014-06-20 | 1 | -7/+5 |
|/ | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | Add support for connect attributes, as of MySQL 5.6 | Andrey Hristov | 2013-01-15 | 1 | -1/+4 |
* | Merge branch 'PHP-5.4' into PHP-5.5 | 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 |
| * | Split struct MYSQLND in struct MYSQLND and struct MYSQLD_CONN_DATA. | Andrey Hristov | 2011-10-31 | 1 | -8/+8 |
| * | Move from directly referencing an aggregated structure to using a | Andrey Hristov | 2011-10-25 | 1 | -18/+18 |
| * | MYSQLND_NET refactored not to use any direct reference to MYSQLND (the connec... | Andrey Hristov | 2011-10-10 | 1 | -2/+0 |
| * | Add mysqli_error_list() that returns an array with errors. Typically only | Andrey Hristov | 2011-08-04 | 1 | -3/+2 |
* | | fix newly introduced segfault | Andrey Hristov | 2012-10-16 | 1 | -1/+1 |