| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add constants from curl 7.56 to 7.61 | Pierrick Charron | 2018-10-08 | 1 | -2/+128 |
| * | Add constants from curl 7.50 to 7.55 | Pierrick Charron | 2018-10-03 | 1 | -1/+152 |
| * | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
| * | Add missing INI directives to curl phpinfo | Peter Kokot | 2018-07-07 | 1 | -0/+2 |
| * | only warning when the flag is true | Xinchen Hui | 2018-06-17 | 1 | -1/+1 |
| * | Removed useless zval_ptr_dtor() | Dmitry Stogov | 2018-05-29 | 1 | -5/+0 |
| * | Use zend_string_release_ex() instread of zend_string_release() in places, whe... | Dmitry Stogov | 2018-05-28 | 1 | -5/+5 |
| * | Bump libcurl requirement to 7.15.5 | Nikita Popov | 2018-02-03 | 1 | -123/+13 |
| * | Add CURLOPT_REQUEST_TARGET constant | Benjamin Morel | 2018-02-03 | 1 | -0/+7 |
| * | Use GC_ADDREF | Xinchen Hui | 2018-01-07 | 1 | -7/+7 |
| * | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| * | Bump libcurl requirement to 7.12.1 | Nikita Popov | 2017-12-19 | 1 | -48/+7 |
| * | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -1/+1 |
| * | Merge branch 'PHP-7.2' | Anatol Belski | 2017-12-03 | 1 | -0/+11 |
| |\ | |||||
| | * | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2017-12-03 | 1 | -0/+11 |
| | |\ | |||||
| | | * | Fix compat with libcurl 7.56.1+ and file:// wrapper | Anatol Belski | 2017-12-03 | 1 | -0/+11 |
| | | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| * | | | Avoid unnecessary reference-counting on strings. | Dmitry Stogov | 2017-11-16 | 1 | -21/+28 |
| * | | | Refactor php_url struct to save memory dup in common cases | Xinchen Hui | 2017-08-06 | 1 | -1/+1 |
| |/ / | |||||
| * | | Remove superfluous semicolons | Tom Van Looy | 2017-06-26 | 1 | -1/+1 |
| * | | Fixed wrong usage of old ZPP API. | Dmitry Stogov | 2017-06-19 | 1 | -1/+1 |
| * | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
| * | | Migrate curl to new parameters API | Sara Golemon | 2016-12-28 | 1 | -34/+37 |
| * | | New parsing parameters in curl | dedal.qq | 2016-12-26 | 1 | -27/+33 |
| |/ | |||||
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Sara Golemon | 2016-12-25 | 1 | -12/+7 |
| |\ | |||||
| | * | Interpretation of curl_setopt values for boolean parameters | dedal.qq | 2016-12-25 | 1 | -12/+7 |
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Christoph M. Becker | 2016-09-29 | 1 | -0/+3 |
| |\ \ | |/ | |||||
| | * | Add CURLE_SSL_PINNEDPUBKEYNOTMATCH | Christoph M. Becker | 2016-09-15 | 1 | -0/+3 |
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2016-08-29 | 1 | -2/+3 |
| |\ \ | |/ | |||||
| | * | Merge branch 'PHP-5.6' into PHP-7.0 | Anatol Belski | 2016-08-29 | 1 | -2/+3 |
| | |\ | |||||
| | | * | ensure null termination | Anatol Belski | 2016-08-29 | 1 | -2/+3 |
| | | * | Fix for bug #72807 - do not produce strings with negative length | Stanislav Malyshev | 2016-08-16 | 1 | -0/+4 |
| * | | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2016-08-17 | 1 | -2/+6 |
| |\ \ \ | |/ / | |||||
| | * | | Fix bug #72674 - check both curl_escape and curl_unescape | Stanislav Malyshev | 2016-08-03 | 1 | -2/+6 |
| * | | | Merge branch 'PHP-7.0' into PHP-7.1 | Pierrick Charron | 2016-07-27 | 1 | -42/+1 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-5.6' into PHP-7.0 | Pierrick Charron | 2016-07-27 | 1 | -42/+1 |
| | |\ \ | | |/ | |||||
| | | * | Fixed bug #71929 (CURLINFO_CERTINFO data parsing error). | Pierrick Charron | 2016-07-27 | 1 | -43/+1 |
| * | | | Merge branch 'PHP-7.0' into PHP-7.1 | Pierrick Charron | 2016-07-26 | 1 | -4/+6 |
| |\ \ \ | |/ / | |||||
| | * | | Merge branch 'PHP-5.6' into PHP-7.0 | Pierrick Charron | 2016-07-26 | 1 | -4/+6 |
| | |\ \ | | |/ | |||||
| | | * | Fixed bug #71709 | Pierrick Charron | 2016-07-26 | 1 | -5/+6 |
| | | * | Backported bug #71144 (Segmentation fault when using cURL with ZTS) | Julien Pauli | 2016-07-08 | 1 | -0/+9 |
| * | | | Merge branch 'PHP-7.0' | Stanislav Malyshev | 2016-07-19 | 1 | -0/+4 |
| |\ \ \ | |/ / | |||||
| | * | | Fix bug #72541 - size_t overflow lead to heap corruption | Stanislav Malyshev | 2016-07-12 | 1 | -0/+4 |
| * | | | Implement curl server push | Davey Shafik | 2016-06-27 | 1 | -4/+9 |
| * | | | Refactor setup of handlers on copied curl handles | Davey Shafik | 2016-06-27 | 1 | -70/+75 |
| * | | | Add curl_multi/share_errno() curl_share_strerror() | Pierrick Charron | 2016-06-26 | 1 | -0/+15 |
| * | | | Fixed compilation warnings | Dmitry Stogov | 2016-06-22 | 1 | -2/+2 |
| * | | | Fixed bug #72202 (curl_close doesn't close cURL handle) | Dmitry Stogov | 2016-06-07 | 1 | -3/+1 |
| * | | | Merge branch 'PHP-7.0' | Anatol Belski | 2016-04-29 | 1 | -19/+191 |
| |\ \ \ | |/ / | |||||
| | * | | Expose some of the new curl constants to PHP userspace | Pierrick Charron | 2016-04-29 | 1 | -19/+191 |
