Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sorry, missed here should be checked | Xinchen Hui | 2015-05-08 | 1 | -2/+3 |
| | |||||
* | revert previously change to this | Xinchen Hui | 2015-05-08 | 1 | -1/+2 |
| | |||||
* | use zval_get_long | Xinchen Hui | 2015-05-06 | 1 | -4/+2 |
| | |||||
* | Use specialized macro for string zval creation | Dmitry Stogov | 2015-03-12 | 1 | -1/+1 |
| | |||||
* | Cleanup resource handling APIs | Xinchen Hui | 2015-02-02 | 1 | -20/+44 |
| | |||||
* | Revert "Revert "Fixed warning "(null)(): supplied resource is not a valid ↵ | Xinchen Hui | 2015-02-02 | 1 | -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 Hui | 2015-01-30 | 1 | -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 Hui | 2015-01-30 | 1 | -3/+9 |
| | | | | resource in Unknown on line 0" | ||||
* | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| | |||||
* | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -10/+10 |
| | |||||
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -18/+17 |
| | |||||
* | Merge branch 'pull-request/728' | Stanislav Malyshev | 2014-11-30 | 1 | -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 Timmermans | 2014-07-17 | 1 | -2/+5 |
| | | | | | | | | CURLOPT_RETURNTRANSFER isn't set) | ||||
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
| | | |||||
* | | master renames phase 7PRE_AST_MERGE | Anatol Belski | 2014-08-25 | 1 | -2/+2 |
| | | |||||
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -17/+17 |
| | | |||||
* | | ported ext/curl | Anatol Belski | 2014-08-19 | 1 | -7/+7 |
| | | |||||
* | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -13/+13 |
| | | |||||
* | | Use reference counting instead of zval duplication | Dmitry Stogov | 2014-06-05 | 1 | -3/+2 |
| | | |||||
* | | Fixed build with high version libcurl | Xinchen Hui | 2014-05-09 | 1 | -0/+1 |
| | | |||||
* | | Refactoring ext/curl (only compilable now) | Xinchen Hui | 2014-05-09 | 1 | -43/+39 |
|/ | |||||
* | Merge branch 'PHP-5.4' into PHP-5.5 | Stanislav Malyshev | 2014-04-13 | 1 | -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 ↵ | Freek | 2014-04-13 | 1 | -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 year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | |||||
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | |||||
* | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | |||||
* | | Improve resource management for curl handle | Pierrick Charron | 2013-01-05 | 1 | -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 Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | | |||||
* | | Support for curl_strerror and curl_multi_strerror | Pierrick Charron | 2012-12-23 | 1 | -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_setopt | Pierrick Charron | 2012-12-23 | 1 | -0/+54 |
| | | | | | | | | | | curl_multi_setopt is now available and supports CURLMOPT_PIPELINING and CURLMOPT_MAXCONNECTS | ||||
* | | Merge branch 'PHP-5.4' | Pierrick Charron | 2012-09-22 | 1 | -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 -1 | Pierrick Charron | 2012-09-22 | 1 | -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 Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
| * | Fixed issues when streams were closed before curl read/write from them, or ↵ | Hannes Magnusson | 2011-09-12 | 1 | -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 Pena | 2011-01-01 | 1 | -1/+1 |
| | | |||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| | | |||||
* | | Coding standards | Pierrick Charron | 2011-12-23 | 1 | -2/+2 |
| | | |||||
* | | Fixed issues when streams were closed before curl read/write from them, or ↵ | Hannes Magnusson | 2011-09-12 | 1 | -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 Pena | 2011-01-01 | 1 | -1/+1 |
|/ | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: New way for check void parameters | Felipe Pena | 2008-03-10 | 1 | -2/+2 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH | Antony Dovgal | 2007-12-04 | 1 | -4/+6 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | Fix ZTS build. | Sebastian Bergmann | 2006-10-06 | 1 | -0/+1 |
| | |||||
* | MFH: decrement ch->uses (or destroy handle) when destroying multi handle | Antony Dovgal | 2006-10-05 | 1 | -1/+22 |
| | |||||
* | MFH: fix segfault in curl_multi_info_read() | Antony Dovgal | 2006-09-15 | 1 | -7/+7 |
| | |||||
* | Fixed bug #38693 (curl_multi_add_handle() set curl handle to null). | Ilia Alshanetsky | 2006-09-04 | 1 | -10/+11 |
| | |||||
* | MFH: arginfo, protos, vim folding | Hannes Magnusson | 2006-06-11 | 1 | -2/+3 |
| |