Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use Zend MM to keep statistic of non-persistent connections (calloc/free->pec... | Dmitry Stogov | 2015-09-18 | 5 | -16/+16 |
* | Merge branch 'PHP-5.6' | Christoph M. Becker | 2015-09-09 | 1 | -0/+23 |
|\ | |||||
| * | Fix #70456: mysqlnd doesn't activate TCP keep-alive when connecting to a server | Sergei Turchanov | 2015-09-09 | 1 | -0/+23 |
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-07-07 | 1 | -23/+37 |
| |\ | |||||
| | * | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-07-07 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Fix bug #69669 (mysqlnd is vulnerable to BACKRONYM) | Stanislav Malyshev | 2015-07-07 | 1 | -25/+40 |
| | * | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-07-06 | 1 | -22/+36 |
| | |\ \ | |||||
| | | * | | Fix bug #69669 (mysqlnd is vulnerable to BACKRONYM) | Stanislav Malyshev | 2015-07-06 | 1 | -25/+40 |
| | | |/ | |||||
* | | | | remove TSRMLS_* | Anatol Belski | 2015-08-02 | 1 | -1/+1 |
* | | | | switch to the unified globals accessor where appropriate | Anatol Belski | 2015-07-29 | 1 | -6/+2 |
* | | | | Fix mysqlnd warnings | Nikita Popov | 2015-07-17 | 2 | -4/+3 |
* | | | | Fix bug #69669 (mysqlnd is vulnerable to BACKRONYM) | Stanislav Malyshev | 2015-07-07 | 1 | -12/+26 |
* | | | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 8 | -29/+29 |
* | | | | Improved zend_string API (Francois Laupretre) | Dmitry Stogov | 2015-06-29 | 1 | -1/+1 |
* | | | | Fixed Bug #69796 mysqli_stmt::fetch doesn't assign null values to bound varia... | Xinchen Hui | 2015-06-11 | 1 | -0/+2 |
* | | | | Fixed bug #68887 (resources are not freed correctly) | Dmitry Stogov | 2015-04-08 | 2 | -2/+2 |
* | | | | Rename prefixed mysqlnd functions - prefixed with undescore, which were | Andrey Hristov | 2015-04-07 | 4 | -20/+14 |
* | | | | Split mysqlnd_stmt::execute in 2 logical parts : | Andrey Hristov | 2015-04-07 | 4 | -18/+59 |
* | | | | Add more info to the calls: | Andrey Hristov | 2015-04-07 | 4 | -10/+23 |
* | | | | Use PHP memory manager for mysqlnd memory pools. | Dmitry Stogov | 2015-04-02 | 1 | -11/+11 |
* | | | | Remove this VC8 check as our minimum target version of VC is higher | Kalle Sommer Nielsen | 2015-03-29 | 1 | -2/+2 |
* | | | | cleanup the mod version macros, round 2 | Anatol Belski | 2015-03-23 | 8 | -10/+10 |
* | | | | s/PHP Version 5/PHP Version 7/g | Lior Kaplan | 2015-03-13 | 1 | -1/+1 |
* | | | | Minimize copying of HashTable realocation | Dmitry Stogov | 2015-03-05 | 1 | -1/+1 |
* | | | | made ZEND_TSRMLS_CACHE_* macros look like function calls | Anatol Belski | 2015-02-16 | 2 | -3/+3 |
* | | | | Use new ZEND_HASH_FOREACH_... API. | Dmitry Stogov | 2015-02-10 | 1 | -4/+0 |
* | | | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2015-02-01 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-02-01 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2015-02-01 | 1 | -1/+1 |
| | |\ \ | | | |/ | |||||
| | | * | fix sizeof size | Stanislav Malyshev | 2015-02-01 | 1 | -1/+1 |
| | * | | Patch commit d9f85373e32 by moving the float_to_double function to | Keyur Govande | 2015-01-26 | 2 | -2/+62 |
| | * | | Fix for bugs #68114 (Build fails on OS X due to undefined symbols) | Keyur Govande | 2015-01-26 | 2 | -79/+5 |
| | * | | Bump year | Xinchen Hui | 2015-01-15 | 37 | -37/+37 |
| * | | | Patch commit d9f85373e32 by moving the float_to_double function to | Keyur Govande | 2015-01-26 | 2 | -2/+62 |
| * | | | Fix for bugs #68114 (Build fails on OS X due to undefined symbols) | Keyur Govande | 2015-01-26 | 2 | -79/+5 |
| * | | | bump year | Xinchen Hui | 2015-01-15 | 37 | -37/+37 |
* | | | | bump year | Xinchen Hui | 2015-01-15 | 37 | -37/+37 |
* | | | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 19 | -132/+132 |
* | | | | Merge branch 'PHP-5.6' | Keyur Govande | 2015-01-07 | 3 | -79/+65 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'PHP-5.5' into PHP-5.6 | Keyur Govande | 2015-01-07 | 3 | -79/+65 |
| |\ \ \ \ | | |/ / / | |/| | | | |||||
| | * | | | Patch commit d9f85373e32 by moving the float_to_double function to | Keyur Govande | 2015-01-07 | 2 | -2/+62 |
| | * | | | Fix for bugs #68114 (Build fails on OS X due to undefined symbols) | Keyur Govande | 2015-01-07 | 2 | -79/+5 |
| | |/ / | |||||
* | | | | Merge branch 'PHP-5.6' | Keyur Govande | 2014-12-26 | 1 | -1/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Keyur Govande | 2014-12-26 | 1 | -1/+2 |
| |\ \ \ | | |/ / | |||||
| | * | | Fix for failing tests. gcc 4.8.3 would optimize away the assigment. | Keyur Govande | 2014-12-26 | 1 | -1/+2 |
* | | | | Drop duplicate arg from hash_get_current_key_ex | Nikita Popov | 2014-12-26 | 1 | -2/+2 |
* | | | | remove unused ZTS macros | Anatol Belski | 2014-12-17 | 1 | -6/+0 |
* | | | | remove TSRMLS_* occurence | Anatol Belski | 2014-12-17 | 1 | -2/+2 |
* | | | | almost all the replacements of TSRMLS_* are done | Anatol Belski | 2014-12-14 | 1 | -3/+1 |
* | | | | second shot on removing TSRMLS_* | Anatol Belski | 2014-12-14 | 9 | -27/+27 |