Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -21/+21 |
* | Improved zend_string API (Francois Laupretre) | Dmitry Stogov | 2015-06-29 | 1 | -1/+1 |
* | Fixed bug #69831 (Segmentation fault in curl_getinfo) | Xinchen Hui | 2015-06-14 | 1 | -1/+1 |
* | Attempt to fix #69643 | Xinchen Hui | 2015-05-29 | 1 | -2/+2 |
* | Remove not necessary checks | Xinchen Hui | 2015-05-08 | 1 | -3/+2 |
* | Reorder fields of curl | Xinchen Hui | 2015-05-08 | 1 | -1/+1 |
* | Fixed comment | Xinchen Hui | 2015-05-06 | 1 | -1/+1 |
* | micro optimizations | Xinchen Hui | 2015-05-05 | 1 | -30/+16 |
* | Fixed bug #69485 (Double free on zend_list_dtor). | Xinchen Hui | 2015-04-20 | 1 | -1/+1 |
* | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2015-04-14 | 1 | -0/+5 |
|\ | |||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-04-14 | 1 | -0/+5 |
| |\ | |||||
| | * | Merge branch 'PHP-5.4.40' into PHP-5.5-security | Stanislav Malyshev | 2015-04-05 | 1 | -0/+5 |
| | |\ | |||||
| | | * | Fixed bug #69316 (Use-after-free in php_curl related to CURLOPT_FILE/_INFILE/... | Stanislav Malyshev | 2015-04-05 | 1 | -0/+4 |
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Lior Kaplan | 2015-04-01 | 1 | -0/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Fixed bug #68739 (Missing break / control flow in curl) | Xinchen Hui | 2015-04-01 | 1 | -0/+1 |
* | | | | cleaning up the version macros | Anatol Belski | 2015-03-23 | 1 | -1/+1 |
* | | | | fix warning & improve error handling in CURL | Stanislav Malyshev | 2015-03-22 | 1 | -2/+11 |
* | | | | Merge branch 'PHP-5.6' | Stanislav Malyshev | 2015-03-22 | 1 | -0/+6 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Stanislav Malyshev | 2015-03-22 | 1 | -0/+6 |
| |\ \ \ | | |/ / | |||||
| | * | | add CURL_HTTP_VERSION_2_0 and CURL_VERSION_HTTP2 | Masaki Kagaya | 2015-03-22 | 1 | -0/+6 |
* | | | | Use specialized macro for string zval creation | Dmitry Stogov | 2015-03-12 | 1 | -2/+2 |
* | | | | Remove unsafe curl file uploads | Nikita Popov | 2015-03-09 | 1 | -39/+10 |
* | | | | Merge branch 'PHP-5.6' | Julien Pauli | 2015-02-23 | 1 | -0/+5 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Julien Pauli | 2015-02-23 | 1 | -0/+5 |
| |\ \ \ | | |/ / | |||||
| | * | | curl: add new proxy constants | Linus Unnebäck | 2015-02-23 | 1 | -0/+5 |
* | | | | Merge branch 'PHP-5.6' | Anatol Belski | 2015-02-22 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Anatol Belski | 2015-02-22 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Fix Win32 SSPI initialization for digest authentication in cURL | Grant Pannell | 2015-02-22 | 1 | -1/+1 |
| | * | | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| * | | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | | | Fixed possible memory leak | Dmitry Stogov | 2015-02-11 | 1 | -0/+1 |
* | | | | Don't convert options in-place. They may be elements of constant array. | Dmitry Stogov | 2015-02-11 | 1 | -35/+53 |
* | | | | found type is unnecessary | Xinchen Hui | 2015-02-02 | 1 | -7/+6 |
* | | | | Cleanup resource handling APIs | Xinchen Hui | 2015-02-02 | 1 | -23/+46 |
* | | | | Fixed bug #68937 (Segfault in curl_multi_exec) | Xinchen Hui | 2015-01-30 | 1 | -2/+6 |
* | | | | zend_read_property() has to provide a holder for return value. | Dmitry Stogov | 2015-01-22 | 1 | -4/+4 |
* | | | | int -> size_t | Rasmus Lerdorf | 2015-01-20 | 1 | -1/+2 |
* | | | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -1/+1 |
* | | | | Fixed bug #68739 #68740 #68741 | Xinchen Hui | 2015-01-08 | 1 | -0/+1 |
* | | | | remove the thread ctx from curl | Anatol Belski | 2014-12-17 | 1 | -8/+0 |
* | | | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -93/+93 |
* | | | | Merge branch 'PHP-5.6' | Adam Harvey | 2014-12-05 | 1 | -1/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | Merge branch 'PHP-5.5' into PHP-5.6 | Adam Harvey | 2014-12-05 | 1 | -1/+1 |
| |\ \ \ | | |/ / | |||||
| | * | | Merge branch 'PHP-5.4' into PHP-5.5 | Adam Harvey | 2014-12-05 | 1 | -1/+1 |
| | |\ \ | | | |/ | |||||
| | | * | Revert unintentional docblock change | Chris Christoff | 2014-12-05 | 1 | -1/+1 |
| | | * | Fix bug #68089 - do not accept options with embedded \0 | Stanislav Malyshev | 2014-10-13 | 1 | -0/+6 |
| | | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | | * | Suppress compiler warning "warning: variable ‘length’ set but not used [-... | Christopher Jones | 2013-08-21 | 1 | -2/+0 |
* | | | | Merge branch 'PHP-5.6' | Rasmus Lerdorf | 2014-10-16 | 1 | -0/+6 |
|\ \ \ \ | |/ / / |