summaryrefslogtreecommitdiff
path: root/ext/curl
Commit message (Expand)AuthorAgeFilesLines
* Add missing derefs in CurlFileNikita Popov2021-02-021-0/+3
* Fix #80595: Resetting POSTFIELDS to empty array breaks requestChristoph M. Becker2021-01-183-2/+40
* Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-09-231-4/+4
|\
| * Fix #77493: curl_basic_009 fails with newer curl versionsChristoph M. Becker2020-09-231-4/+4
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-06-262-2/+18
|\ \ | |/
| * Fixed bug #79741Nikita Popov2020-06-262-2/+18
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-122-2/+24
|\ \ | |/
| * Fix #79199: curl_copy_handle() memory leakChristoph M. Becker2020-03-122-2/+24
* | Fix #79013: Content-Length missing when posting a curlFile with curlChristoph M. Becker2020-03-021-2/+14
* | Fix #79019: Copied cURL handles upload empty fileChristoph M. Becker2020-02-0410-70/+221
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-02-042-12/+10
|\ \ | |/
| * Fix #78090: bug45161.phpt takes forever to finishChristoph M. Becker2020-02-042-12/+10
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-01-261-0/+7
|\ \ | |/
| * Add CURLOPT CURLOPT_HTTP09_ALLOWED available since 7.64.0Florian Smeets2020-01-261-0/+7
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-01-082-9/+11
|\ \ | |/
| * Fix #79078: Hypothetical use-after-free in curl_multi_add_handle()Christoph M. Becker2020-01-082-9/+11
| * Revert "Extend CURLFile to support streams"Christoph M. Becker2020-01-065-146/+1
* | Extract functionChristoph M. Becker2020-01-081-152/+162
* | Make test more resilientChristoph M. Becker2020-01-071-1/+1
* | Don't link against openssl 1.1 in curlNikita Popov2020-01-062-5/+15
* | Fix bug #79063: Curl openssl does not respect PKG_CONFIG_PATHNikita Popov2020-01-061-4/+5
* | Clean up curl openssl checkNikita Popov2020-01-063-14/+6
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-12-281-0/+1
|\ \ | |/
| * Add missing skipif clauseChristoph M. Becker2019-12-281-0/+1
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-12-282-4/+35
|\ \ | |/
| * Fix #79033: Curl timeout error with specific url and postChristoph M. Becker2019-12-282-4/+35
| * Extend CURLFile to support streamsChristoph M. Becker2019-12-095-1/+146
| * Use curl_mime_*() functions if availableChristoph M. Becker2019-12-091-1/+50
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-11-051-0/+34
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-11-051-0/+34
| |\
| | * Fixed bug #78775Nikita Popov2019-11-051-0/+34
* | | Fix borked SKIPIFsFabien Villepinte2019-09-301-1/+1
* | | Report errors from stream read and write operationsNikita Popov2019-07-221-2/+2
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-07-184-3/+51
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-07-184-2/+50
| |\ \ | | |/
| | * Fixed bug #77946Abyr Valg2019-07-184-2/+50
* | | Remove unused definesPeter Kokot2019-07-182-16/+0
* | | Remove duplicate AC_PROG_CPP callPeter Kokot2019-07-181-1/+0
* | | Switch to using shell-less proc_open() in various server testsNikita Popov2019-07-111-24/+7
* | | Remove curl_basic_017.phptNikita Popov2019-07-031-70/+0
* | | Fix CURLINFO_COOKIELIST leakNikita Popov2019-06-251-4/+5
* | | Make ext/curl/tests/bug48203_multi.phpt more robustNikita Popov2019-06-171-3/+1
* | | Make curl_multi_info_read.phpt more robustNikita Popov2019-06-141-9/+23
* | | Don't warn if libcurl SSL library not detectedNikita Popov2019-06-122-47/+10
* | | Preserve CFLAGS/LDFLAGS for curl ssl checkNikita Popov2019-06-121-2/+2
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-06-061-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-06-061-1/+1
| |\ \ | | |/
| | * Fix test regarding Unix Domain Sockets on WindowsChristoph M. Becker2019-06-061-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-05-221-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2019-05-221-1/+1
| |\ \ | | |/