Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mark resource-like objects as non-comparable | Nikita Popov | 2021-02-16 | 3 | -0/+3 |
* | Adapt test case for libcurl 7.75.0+ | Christoph M. Becker | 2021-02-16 | 1 | -1/+1 |
* | Merge branch 'PHP-7.4' into PHP-8.0 | Nikita Popov | 2021-02-02 | 1 | -0/+3 |
|\ | |||||
| * | Add missing derefs in CurlFile | Nikita Popov | 2021-02-02 | 1 | -0/+3 |
* | | Merge branch 'PHP-7.4' into PHP-8.0 | Christoph M. Becker | 2021-01-18 | 3 | -1/+39 |
|\ \ | |/ | |||||
| * | Fix #80595: Resetting POSTFIELDS to empty array breaks request | Christoph M. Becker | 2021-01-18 | 3 | -2/+40 |
* | | Allow PHP_CURL_APIs to be imported by DLLs | Christoph M. Becker | 2020-11-24 | 2 | -2/+6 |
* | | Fix curl_multi_getcontent() parameter name | Nikita Popov | 2020-11-19 | 2 | -3/+3 |
* | | Retain reference to share handle from curl handle | Nikita Popov | 2020-11-11 | 3 | -1/+42 |
* | | Adapt test expectation to cURL 7.73.0 | Christoph M. Becker | 2020-10-14 | 1 | -1/+1 |
* | | Fixed bug #80121 | Nikita Popov | 2020-10-01 | 3 | -5/+41 |
* | | Improve parameter names in ext/curl | Máté Kocsis | 2020-09-25 | 4 | -21/+21 |
* | | Merge branch 'PHP-7.4' into master | Christoph M. Becker | 2020-09-23 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2020-09-23 | 1 | -4/+4 |
| |\ | |||||
| | * | Fix #77493: curl_basic_009 fails with newer curl versions | Christoph M. Becker | 2020-09-23 | 1 | -4/+4 |
* | | | Run tidy | Nikita Popov | 2020-09-18 | 26 | -37/+37 |
* | | | Use ephemeral ports during curl tests with dev server | Sara Golemon | 2020-09-17 | 3 | -11/+35 |
* | | | Make null byte error a ValueError | Nikita Popov | 2020-09-08 | 2 | -3/+3 |
* | | | Private/public split curl header | Nikita Popov | 2020-09-07 | 8 | -143/+168 |
* | | | Remove some unnecessary HAVE_EXTNAME guards | Nikita Popov | 2020-09-07 | 5 | -27/+1 |
* | | | Promote warnings to exceptions in ext/curl | Máté Kocsis | 2020-08-14 | 12 | -54/+104 |
* | | | Add many missing closing PHP tags to tests | Máté Kocsis | 2020-08-09 | 4 | -2/+3 |
* | | | Accept zend_object* in zend_update_property | Nikita Popov | 2020-08-07 | 1 | -4/+4 |
* | | | Accept zend_object in zend_read_property | Nikita Popov | 2020-08-07 | 2 | -4/+4 |
* | | | Implement named parameters | Nikita Popov | 2020-07-31 | 1 | -0/+5 |
* | | | Remove no_separation flag | Nikita Popov | 2020-07-07 | 1 | -5/+0 |
* | | | Disallow separation in a number of callbacks | Nikita Popov | 2020-07-07 | 1 | -5/+5 |
* | | | Remove proto comments from C files | Max Semenik | 2020-07-06 | 4 | -104/+52 |
* | | | Replace EXPECTF when possible | Fabien Villepinte | 2020-06-29 | 3 | -3/+3 |
* | | | Don't accept objects instead of arrays in curl | Nikita Popov | 2020-06-29 | 3 | -16/+14 |
* | | | Make exit() unwind properly | Nikita Popov | 2020-06-29 | 2 | -2/+0 |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2020-06-26 | 2 | -2/+18 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2020-06-26 | 2 | -2/+18 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #79741 | Nikita Popov | 2020-06-26 | 2 | -2/+18 |
* | | | Remove unnecessary PHPDoc-alike blocks from tests | Máté Kocsis | 2020-06-24 | 15 | -79/+0 |
* | | | Add flag to forbid dynamic property creation on internal classes | Nikita Popov | 2020-06-24 | 3 | -3/+3 |
* | | | Skip two curl tests under asan | Nikita Popov | 2020-06-24 | 2 | -0/+2 |
* | | | Include stub hash in generated arginfo files | Nikita Popov | 2020-06-24 | 2 | -2/+4 |
* | | | Also allow casting CurlMultiHandles | Nikita Popov | 2020-06-22 | 4 | -2/+8 |
* | | | Allow casting CurlHandle to int | Nikita Popov | 2020-06-19 | 2 | -0/+34 |
* | | | Fix UNKNOWN default values in ext/curl | Máté Kocsis | 2020-06-18 | 6 | -20/+17 |
* | | | Remove the deprecated parameter of curl_version() | Máté Kocsis | 2020-06-18 | 4 | -29/+3 |
* | | | Fixed multiple definition | Dmitry Stogov | 2020-06-18 | 1 | -2/+0 |
* | | | Convert CURL resources to objects | Máté Kocsis | 2020-06-17 | 17 | -462/+596 |
* | | | Fix [-Wundef] warning in cURL extension | George Peter Banyard | 2020-05-16 | 5 | -7/+7 |
* | | | Generate method entries from stubs for curl, ffi, pdo, phar | Máté Kocsis | 2020-04-14 | 3 | -11/+22 |
* | | | Store default parameter values of internal functions in arg info | Máté Kocsis | 2020-04-08 | 1 | -2/+2 |
* | | | Generate function entries from stubs for a couple of extensions | Máté Kocsis | 2020-04-04 | 4 | -103/+116 |
* | | | Do not include the same stub multiple times | Máté Kocsis | 2020-04-03 | 2 | -2/+2 |
* | | | Merge branch 'PHP-7.4' | Christoph M. Becker | 2020-03-12 | 2 | -2/+24 |
|\ \ \ | |/ / |