summaryrefslogtreecommitdiff
path: root/ext/curl
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-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
|\ \ \ | |/ /
| * | 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
* | | 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
* | | Change argument error message formatMáté Kocsis2020-02-261-1/+1
* | | Make type error messages more consistentMáté Kocsis2020-02-171-1/+1
* | | 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-0410-70/+221
|\ \ \ | |/ /
| * | Fix #79019: Copied cURL handles upload empty fileChristoph M. Becker2020-02-0410-70/+221
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-02-042-12/+10
|\ \ \ | |/ /
| * | 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
* | | Reindent phpt filesNikita Popov2020-02-0322-195/+195
* | | 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
* | | Bump required libcurl version to 7.29.0Christoph M. Becker2020-01-1917-431/+28
* | | Make error messages more consistent by fixing capitalizationMáté Kocsis2020-01-173-6/+6
* | | Fix #78880: Final spelling fixesMáté Kocsis2020-01-161-1/+1
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-01-082-9/+11
|\ \ \ | |/ /
| * | 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
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-01-081-152/+162
|\ \ \ | |/ /
| * | Extract functionChristoph M. Becker2020-01-081-152/+162