summaryrefslogtreecommitdiff
path: root/ext/curl
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Make these tests fail faster, Thanks to GFWXinchen Hui2015-10-294-3/+11
* | Add CURLPIPE_* constants to properly expose HTTP/2 multiplexingDavey Shafik2015-09-021-0/+6
* | Fixed bug #70330 (Segmentation Fault with multiple "curl_copy_handle")Xinchen Hui2015-08-233-5/+26
* | Fixed Bug #69998 curl multi leaking memoryPierrick Charron2015-08-011-2/+2
* | Fixed bug #70163 (curl_setopt_array() type confusion)Xinchen Hui2015-07-301-1/+1
* | remove #ifdefAnatol Belski2015-07-141-4/+4
* | remove comment, it's not rightAnatol Belski2015-07-131-3/+0
* | Fixed bug #70065 curl_getinfo() returns corrupted valuesAnatol Belski2015-07-131-0/+7
* | Get rid of ZVAL_ZVAL() macro usages. Replace them with more clear and optimal...Dmitry Stogov2015-07-011-1/+2
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s...Dmitry Stogov2015-06-301-21/+21
* | Improved zend_string API (Francois Laupretre)Dmitry Stogov2015-06-291-1/+1
* | Fix typo + DSP referenceKalle Sommer Nielsen2015-06-221-2/+1
* | Fixed bug #69831 (Segmentation fault in curl_getinfo)Xinchen Hui2015-06-141-1/+1
* | Attempt to fix #69643Xinchen Hui2015-05-291-2/+2
* | Tweak uncaught exception message displayNikita Popov2015-05-171-1/+1
* | Sorry, missed here should be checkedXinchen Hui2015-05-081-2/+3
* | Remove not necessary checksXinchen Hui2015-05-081-3/+2