Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow PHP_CURL_APIs to be imported by DLLs | Christoph M. Becker | 2020-11-24 | 1 | -1/+5 |
* | Private/public split curl header | Nikita Popov | 2020-09-07 | 1 | -138/+1 |
* | Remove some unnecessary HAVE_EXTNAME guards | Nikita Popov | 2020-09-07 | 1 | -12/+1 |
* | Also allow casting CurlMultiHandles | Nikita Popov | 2020-06-22 | 1 | -0/+1 |
* | Convert CURL resources to objects | Máté Kocsis | 2020-06-17 | 1 | -16/+23 |
* | Fix [-Wundef] warning in cURL extension | George Peter Banyard | 2020-05-16 | 1 | -1/+1 |
* | Generate function entries from stubs for a couple of extensions | Máté Kocsis | 2020-04-04 | 1 | -46/+0 |
* | Merge branch 'PHP-7.4' | Christoph M. Becker | 2020-02-04 | 1 | -0/+3 |
|\ | |||||
| * | Fix #79019: Copied cURL handles upload empty file | Christoph M. Becker | 2020-02-04 | 1 | -0/+3 |
* | | Remove mention of PHP major version in Copyright headers | Gabriel Caruso | 2019-09-25 | 1 | -2/+0 |
|/ | |||||
* | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-07-18 | 1 | -0/+3 |
|\ | |||||
| * | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-07-18 | 1 | -0/+2 |
| |\ | |||||
| | * | Fixed bug #77946 | Abyr Valg | 2019-07-18 | 1 | -0/+2 |
| | * | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | | | Extend CURLFile to support streams | Christoph M. Becker | 2019-04-29 | 1 | -0/+1 |
* | | | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
|/ / | |||||
* | | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
* | | Bump libcurl requirement to 7.15.5 | Nikita Popov | 2018-02-03 | 1 | -3/+0 |
* | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | | Bump libcurl requirement to 7.12.1 | Nikita Popov | 2017-12-19 | 1 | -4/+0 |
|/ | |||||
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
* | Implement curl server push | Davey Shafik | 2016-06-27 | 1 | -1/+9 |
* | Refactor setup of handlers on copied curl handles | Davey Shafik | 2016-06-27 | 1 | -0/+1 |
* | Add curl_multi/share_errno() curl_share_strerror() | Pierrick Charron | 2016-06-26 | 1 | -0/+10 |
* | 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 |
* | | Fixed bug #70330 (Segmentation Fault with multiple "curl_copy_handle") | Xinchen Hui | 2015-08-23 | 1 | -1/+1 |
* | | Reorder fields of curl | Xinchen Hui | 2015-05-08 | 1 | -31/+31 |
* | | cleaning up the version macros | Anatol Belski | 2015-03-23 | 1 | -0/+3 |
* | | Remove unsafe curl file uploads | Nikita Popov | 2015-03-09 | 1 | -1/+0 |
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | remove the thread ctx from curl | Anatol Belski | 2014-12-17 | 1 | -1/+0 |
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -4/+4 |
* | | Add smart_str_append for appending zend_strings | Nikita Popov | 2014-09-21 | 1 | -1/+1 |
* | | 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 |
* | | master renames phase 2 | Anatol Belski | 2014-08-25 | 1 | -1/+1 |
* | | Use zend_string for better performance | Xinchen Hui | 2014-05-09 | 1 | -2/+1 |
* | | Fixed clone refcount | Xinchen Hui | 2014-05-09 | 1 | -1/+1 |
* | | Refactoring ext/curl (only compilable now) | Xinchen Hui | 2014-05-09 | 1 | -29/+29 |
|/ | |||||
* | Allow NULL as value for CURLOPT_CUSTOMREQUEST option. | datibbaw | 2014-02-28 | 1 | -1/+1 |
* | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | Merge branch 'PHP-5.4' into PHP-5.5 | Adam Harvey | 2013-08-19 | 1 | -1/+1 |
|\ | |||||
| * | Track created curl_slist structs by option so they can be updated in situ. | Adam Harvey | 2013-08-19 | 1 | -1/+1 |
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | | Remove curl wrappers | Pierrick Charron | 2013-04-23 | 1 | -32/+0 |
* | | Implement fix for bug #46439 - add CURLFile class for safer uploads | Stanislav Malyshev | 2013-01-28 | 1 | -1/+16 |
* | | Improve resource management for curl handle | Pierrick Charron | 2013-01-05 | 1 | -1/+0 |
* | | Remove passwd handler from struct when not needed | Pierrick Charron | 2013-01-01 | 1 | -0/+2 |