summaryrefslogtreecommitdiff
path: root/ext/curl/multi.c
Commit message (Collapse)AuthorAgeFilesLines
* Sorry, missed here should be checkedXinchen Hui2015-05-081-2/+3
|
* revert previously change to thisXinchen Hui2015-05-081-1/+2
|
* use zval_get_longXinchen Hui2015-05-061-4/+2
|
* Use specialized macro for string zval creationDmitry Stogov2015-03-121-1/+1
|
* Cleanup resource handling APIsXinchen Hui2015-02-021-20/+44
|
* Revert "Revert "Fixed warning "(null)(): supplied resource is not a valid ↵Xinchen Hui2015-02-021-3/+9
| | | | | | cURL handle resource in Unknown on line 0""" This reverts commit e78dd7ade2ac5e617bc5f515a04d1e1d87bd53ee.
* Revert "Fixed warning "(null)(): supplied resource is not a valid cURL ↵Xinchen Hui2015-01-301-9/+3
| | | | | | handle resource in Unknown on line 0"" This reverts commit 348be58f869359513436f8dae44692c4c235c9dd.
* Fixed warning "(null)(): supplied resource is not a valid cURL handle ↵Xinchen Hui2015-01-301-3/+9
| | | | resource in Unknown on line 0"
* bump yearXinchen Hui2015-01-151-1/+1
|
* trailing whitespace removalStanislav Malyshev2015-01-101-10/+10
|
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-18/+17
|
* Merge branch 'pull-request/728'Stanislav Malyshev2014-11-301-2/+5
|\ | | | | | | | | | | | | | | | | * pull-request/728: Add a test for bug #67643 (curl_multi_getcontent returns '' when RETURNTRANSFER isn't set) Fixed bug #67643 (curl_multi_getcontent returns '' when CURLOPT_RETURNTRANSFER isn't set) Conflicts: ext/curl/multi.c
| * Fixed bug #67643 (curl_multi_getcontent returns '' when ↵Jille Timmermans2014-07-171-2/+5
| | | | | | | | CURLOPT_RETURNTRANSFER isn't set)
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| |
* | master renames phase 7PRE_AST_MERGEAnatol Belski2014-08-251-2/+2
| |
* | master renames phase 1Anatol Belski2014-08-251-17/+17
| |
* | ported ext/curlAnatol Belski2014-08-191-7/+7
| |
* | basic macro replacements, all at onceAnatol Belski2014-08-191-13/+13
| |
* | Use reference counting instead of zval duplicationDmitry Stogov2014-06-051-3/+2
| |
* | Fixed build with high version libcurlXinchen Hui2014-05-091-0/+1
| |
* | Refactoring ext/curl (only compilable now)Xinchen Hui2014-05-091-43/+39
|/
* Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-04-131-0/+2
|\ | | | | | | | | * PHP-5.4: Fix #66562: Consistency bug where curl_multi_getcontent behaves different from curl_exec
| * Fix #66562: Consistency bug where curl_multi_getcontent behaves different ↵Freek2014-04-131-0/+2
| | | | | | | | | | | | | | from curl_exec curl_exec returns an empty string when data is received from a domain that returns zero content. curl_multi_getcontent returned null. Now it returns an empty string fixing the incosistency
| * Bump yearXinchen Hui2014-01-031-1/+1
| |
| * Happy New YearXinchen Hui2013-01-011-1/+1
| |
* | Bump yearXinchen Hui2014-01-031-1/+1
| |
* | Improve resource management for curl handlePierrick Charron2013-01-051-9/+4
| | | | | | | | | | | | Previous implementation was using its own refcounting (uses field of the php_curl struct). zend_list_add/remove already implements its own refcount, so we don't need to use an other one.
* | Happy New YearXinchen Hui2013-01-011-1/+1
| |
* | Support for curl_strerror and curl_multi_strerrorPierrick Charron2012-12-231-1/+22
| | | | | | | | | | | | Add the support for both curl_strerror and curl_multi_strerror. Those function will return a string describing the error code passed in the argument errornum
* | Add curl_multi_setopt and clean curl_share_setoptPierrick Charron2012-12-231-0/+54
| | | | | | | | | | curl_multi_setopt is now available and supports CURLMOPT_PIPELINING and CURLMOPT_MAXCONNECTS
* | Merge branch 'PHP-5.4'Pierrick Charron2012-09-221-0/+3
|\ \ | |/ | | | | | | | | * PHP-5.4: Avoid calling select if maxfd returned by curl_multi_fdset is -1 Fixing NEWS file
| * Avoid calling select if maxfd returned by curl_multi_fdset is -1Pierrick Charron2012-09-221-0/+3
| | | | | | | | | | | | | | | | | | As per libcurl documentation : When libcurl returns -1 in max_fd, it is because libcurl currently does something that isn't possible for your application to monitor with a socket and unfortunately you can then not know exactly when the current action is completed using select().
| * - Year++Felipe Pena2012-01-011-1/+1
| |
| * Fixed issues when streams were closed before curl read/write from them, or ↵Hannes Magnusson2011-09-121-0/+24
| | | | | | | | | | | | | | | | cleaning Closing a original handle after copying it now no longer cleans up all resources (fixes missing CURLOPT_POSTFIELDS values among others)
| * - Year++Felipe Pena2011-01-011-1/+1
| |
* | - Year++Felipe Pena2012-01-011-1/+1
| |
* | Coding standardsPierrick Charron2011-12-231-2/+2
| |
* | Fixed issues when streams were closed before curl read/write from them, or ↵Hannes Magnusson2011-09-121-0/+24
| | | | | | | | | | | | | | | | cleaning Closing a original handle after copying it now no longer cleans up all resources (fixes missing CURLOPT_POSTFIELDS values among others)
* | - Year++Felipe Pena2011-01-011-1/+1
|/
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH: New way for check void parametersFelipe Pena2008-03-101-2/+2
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFHAntony Dovgal2007-12-041-4/+6
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* Fix ZTS build.Sebastian Bergmann2006-10-061-0/+1
|
* MFH: decrement ch->uses (or destroy handle) when destroying multi handleAntony Dovgal2006-10-051-1/+22
|
* MFH: fix segfault in curl_multi_info_read()Antony Dovgal2006-09-151-7/+7
|
* Fixed bug #38693 (curl_multi_add_handle() set curl handle to null).Ilia Alshanetsky2006-09-041-10/+11
|
* MFH: arginfo, protos, vim foldingHannes Magnusson2006-06-111-2/+3
|