summaryrefslogtreecommitdiff
path: root/ext/curl/interface.c
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-231-4/+8
* | 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
* | 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
* | Fixed bug #69831 (Segmentation fault in curl_getinfo)Xinchen Hui2015-06-141-1/+1
* | Attempt to fix #69643Xinchen Hui2015-05-291-2/+2
* | Remove not necessary checksXinchen Hui2015-05-081-3/+2
* | Reorder fields of curlXinchen Hui2015-05-081-1/+1
* | Fixed commentXinchen Hui2015-05-061-1/+1
* | micro optimizationsXinchen Hui2015-05-051-30/+16
* | Fixed bug #69485 (Double free on zend_list_dtor).Xinchen Hui2015-04-201-1/+1
* | Merge branch 'PHP-5.6'Stanislav Malyshev2015-04-141-0/+5
|\ \ | |/
| * Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-04-141-0/+5
| |\
| | * Merge branch 'PHP-5.4.40' into PHP-5.5-securityStanislav Malyshev2015-04-051-0/+5
| | |\
| | | * Fixed bug #69316 (Use-after-free in php_curl related to CURLOPT_FILE/_INFILE/...Stanislav Malyshev2015-04-051-0/+4
| * | | Merge branch 'PHP-5.5' into PHP-5.6Lior Kaplan2015-04-011-0/+1
| |\ \ \ | | |/ /
| | * | Fixed bug #68739 (Missing break / control flow in curl)Xinchen Hui2015-04-011-0/+1
* | | | cleaning up the version macrosAnatol Belski2015-03-231-1/+1
* | | | fix warning & improve error handling in CURLStanislav Malyshev2015-03-221-2/+11
* | | | Merge branch 'PHP-5.6'Stanislav Malyshev2015-03-221-0/+6
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2015-03-221-0/+6
| |\ \ \ | | |/ /
| | * | add CURL_HTTP_VERSION_2_0 and CURL_VERSION_HTTP2Masaki Kagaya2015-03-221-0/+6
* | | | Use specialized macro for string zval creationDmitry Stogov2015-03-121-2/+2
* | | | Remove unsafe curl file uploadsNikita Popov2015-03-091-39/+10
* | | | Merge branch 'PHP-5.6'Julien Pauli2015-02-231-0/+5
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Julien Pauli2015-02-231-0/+5
| |\ \ \ | | |/ /
| | * | curl: add new proxy constantsLinus Unnebäck2015-02-231-0/+5
* | | | Merge branch 'PHP-5.6'Anatol Belski2015-02-221-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2015-02-221-1/+1
| |\ \ \ | | |/ /
| | * | Fix Win32 SSPI initialization for digest authentication in cURLGrant Pannell2015-02-221-1/+1
| | * | Bump yearXinchen Hui2015-01-151-1/+1
| * | | bump yearXinchen Hui2015-01-151-1/+1
* | | | Fixed possible memory leakDmitry Stogov2015-02-111-0/+1
* | | | Don't convert options in-place. They may be elements of constant array.Dmitry Stogov2015-02-111-35/+53
* | | | found type is unnecessaryXinchen Hui2015-02-021-7/+6
* | | | Cleanup resource handling APIsXinchen Hui2015-02-021-23/+46
* | | | Fixed bug #68937 (Segfault in curl_multi_exec)Xinchen Hui2015-01-301-2/+6
* | | | zend_read_property() has to provide a holder for return value.Dmitry Stogov2015-01-221-4/+4
* | | | int -> size_tRasmus Lerdorf2015-01-201-1/+2
* | | | bump yearXinchen Hui2015-01-151-1/+1
* | | | trailing whitespace removalStanislav Malyshev2015-01-101-1/+1
* | | | Fixed bug #68739 #68740 #68741Xinchen Hui2015-01-081-0/+1
* | | | remove the thread ctx from curlAnatol Belski2014-12-171-8/+0
* | | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-93/+93
* | | | Merge branch 'PHP-5.6'Adam Harvey2014-12-051-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Adam Harvey2014-12-051-1/+1
| |\ \ \ | | |/ /