Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| | |||||
* | Move constants into read-only data segment | Dmitry Stogov | 2017-12-15 | 1 | -2/+2 |
| | |||||
* | Convert some mysqlnd file encodings to UTF-8 | Peter Kokot | 2017-10-19 | 1 | -1/+1 |
| | |||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
| | |||||
* | Merge branch 'PHP-7.0' | Andrey Hristov | 2016-03-16 | 1 | -4/+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-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016) | ||||
| * | 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 |
| | | |||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -9/+9 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | Fixed segfaults | Xinchen Hui | 2014-06-18 | 1 | -12/+7 |
| | | |||||
* | | First set of phpng changes for mysqlnd | Andrey Hristov | 2014-05-20 | 1 | -5/+19 |
|/ | |||||
* | Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6 | Andrey Hristov | 2014-04-10 | 1 | -1/+1 |
|\ | | | | | | | | | Conflicts: ext/mysqli/tests/mysqli_begin_transaction.phpt | ||||
| * | Remove some usages of hashtable internals | Nikita Popov | 2014-04-09 | 1 | -1/+1 |
| | | |||||
* | | New result fetching mode for mysqlnd, which should use less memory but | Andrey Hristov | 2014-04-10 | 1 | -1/+4 |
|/ | | | | | | | | implies more memory copy. The old method is still available and can be used. It stays as default. Choosing the method is through a flag to mysqli_query()/mysqli_real_query() New mode can be forced with an INI setting, for all extensions that support this mode (ext/mysql and mysqli, because PDO due to it's architecture can't support it) The setting is mysqlnd.fetch_data_copy=[0|1] | ||||
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | |||||
* | bump year | Xinchen Hui | 2013-01-06 | 1 | -1/+1 |
| | |||||
* | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | |||||
* | Move from directly referencing an aggregated structure to using a | Andrey Hristov | 2011-10-25 | 1 | -6/+3 |
| | | | | | | pointer to a structure. The structure is still aggregated but we add a level of indirection for possible plugins to overwrite the storage | ||||
* | api_ext to reverse_api | Andrey Hristov | 2011-10-19 | 1 | -0/+103 |