summaryrefslogtreecommitdiff
path: root/ext/curl
Commit message (Expand)AuthorAgeFilesLines
* Escape newline on curl config.m4Ryan Volz2017-10-191-2/+2
* Fixed bug #75093 OpenSSL support not detectedRemi Collet2017-08-181-0/+3
* Fixed finding CURL on systems with multiarch supportCarsten Brandt2017-07-251-3/+19
* deps updated, cherry-pick 88642decf9ab59d206db515990886b0761bfa835Anatol Belski2017-03-271-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
* | 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
* | 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
* | Interpretation of curl_setopt values for boolean parametersdedal.qq2016-12-251-12/+7
* | fix testAnatol Belski2016-12-041-4/+13
* | fork testsAnatol Belski2016-12-016-0/+204
* | Fix bug #73147: Use After Free in PHP7 unserialize()Stanislav Malyshev2016-10-122-0/+21
* | Add CURLE_SSL_PINNEDPUBKEYNOTMATCHChristoph M. Becker2016-09-151-0/+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
* | Fix bug #72674 - check both curl_escape and curl_unescapeStanislav Malyshev2016-08-031-2/+6
* | 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-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
* | Fix bug #72541 - size_t overflow lead to heap corruptionStanislav Malyshev2016-07-121-0/+4
* | fix testAnatol Belski2016-04-291-0/+3
* | Expose some of the new curl constants to PHP userspacePierrick Charron2016-04-292-19/+198
* | Fixed bug #68658 (Define CURLE_SSL_CACERT_BADFILE)Pierrick Charron2016-04-231-0/+1
* | Fix cURL test to use local server instead of googlePierrick Charron2016-04-232-2/+13
* | Adds new curl option CURLOPT_SSL_VERIFYSTATUS to enable OCSP verificationDominic Luechinger2016-04-161-0/+6
* | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2016-03-211-1/+1
|\ \ | |/
| * FIX #71831: CURLOPT_NOPROXY applied as long instead of stringMichael Sierks2016-03-181-1/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Nikita Popov2016-03-011-0/+3
|\ \ | |/
| * Fix bug #71694mpyw2016-03-011-0/+3
* | Remove TSRMLS_* from code, they are not used anymoreStanislav Malyshev2016-02-171-1/+1
* | Fixed memory leak in curl_getinfo()Leigh2016-02-081-2/+3
* | Online testXinchen Hui2016-02-051-1/+4
* | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2016-02-052-1/+33
|\ \ | |/
| * Fixed bug #71523 (Copied handle with new option CURLOPT_HTTPHEADER crashes wh...Xinchen Hui2016-02-052-1/+34
* | fix buildAntony Dovgal2016-02-031-1/+1
* | use correct element size, avoid reading stackAntony Dovgal2016-02-031-1/+1
* | Fixed bug #71227 Can't compile php_curl staticallyAnatol Belski2016-01-071-1/+1
* | add SKIPIF conditionAnatol Belski2016-01-071-0/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-015-5/+5
|\ \ | |/
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-015-5/+5
* | Fixed bug #71225 (curl_setopt() fails to set CURLOPT_POSTFIELDS with referenc...Xinchen Hui2015-12-261-0/+3
* | Fixed bug #71144 (Sementation fault when using cURL with ZTS)Xinchen Hui2015-12-192-0/+21
* | Fixed test skipXinchen Hui2015-12-191-1/+1