summaryrefslogtreecommitdiff
path: root/ext/curl
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-07-184-2/+50
|\
| * Fixed bug #77946Abyr Valg2019-07-184-2/+50
* | 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.2' into PHP-7.3Christoph M. Becker2019-05-221-1/+1
|\ \ | |/
| * Fix test case for cURL 7.65.0Christoph M. Becker2019-05-221-1/+1
* | Merge branch 'PHP-7.2' into PHP-7.3Rasmus Lerdorf2019-05-211-1/+1
|\ \ | |/
| * Fix precedence issue causing sub-second timeouts to be 0 inRasmus Lerdorf2019-05-211-1/+1
* | Add more missing CURL_VERSION_* constantsJavier Spagnoletti2019-05-023-9/+61
* | Merge branch 'PHP-7.2' into PHP-7.3Pedro Magalhães2019-03-151-0/+77
|\ \ | |/
| * Added test for #77535 fixPedro Magalhães2019-03-151-0/+77
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-03-151-5/+1
|\ \ | |/
| * Don't immediately destroy curl pushfunctionNikita Popov2019-03-151-5/+1
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-03-011-2/+6
|\ \ | |/
| * curl_error: return an empty string if no error occurredJay Satiro2019-03-011-2/+6
* | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2019-02-072-4/+4
|\ \ | |/
| * Sync test with changes in libcurl 7.64.0Anatol Belski2019-02-071-3/+3
| * Sync test for libcurl 7.64.0Anatol Belski2019-02-071-1/+1
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-01-182-0/+54
|\ \ | |/
| * Fixed bug #76675Pedro Magalhães2019-01-182-0/+54
| * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-158-8/+2
| * Trim trailing whitespace in *.phptPeter Kokot2018-10-1453-122/+122
| * Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
| * Trim trailing whitespace in source code filesPeter Kokot2018-10-135-20/+20
* | Fix 77264: curl_getinfo returning microseconds, not secondsPierrick Charron2018-12-081-32/+7
* | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-159-9/+3
* | Trim trailing whitespace in *.phptPeter Kokot2018-10-1451-114/+114
* | Sync leading and final newlines in source code filesPeter Kokot2018-10-141-1/+0
* | Trim trailing whitespace in source code filesPeter Kokot2018-10-132-2/+2
* | Add constants from curl 7.56 to 7.61Pierrick Charron2018-10-082-2/+130
* | Add constants from curl 7.50 to 7.55Pierrick Charron2018-10-034-1/+216
* | Merge branch 'PHP-7.2' into PHP-7.3Pierrick Charron2018-09-171-1/+17
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Pierrick Charron2018-09-171-1/+17
| |\
| | * Fix 76480: Use curl_multi_wait() so that timeouts are respectedPierrick Charron2018-09-171-1/+17
* | | Merge branch 'PHP-7.2' into PHP-7.3Anatol Belski2018-09-051-1/+16
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-09-051-1/+16
| |\ \ | | |/
| | * Sync with recent changes to default libcurl buildAnatol Belski2018-09-051-1/+16
* | | Replace obsolete AC_TRY_FOO with AC_FOO_IFELSEPeter Kokot2018-07-301-4/+4
* | | Trim trailing whitespaces in build filesPeter Kokot2018-07-291-8/+8
* | | Remove unused Git attributes identPeter Kokot2018-07-257-14/+1
* | | Uze ZVAL_COPY_DEREF() instead of ZVAL_DEREF() and ZVAL_COPY()Dmitry Stogov2018-07-091-2/+1
* | | Add missing INI directives to curl phpinfoPeter Kokot2018-07-071-0/+2
* | | Use zval_ptr_dtor_nogc() instead of zval_dtor() inplaces where circular-refer...Dmitry Stogov2018-07-051-1/+1
* | | only warning when the flag is trueXinchen Hui2018-06-171-1/+1
* | | Removed useless zval_ptr_dtor()Dmitry Stogov2018-05-291-5/+0
* | | Use zend_string_release_ex() instread of zend_string_release() in places, whe...Dmitry Stogov2018-05-281-5/+5
* | | Merge branch 'PHP-7.2'Anatol Belski2018-05-183-9/+15
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-05-183-9/+15
| |\ \ | | |/
| | * Fix curl tests wrt. AppVeyor and curl updatesAnatol Belski2018-05-183-9/+15
| | * Fix potential memory leak in curl extensionThomas Punt2018-04-291-1/+1