summaryrefslogtreecommitdiff
path: root/ext/curl
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-8.0'Nikita Popov2021-02-163-0/+3
|\
| * Mark resource-like objects as non-comparableNikita Popov2021-02-163-0/+3
* | Improve class entry generationMáté Kocsis2021-02-162-7/+5
* | cURL: make possible to send file from buffer stringAlexander Moskalev2021-02-168-1/+266
* | Merge branch 'PHP-8.0'Christoph M. Becker2021-02-161-1/+1
|\ \ | |/
| * Adapt test case for libcurl 7.75.0+Christoph M. Becker2021-02-161-1/+1
* | Implicitly enable function entry generation when class entry generation is en...Máté Kocsis2021-02-094-10/+4
* | Generate class entries for a few extensionsMáté Kocsis2021-02-036-20/+52
* | Merge branch 'PHP-8.0'Nikita Popov2021-02-021-0/+3
|\ \ | |/
| * Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-021-0/+3
| |\
| | * Add missing derefs in CurlFileNikita Popov2021-02-021-0/+3
* | | Add support for generating class entries from stubsMáté Kocsis2021-01-263-8/+42
* | | Merge branch 'PHP-8.0'Christoph M. Becker2021-01-183-1/+39
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-01-183-1/+39
| |\ \ | | |/
| | * Fix #80595: Resetting POSTFIELDS to empty array breaks requestChristoph M. Becker2021-01-183-2/+40
* | | Curl: Add CURLOPT_DOH_URL optionAyesh Karunaratne2021-01-181-0/+7
* | | Replace zend_bool uses with boolNikita Popov2021-01-152-2/+2
* | | Manually store CURLOPT_PRIVATE dataNikita Popov2021-01-043-34/+48
* | | Remove method member from php_curl_callbackNikita Popov2021-01-043-78/+62
* | | Remove unused still_running memberNikita Popov2021-01-041-1/+0
* | | Don't allocate php_curl_handlers separatelyNikita Popov2021-01-043-220/+216
* | | Don't allocate php_curlm_handlers separatelyNikita Popov2021-01-042-20/+14
* | | Use single typedef for curl callbacksNikita Popov2021-01-043-12/+12
|/ /
* | Allow PHP_CURL_APIs to be imported by DLLsChristoph M. Becker2020-11-242-2/+6
* | Fix curl_multi_getcontent() parameter nameNikita Popov2020-11-192-3/+3
* | Retain reference to share handle from curl handleNikita Popov2020-11-113-1/+42
* | Adapt test expectation to cURL 7.73.0Christoph M. Becker2020-10-141-1/+1
* | Fixed bug #80121Nikita Popov2020-10-013-5/+41
* | Improve parameter names in ext/curlMáté Kocsis2020-09-254-21/+21
* | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-09-231-4/+4
|\ \ | |/
| * 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
* | | Run tidyNikita Popov2020-09-1826-37/+37
* | | Use ephemeral ports during curl tests with dev serverSara Golemon2020-09-173-11/+35
* | | Make null byte error a ValueErrorNikita Popov2020-09-082-3/+3
* | | Private/public split curl headerNikita Popov2020-09-078-143/+168
* | | Remove some unnecessary HAVE_EXTNAME guardsNikita Popov2020-09-075-27/+1
* | | Promote warnings to exceptions in ext/curlMáté Kocsis2020-08-1412-54/+104
* | | Add many missing closing PHP tags to testsMáté Kocsis2020-08-094-2/+3
* | | Accept zend_object* in zend_update_propertyNikita Popov2020-08-071-4/+4
* | | Accept zend_object in zend_read_propertyNikita Popov2020-08-072-4/+4
* | | Implement named parametersNikita Popov2020-07-311-0/+5
* | | Remove no_separation flagNikita Popov2020-07-071-5/+0
* | | Disallow separation in a number of callbacksNikita Popov2020-07-071-5/+5
* | | Remove proto comments from C filesMax Semenik2020-07-064-104/+52
* | | Replace EXPECTF when possibleFabien Villepinte2020-06-293-3/+3
* | | Don't accept objects instead of arrays in curlNikita Popov2020-06-293-16/+14
* | | Make exit() unwind properlyNikita Popov2020-06-292-2/+0
* | | Merge branch 'PHP-7.4'Nikita Popov2020-06-262-2/+18
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-06-262-2/+18
| |\ \ | | |/