summaryrefslogtreecommitdiff
path: root/ext/curl/php_curl.h
Commit message (Expand)AuthorAgeFilesLines
* Allow PHP_CURL_APIs to be imported by DLLsChristoph M. Becker2020-11-241-1/+5
* Private/public split curl headerNikita Popov2020-09-071-138/+1
* Remove some unnecessary HAVE_EXTNAME guardsNikita Popov2020-09-071-12/+1
* Also allow casting CurlMultiHandlesNikita Popov2020-06-221-0/+1
* Convert CURL resources to objectsMáté Kocsis2020-06-171-16/+23
* Fix [-Wundef] warning in cURL extensionGeorge Peter Banyard2020-05-161-1/+1
* Generate function entries from stubs for a couple of extensionsMáté Kocsis2020-04-041-46/+0
* Merge branch 'PHP-7.4'Christoph M. Becker2020-02-041-0/+3
|\
| * Fix #79019: Copied cURL handles upload empty fileChristoph M. Becker2020-02-041-0/+3
* | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
|/
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-07-181-0/+3
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-07-181-0/+2
| |\
| | * Fixed bug #77946Abyr Valg2019-07-181-0/+2
| | * year++Xinchen Hui2018-01-021-1/+1
* | | Extend CURLFile to support streamsChristoph M. Becker2019-04-291-0/+1
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
|/ /
* | Remove unused Git attributes identPeter Kokot2018-07-251-2/+0
* | Bump libcurl requirement to 7.15.5Nikita Popov2018-02-031-3/+0
* | year++Xinchen Hui2018-01-021-1/+1
* | Bump libcurl requirement to 7.12.1Nikita Popov2017-12-191-4/+0
|/
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Implement curl server pushDavey Shafik2016-06-271-1/+9
* Refactor setup of handlers on copied curl handlesDavey Shafik2016-06-271-0/+1
* Add curl_multi/share_errno() curl_share_strerror()Pierrick Charron2016-06-261-0/+10
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
* | Fixed bug #70330 (Segmentation Fault with multiple "curl_copy_handle")Xinchen Hui2015-08-231-1/+1
* | Reorder fields of curlXinchen Hui2015-05-081-31/+31
* | cleaning up the version macrosAnatol Belski2015-03-231-0/+3
* | Remove unsafe curl file uploadsNikita Popov2015-03-091-1/+0
* | bump yearXinchen Hui2015-01-151-1/+1
* | remove the thread ctx from curlAnatol Belski2014-12-171-1/+0
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-4/+4
* | Add smart_str_append for appending zend_stringsNikita Popov2014-09-211-1/+1
* | Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | master renames phase 2Anatol Belski2014-08-251-1/+1
* | Use zend_string for better performanceXinchen Hui2014-05-091-2/+1
* | Fixed clone refcountXinchen Hui2014-05-091-1/+1
* | Refactoring ext/curl (only compilable now)Xinchen Hui2014-05-091-29/+29
|/
* Allow NULL as value for CURLOPT_CUSTOMREQUEST option.datibbaw2014-02-281-1/+1
* Bump yearXinchen Hui2014-01-031-1/+1
* Merge branch 'PHP-5.4' into PHP-5.5Adam Harvey2013-08-191-1/+1
|\
| * Track created curl_slist structs by option so they can be updated in situ.Adam Harvey2013-08-191-1/+1
| * Happy New YearXinchen Hui2013-01-011-1/+1
* | Remove curl wrappersPierrick Charron2013-04-231-32/+0
* | Implement fix for bug #46439 - add CURLFile class for safer uploadsStanislav Malyshev2013-01-281-1/+16
* | Improve resource management for curl handlePierrick Charron2013-01-051-1/+0
* | Remove passwd handler from struct when not neededPierrick Charron2013-01-011-0/+2