summaryrefslogtreecommitdiff
path: root/ext/curl/interface.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Migrate curl to new parameters APISara Golemon2016-12-281-34/+37
* New parsing parameters in curldedal.qq2016-12-261-27/+33
* 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.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-081-0/+9
* | | 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-271-4/+9
* | | Refactor setup of handlers on copied curl handlesDavey Shafik2016-06-271-70/+75
* | | Add curl_multi/share_errno() curl_share_strerror()Pierrick Charron2016-06-261-0/+15
* | | Fixed compilation warningsDmitry Stogov2016-06-221-2/+2
* | | Fixed bug #72202 (curl_close doesn't close cURL handle)Dmitry Stogov2016-06-071-3/+1
* | | Merge branch 'PHP-7.0'Anatol Belski2016-04-291-19/+191
|\ \ \ | |/ /
| * | Expose some of the new curl constants to PHP userspacePierrick Charron2016-04-291-19/+191
* | | Removed "zend_fcall_info.function_table". It was assigned in many places, but...Dmitry Stogov2016-04-271-5/+0
* | | Merge branch 'PHP-7.0'Pierrick Charron2016-04-231-0/+1
|\ \ \ | |/ /
| * | Fixed bug #68658 (Define CURLE_SSL_CACERT_BADFILE)Pierrick Charron2016-04-231-0/+1
* | | Merge branch 'PHP-7.0'Anatol Belski2016-04-161-0/+6
|\ \ \ | |/ /
| * | Adds new curl option CURLOPT_SSL_VERIFYSTATUS to enable OCSP verificationDominic Luechinger2016-04-161-0/+6
* | | Merge branch 'PHP-7.0'Xinchen Hui2016-03-211-1/+1
|\ \ \ | |/ /
| * | 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
* | | Removed zend_fcall_info.symbol_tableDmitry Stogov2016-03-021-5/+0
|/ /
* | 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
* | Merge branch 'PHP-5.6' into PHP-7.0Xinchen Hui2016-02-051-1/+5
|\ \ | |/
| * Fixed bug #71523 (Copied handle with new option CURLOPT_HTTPHEADER crashes wh...Xinchen Hui2016-02-051-1/+6
* | fix buildAntony Dovgal2016-02-031-1/+1
* | use correct element size, avoid reading stackAntony Dovgal2016-02-031-1/+1
* | Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ \ | |/
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
* | 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-191-0/+8