Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed bug #68937 (Segfault in curl_multi_exec) | Xinchen Hui | 2015-01-30 | 1 | -2/+6 |
* | zend_read_property() has to provide a holder for return value. | Dmitry Stogov | 2015-01-22 | 1 | -4/+4 |
* | int -> size_t | Rasmus Lerdorf | 2015-01-20 | 1 | -1/+2 |
* | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -1/+1 |
* | Fixed bug #68739 #68740 #68741 | Xinchen Hui | 2015-01-08 | 1 | -0/+1 |
* | remove the thread ctx from curl | Anatol Belski | 2014-12-17 | 1 | -8/+0 |
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -93/+93 |
* | Merge branch 'PHP-5.6' | Adam Harvey | 2014-12-05 | 1 | -1/+1 |
|\ | |||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Adam Harvey | 2014-12-05 | 1 | -1/+1 |
| |\ | |||||
| | * | Merge branch 'PHP-5.4' into PHP-5.5 | Adam Harvey | 2014-12-05 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Revert unintentional docblock change | Chris Christoff | 2014-12-05 | 1 | -1/+1 |
| | | * | Fix bug #68089 - do not accept options with embedded \0 | Stanislav Malyshev | 2014-10-13 | 1 | -0/+6 |
| | | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | * | Suppress compiler warning "warning: variable ‘length’ set but not used [-... | Christopher Jones | 2013-08-21 | 1 | -2/+0 |
* | | | | Merge branch 'PHP-5.6' | Rasmus Lerdorf | 2014-10-16 | 1 | -0/+6 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Rasmus Lerdorf | 2014-10-16 | 1 | -0/+6 |
| |\ \ \ | | |/ / | |||||
| | * | | TLS 1.0, 1.1 and 1.2 Curl constants - bug #68247 | Rasmus Lerdorf | 2014-10-16 | 1 | -0/+6 |
* | | | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2014-10-14 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2014-10-14 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Fix return code (merges are hard :( ) | Stanislav Malyshev | 2014-10-14 | 1 | -1/+1 |
| | * | | Fix bug #68089 - do not accept options with embedded \0 | Stanislav Malyshev | 2014-10-14 | 1 | -0/+5 |
| * | | | Fix bug #68089 - do not accept options with embedded \0 | Stanislav Malyshev | 2014-10-14 | 1 | -0/+5 |
* | | | | fix bad merge | Stanislav Malyshev | 2014-10-14 | 1 | -3/+16 |
* | | | | Fix bug #68089 - do not accept options with embedded \0 | Stanislav Malyshev | 2014-10-14 | 1 | -16/+8 |
* | | | | reveal some newer libcurl features in MINFO | Anatol Belski | 2014-10-03 | 1 | -0/+6 |
* | | | | Move smart_str implementation into Zend/ | Nikita Popov | 2014-09-21 | 1 | -1/+1 |
* | | | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | | | | better way to check for empty string | Anatol Belski | 2014-09-14 | 1 | -2/+2 |
* | | | | fix type | Anatol Belski | 2014-09-12 | 1 | -1/+1 |
* | | | | Fixed discards qualifiers from pointer target type | Xinchen Hui | 2014-09-05 | 1 | -2/+2 |
* | | | | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -2/+2 |
* | | | | fixed several long vs zend_long casts | Anatol Belski | 2014-08-26 | 1 | -6/+6 |
* | | | | Fix zend_longo_str | Nikita Popov | 2014-08-25 | 1 | -1/+1 |
* | | | | master renames phase 7PRE_AST_MERGE | Anatol Belski | 2014-08-25 | 1 | -12/+12 |
* | | | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -73/+73 |
* | | | | ported ext/curl | Anatol Belski | 2014-08-19 | 1 | -17/+17 |
* | | | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -60/+60 |
* | | | | Use zend_long_to_str in curl | Nikita Popov | 2014-05-28 | 1 | -13/+5 |
* | | | | Avoid in-place modification | Dmitry Stogov | 2014-05-28 | 1 | -14/+11 |
* | | | | Fixed zend_string/char* mess | Dmitry Stogov | 2014-05-15 | 1 | -1/+1 |
* | | | | Fixed curl_close() behavior | Dmitry Stogov | 2014-05-13 | 1 | -1/+3 |
* | | | | In most user extensions functions like mysql_close() should use zend_list_clo... | Dmitry Stogov | 2014-05-13 | 1 | -1/+1 |
* | | | | Finish ext/curl (7 tests fails as trunk) | Xinchen Hui | 2014-05-09 | 1 | -2/+2 |
* | | | | Fixed post data (long type cast matters here :<) | Xinchen Hui | 2014-05-09 | 1 | -11/+9 |
* | | | | Use zend_string for better performance | Xinchen Hui | 2014-05-09 | 1 | -17/+15 |
* | | | | Fixed clone refcount | Xinchen Hui | 2014-05-09 | 1 | -4/+6 |
* | | | | Fixed build with high version libcurl | Xinchen Hui | 2014-05-09 | 1 | -27/+25 |
* | | | | Refactoring ext/curl (only compilable now) | Xinchen Hui | 2014-05-09 | 1 | -496/+360 |
* | | | | Merge branch 'master' into refactoring2 | Dmitry Stogov | 2014-05-05 | 1 | -19/+49 |
|\ \ \ \ | |/ / / |