summaryrefslogtreecommitdiff
path: root/ext/curl
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'PHP-7.0' into PHP-7.1Stanislav Malyshev2017-01-151-1/+1
|\
| * Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2017-01-151-1/+1
| |\
| | * Update more functions with path checkStanislav Malyshev2017-01-151-1/+1
| | * Fix bug #73147: Use After Free in PHP7 unserialize()Stanislav Malyshev2016-09-252-1/+24
* | | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-01-132-4/+12
|\ \ \ | |/ /
| * | Increase wait time for tests involving sockets to improve Travis relabilityMitch Hagstrand2017-01-132-4/+12
| * | Merge branch 'pull-request/1809'Joe Watkins2017-01-061-0/+38
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-045-5/+5
* | | move various places to the centralized OpenSSL setup routineAnatol Belski2017-01-081-6/+5
* | | Merge branch 'pull-request/1809'Joe Watkins2017-01-061-0/+38
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-045-5/+5
* | | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2016-12-273-140/+71
|\ \ \ | |/ /
| * | Makes the sapi web server and curl tests more reliableMitch Hagstrand2016-12-273-105/+18
| * | Fixes the curl tests to be more reliable in Travis CIMitch Hagstrand2016-12-272-37/+55
* | | Merge branch 'PHP-7.0' into PHP-7.1Sara Golemon2016-12-251-12/+7
|\ \ \ | |/ /
| * | Interpretation of curl_setopt values for boolean parametersdedal.qq2016-12-251-12/+7
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-12-041-4/+13
|\ \ \ | |/ /
| * | fix testAnatol Belski2016-12-041-4/+13
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-12-016-0/+204
|\ \ \ | |/ /
| * | fork testsAnatol Belski2016-12-016-0/+204
| * | Fix bug #73147: Use After Free in PHP7 unserialize()Stanislav Malyshev2016-10-122-0/+21
* | | Fix bug #73147: Use After Free in PHP7 unserialize()Stanislav Malyshev2016-10-142-0/+21
* | | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2016-09-291-0/+3
|\ \ \ | |/ /
| * | Add CURLE_SSL_PINNEDPUBKEYNOTMATCHChristoph M. Becker2016-09-151-0/+3
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-08-291-2/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2016-08-291-2/+3
| |\ \ | | |/
| | * ensure null terminationAnatol Belski2016-08-291-2/+3
| | * Fix for bug #72807 - do not produce strings with negative lengthStanislav Malyshev2016-08-161-0/+4
* | | Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2016-08-171-2/+6
|\ \ \ | |/ /
| * | Fix bug #72674 - check both curl_escape and curl_unescapeStanislav Malyshev2016-08-031-2/+6
* | | Merge branch 'PHP-7.0' into PHP-7.1Pierrick Charron2016-07-271-42/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Pierrick Charron2016-07-271-42/+1
| |\ \ | | |/
| | * Fixed bug #71929 (CURLINFO_CERTINFO data parsing error).Pierrick Charron2016-07-271-43/+1
* | | Merge branch 'PHP-7.0' into PHP-7.1Pierrick Charron2016-07-261-4/+6
|\ \ \ | |/ /
| * | Merge branch 'PHP-5.6' into PHP-7.0Pierrick Charron2016-07-261-4/+6
| |\ \ | | |/
| | * Fixed bug #71709Pierrick Charron2016-07-261-5/+6
| | * Backported bug #71144 (Segmentation fault when using cURL with ZTS)Julien Pauli2016-07-082-0/+22
* | | Merge branch 'PHP-7.0'Stanislav Malyshev2016-07-191-0/+4
|\ \ \ | |/ /
| * | Fix bug #72541 - size_t overflow lead to heap corruptionStanislav Malyshev2016-07-121-0/+4
* | | Implement curl server pushDavey Shafik2016-06-273-5/+124
* | | Refactor easy handle lookupDavey Shafik2016-06-271-29/+38
* | | Refactor setup of handlers on copied curl handlesDavey Shafik2016-06-272-70/+76
* | | Add curl_multi/share_errno() curl_share_strerror()Pierrick Charron2016-06-266-6/+170
* | | Fixed compilation warningsDmitry Stogov2016-06-221-2/+2
* | | Added testDmitry Stogov2016-06-071-0/+36
* | | Fixed bug #72202 (curl_close doesn't close cURL handle)Dmitry Stogov2016-06-071-3/+1
* | | Merge branch 'PHP-7.0'Anatol Belski2016-04-293-19/+201
|\ \ \ | |/ /
| * | fix testAnatol Belski2016-04-291-0/+3
| * | Expose some of the new curl constants to PHP userspacePierrick Charron2016-04-292-19/+198
* | | Removed "zend_fcall_info.function_table". It was assigned in many places, but...Dmitry Stogov2016-04-271-5/+0