Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| | |||||
* | Remove typo | Xinchen Hui | 2016-03-17 | 1 | -1/+0 |
| | |||||
* | Fix emails in headers. @mysql.com addresses are no more since many years. | Andrey Hristov | 2016-03-16 | 1 | -4/+4 |
| | |||||
* | 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 |
| | | |||||
* | | Use Zend MM to keep statistic of non-persistent connections ↵ | Dmitry Stogov | 2015-09-18 | 1 | -2/+2 |
| | | | | | | | | (calloc/free->pecalloc/pefree) | ||||
* | | Rename prefixed mysqlnd functions - prefixed with undescore, which were | Andrey Hristov | 2015-04-07 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | | | accessible through a macro. Also removing the access macros. These prefixed functions were used, similarly to many functions in Zend2, because of TSRMLS - the macro was adding the the tsrm pointer to the call. However, as in Zend3 no TSRM pointers are passed down the stack, because of the usage of cached TSRM pointer in a real thread local variable, these macros and prefixed naming have lost their purpose. | ||||
* | | Use new ZEND_HASH_FOREACH_... API. | Dmitry Stogov | 2015-02-10 | 1 | -4/+0 |
| | | |||||
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -2/+2 |
| | | |||||
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -17/+16 |
| | | |||||
* | | bring back all the TSRMLS_FETCH() stuff | Anatol Belski | 2014-10-15 | 1 | -0/+2 |
| | | | | | | | | for better comparability with the mainstream | ||||
* | | remove fetches from mysqlnd | krakjoe | 2014-09-26 | 1 | -2/+0 |
| | | |||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | Fixed plugin fetching | Xinchen Hui | 2014-06-18 | 1 | -1/+1 |
| | | |||||
* | | Refactoring mysqlnd (incompleted, only mysqlnd ext compilable) | Xinchen Hui | 2014-06-18 | 1 | -12/+8 |
| | | |||||
* | | Use better data structures (incomplete) | Dmitry Stogov | 2014-02-10 | 1 | -4/+6 |
|/ | |||||
* | 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 |
|\ | |||||
| * | bump year | Xinchen Hui | 2013-01-06 | 1 | -1/+1 |
| | | |||||
* | | compile out example plugin in a release build | andrey | 2012-09-26 | 1 | -2/+2 |
|/ | |||||
* | Fix #61704 (Crash apache, phpinfo() threading issue) | Johannes Schlüter | 2012-05-08 | 1 | -1/+18 |
| | |||||
* | Fix folding marks | Johannes Schlüter | 2012-05-08 | 1 | -4/+4 |
| | |||||
* | - 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 | -2/+2 |
| | | | | | | pointer to a structure. The structure is still aggregated but we add a level of indirection for possible plugins to overwrite the storage | ||||
* | shift code around to two new files - mysqlnd_driver.c | Andrey Hristov | 2011-10-21 | 1 | -6/+0 |
| | | | | | | and mysqlnd_ext_plugin.c (mysqlnd extension plugin) | ||||
* | even better fix | Andrey Hristov | 2011-02-25 | 1 | -3/+3 |
| | |||||
* | fix plugin counting, this is trunk only | Andrey Hristov | 2011-02-25 | 1 | -3/+2 |
| | |||||
* | plug a leak | Andrey Hristov | 2011-01-10 | 1 | -3/+2 |
| | |||||
* | - Year++ | Felipe Pena | 2011-01-01 | 1 | -1/+1 |
| | |||||
* | extending the API interface - plugins can register | Andrey Hristov | 2010-12-28 | 1 | -0/+200 |
themselves with a structure and can be searched. Every plugin can have statistics and they are shown under the statistics of mysqlnd in MINFO. |