summaryrefslogtreecommitdiff
path: root/ext/curl/interface.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Michael Wallner2014-04-301-19/+49
| |\ \ \ | | |/ /
| | * | fix bug #64247 (CURLOPT_INFILE doesn't allow reset)Michael Wallner2014-04-301-19/+49
* | | | Merge mainstream 'master' branch into refactoringDmitry Stogov2014-04-261-109/+88
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-5.5' into PHP-5.6Adam Harvey2014-03-111-0/+2
| |\ \ \ | | |/ /
| | * | Fix compile error with theoretically supported versions of libcurl < 7.12.3.Adam Harvey2014-03-111-0/+2
| * | | Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-02-281-1/+5
| |\ \ \ | | |/ /
| | * | don't compare constants on run timeAnatol Belski2014-02-281-1/+5
| * | | Merge branch '5.5' into 5.6Tjerk Meesters2014-02-281-100/+79
| |\ \ \ | | |/ /
| | * | Allow NULL as value for CURLOPT_CUSTOMREQUEST option.datibbaw2014-02-281-100/+79
| | * | Bump yearXinchen Hui2014-01-031-1/+1