summaryrefslogtreecommitdiff
path: root/ext/curl/interface.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * Merge branch 'PHP-5.4' into PHP-5.5Adam Harvey2014-12-051-1/+1
| | |\
| | | * Revert unintentional docblock changeChris Christoff2014-12-051-1/+1
| | | * Fix bug #68089 - do not accept options with embedded \0Stanislav Malyshev2014-10-131-0/+6
| | | * Bump yearXinchen Hui2014-01-031-1/+1
| | | * Suppress compiler warning "warning: variable ‘length’ set but not used [-...Christopher Jones2013-08-211-2/+0
* | | | Merge branch 'PHP-5.6'Rasmus Lerdorf2014-10-161-0/+6
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Rasmus Lerdorf2014-10-161-0/+6
| |\ \ \ | | |/ /
| | * | TLS 1.0, 1.1 and 1.2 Curl constants - bug #68247Rasmus Lerdorf2014-10-161-0/+6
* | | | Merge branch 'PHP-5.6'Stanislav Malyshev2014-10-141-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Stanislav Malyshev2014-10-141-1/+1
| |\ \ \ | | |/ /
| | * | Fix return code (merges are hard :( )Stanislav Malyshev2014-10-141-1/+1
| | * | Fix bug #68089 - do not accept options with embedded \0Stanislav Malyshev2014-10-141-0/+5
| * | | Fix bug #68089 - do not accept options with embedded \0Stanislav Malyshev2014-10-141-0/+5
* | | | fix bad mergeStanislav Malyshev2014-10-141-3/+16
* | | | Fix bug #68089 - do not accept options with embedded \0Stanislav Malyshev2014-10-141-16/+8
* | | | reveal some newer libcurl features in MINFOAnatol Belski2014-10-031-0/+6
* | | | Move smart_str implementation into Zend/Nikita Popov2014-09-211-1/+1
* | | | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
* | | | better way to check for empty stringAnatol Belski2014-09-141-2/+2
* | | | fix typeAnatol Belski2014-09-121-1/+1
* | | | Fixed discards qualifiers from pointer target typeXinchen Hui2014-09-051-2/+2
* | | | first show to make 's' work with size_tAnatol Belski2014-08-271-2/+2
* | | | fixed several long vs zend_long castsAnatol Belski2014-08-261-6/+6
* | | | Fix zend_longo_strNikita Popov2014-08-251-1/+1
* | | | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-12/+12
* | | | master renames phase 1Anatol Belski2014-08-251-73/+73
* | | | ported ext/curlAnatol Belski2014-08-191-17/+17
* | | | basic macro replacements, all at onceAnatol Belski2014-08-191-60/+60
* | | | Use zend_long_to_str in curlNikita Popov2014-05-281-13/+5
* | | | Avoid in-place modificationDmitry Stogov2014-05-281-14/+11
* | | | Fixed zend_string/char* messDmitry Stogov2014-05-151-1/+1
* | | | Fixed curl_close() behaviorDmitry Stogov2014-05-131-1/+3
* | | | In most user extensions functions like mysql_close() should use zend_list_clo...Dmitry Stogov2014-05-131-1/+1
* | | | Finish ext/curl (7 tests fails as trunk)Xinchen Hui2014-05-091-2/+2
* | | | Fixed post data (long type cast matters here :<)Xinchen Hui2014-05-091-11/+9
* | | | Use zend_string for better performanceXinchen Hui2014-05-091-17/+15
* | | | Fixed clone refcountXinchen Hui2014-05-091-4/+6
* | | | Fixed build with high version libcurlXinchen Hui2014-05-091-27/+25
* | | | Refactoring ext/curl (only compilable now)Xinchen Hui2014-05-091-496/+360
* | | | Merge branch 'master' into refactoring2Dmitry Stogov2014-05-051-19/+49
|\ \ \ \ | |/ / /