summaryrefslogtreecommitdiff
path: root/ext/curl
Commit message (Expand)AuthorAgeFilesLines
* Mark resource-like objects as non-comparableNikita Popov2021-02-163-0/+3
* Adapt test case for libcurl 7.75.0+Christoph M. Becker2021-02-161-1/+1
* Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-021-0/+3
|\
| * Add missing derefs in CurlFileNikita Popov2021-02-021-0/+3
* | 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
* | 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
| |\ \ | | |/
| | * Fixed bug #79741Nikita Popov2020-06-262-2/+18
* | | Remove unnecessary PHPDoc-alike blocks from testsMáté Kocsis2020-06-2415-79/+0
* | | Add flag to forbid dynamic property creation on internal classesNikita Popov2020-06-243-3/+3
* | | Skip two curl tests under asanNikita Popov2020-06-242-0/+2
* | | Include stub hash in generated arginfo filesNikita Popov2020-06-242-2/+4
* | | Also allow casting CurlMultiHandlesNikita Popov2020-06-224-2/+8
* | | Allow casting CurlHandle to intNikita Popov2020-06-192-0/+34
* | | Fix UNKNOWN default values in ext/curlMáté Kocsis2020-06-186-20/+17
* | | Remove the deprecated parameter of curl_version()Máté Kocsis2020-06-184-29/+3
* | | Fixed multiple definitionDmitry Stogov2020-06-181-2/+0
* | | Convert CURL resources to objectsMáté Kocsis2020-06-1717-462/+596
* | | Fix [-Wundef] warning in cURL extensionGeorge Peter Banyard2020-05-165-7/+7
* | | Generate method entries from stubs for curl, ffi, pdo, pharMáté Kocsis2020-04-143-11/+22
* | | Store default parameter values of internal functions in arg infoMáté Kocsis2020-04-081-2/+2
* | | Generate function entries from stubs for a couple of extensionsMáté Kocsis2020-04-044-103/+116
* | | Do not include the same stub multiple timesMáté Kocsis2020-04-032-2/+2
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-03-122-2/+24
|\ \ \ | |/ /