summaryrefslogtreecommitdiff
path: root/ext/curl/interface.c
Commit message (Expand)AuthorAgeFilesLines
* 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-061-58/+29
* Don't accept objects instead of arrays in curlNikita Popov2020-06-291-13/+7
* Merge branch 'PHP-7.4'Nikita Popov2020-06-261-2/+2
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-06-261-2/+2
| |\
| | * Fixed bug #79741Nikita Popov2020-06-261-2/+2
* | | Add flag to forbid dynamic property creation on internal classesNikita Popov2020-06-241-1/+1
* | | Also allow casting CurlMultiHandlesNikita Popov2020-06-221-2/+1
* | | Allow casting CurlHandle to intNikita Popov2020-06-191-0/+14
* | | Fix UNKNOWN default values in ext/curlMáté Kocsis2020-06-181-4/+5
* | | Remove the deprecated parameter of curl_version()Máté Kocsis2020-06-181-12/+2
* | | Convert CURL resources to objectsMáté Kocsis2020-06-171-122/+196
* | | Fix [-Wundef] warning in cURL extensionGeorge Peter Banyard2020-05-161-3/+3
* | | Generate function entries from stubs for a couple of extensionsMáté Kocsis2020-04-041-40/+1
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-03-121-2/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-03-121-2/+0
| |\ \ | | |/
| | * Fix #79199: curl_copy_handle() memory leakChristoph M. Becker2020-03-121-2/+0
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-03-021-2/+14
|\ \ \ | |/ /
| * | Fix #79013: Content-Length missing when posting a curlFile with curlChristoph M. Becker2020-03-021-2/+14
* | | Remove CURLOPT_PASSWDDATA block CURLOPT_PASSWDDATA was removed from curl as o...ekinhbayar2020-02-111-6/+1
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-02-041-55/+105
|\ \ \ | |/ /
| * | Fix #79019: Copied cURL handles upload empty fileChristoph M. Becker2020-02-041-55/+105
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-01-261-0/+7
|\ \ \ | |/ /
| * | 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
| | * Revert "Extend CURLFile to support streams"Christoph M. Becker2020-01-061-47/+1
* | | Bump required libcurl version to 7.29.0Christoph M. Becker2020-01-191-208/+26
* | | Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-171-4/+4
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-01-081-152/+162
|\ \ \ | |/ /
| * | Extract functionChristoph M. Becker2020-01-081-152/+162
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-061-2/+2
|\ \ \ | |/ /
| * | Don't link against openssl 1.1 in curlNikita Popov2020-01-061-2/+2
* | | Merge branch 'PHP-7.4'Nikita Popov2020-01-061-11/+6
|\ \ \ | |/ /
| * | Clean up curl openssl checkNikita Popov2020-01-061-11/+6
* | | Use RETURN_THROWS() after zend_fetch_resource*()Máté Kocsis2020-01-031-12/+12
* | | Merge branch 'PHP-7.4'Christoph M. Becker2019-12-281-4/+6
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2019-12-281-4/+6
| |\ \ | | |/
| | * Fix #79033: Curl timeout error with specific url and postChristoph M. Becker2019-12-281-4/+6
| | * Extend CURLFile to support streamsChristoph M. Becker2019-12-091-1/+47
| | * Use curl_mime_*() functions if availableChristoph M. Becker2019-12-091-1/+50
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* | | Add Curl ext PHP stubsSimon Podlipsky2019-08-201-149/+2
* | | Remove some misleading RETURN_FALSENikita Popov2019-08-121-12/+12
|/ /
* | Report errors from stream read and write operationsNikita Popov2019-07-221-2/+2
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-07-181-3/+0
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-07-181-2/+0
| |\
| | * Fixed bug #77946Abyr Valg2019-07-181-2/+0
* | | Fix CURLINFO_COOKIELIST leakNikita Popov2019-06-251-4/+5
* | | Don't warn if libcurl SSL library not detectedNikita Popov2019-06-121-18/+8