Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add constants from curl 7.56 to 7.61 | Pierrick Charron | 2018-10-08 | 2 | -2/+130 |
* | Add constants from curl 7.50 to 7.55 | Pierrick Charron | 2018-10-03 | 4 | -1/+216 |
* | Merge branch 'PHP-7.2' into PHP-7.3 | Pierrick Charron | 2018-09-17 | 1 | -1/+17 |
|\ | |||||
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Pierrick Charron | 2018-09-17 | 1 | -1/+17 |
| |\ | |||||
| | * | Fix 76480: Use curl_multi_wait() so that timeouts are respected | Pierrick Charron | 2018-09-17 | 1 | -1/+17 |
* | | | Merge branch 'PHP-7.2' into PHP-7.3 | Anatol Belski | 2018-09-05 | 1 | -1/+16 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-09-05 | 1 | -1/+16 |
| |\ \ | | |/ | |||||
| | * | Sync with recent changes to default libcurl build | Anatol Belski | 2018-09-05 | 1 | -1/+16 |
* | | | Replace obsolete AC_TRY_FOO with AC_FOO_IFELSE | Peter Kokot | 2018-07-30 | 1 | -4/+4 |
* | | | Trim trailing whitespaces in build files | Peter Kokot | 2018-07-29 | 1 | -8/+8 |
* | | | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 7 | -14/+1 |
* | | | Uze ZVAL_COPY_DEREF() instead of ZVAL_DEREF() and ZVAL_COPY() | Dmitry Stogov | 2018-07-09 | 1 | -2/+1 |
* | | | Add missing INI directives to curl phpinfo | Peter Kokot | 2018-07-07 | 1 | -0/+2 |
* | | | Use zval_ptr_dtor_nogc() instead of zval_dtor() inplaces where circular-refer... | Dmitry Stogov | 2018-07-05 | 1 | -1/+1 |
* | | | 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 |
* | | | Merge branch 'PHP-7.2' | Anatol Belski | 2018-05-18 | 3 | -9/+15 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-05-18 | 3 | -9/+15 |
| |\ \ | | |/ | |||||
| | * | Fix curl tests wrt. AppVeyor and curl updates | Anatol Belski | 2018-05-18 | 3 | -9/+15 |
| | * | Fix potential memory leak in curl extension | Thomas Punt | 2018-04-29 | 1 | -1/+1 |
* | | | Remove return types from some magic method in protos | Gabriel Caruso | 2018-03-09 | 1 | -2/+2 |
* | | | Use int instead of long in protos | Gabriel Caruso | 2018-02-23 | 1 | -1/+1 |
* | | | remove support for string|unicode in tests | Gabriel Caruso | 2018-02-22 | 2 | -3/+3 |
* | | | Use EXPECT instead of EXPECTF when possible | Gabriel Caruso | 2018-02-20 | 39 | -39/+39 |
* | | | Remove empty sections in tests | Gabriel Caruso | 2018-02-14 | 3 | -11/+8 |
* | | | Remove trailing whitespace in inc files | Gabriel Caruso | 2018-02-10 | 1 | -2/+2 |
* | | | Use bool instead of boolean while throwing a type error | Gabriel Caruso | 2018-02-04 | 1 | -1/+1 |
* | | | Use int instead of integer in type errors | Gabriel Caruso | 2018-02-04 | 2 | -8/+8 |
* | | | Cleanup some tests - remove unnecessary sections | Stanislav Malyshev | 2018-02-04 | 1 | -1/+1 |
* | | | Bump libcurl requirement to 7.15.5 | Nikita Popov | 2018-02-03 | 5 | -137/+22 |
* | | | Script to check the sync of cURL constants with online docs | Benjamin Morel | 2018-02-03 | 1 | -0/+321 |
* | | | Add CURLOPT_REQUEST_TARGET constant | Benjamin Morel | 2018-02-03 | 1 | -0/+7 |
* | | | Merge branch 'PHP-7.2' | Anatol Belski | 2018-01-12 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-01-12 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Unify EOL | Anatol Belski | 2018-01-12 | 1 | -53/+53 |
| | * | Extend test, latest cURL ships also with smb and smbs | Anatol Belski | 2018-01-12 | 1 | -1/+1 |
| | * | year++ | Xinchen Hui | 2018-01-02 | 5 | -5/+5 |
| * | | year++ | Xinchen Hui | 2018-01-02 | 5 | -5/+5 |
* | | | remove false dup | Xinchen Hui | 2018-01-08 | 1 | -10/+5 |
* | | | Use GC_ADDREF | Xinchen Hui | 2018-01-07 | 1 | -7/+7 |
* | | | year++ | Xinchen Hui | 2018-01-02 | 5 | -5/+5 |
* | | | Bump libcurl requirement to 7.12.1 | Nikita Popov | 2017-12-19 | 5 | -61/+12 |
* | | | Merge branch 'PHP-7.2' | Nikita Popov | 2017-12-16 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fixed bug #75614 | Nikita Popov | 2017-12-16 | 1 | -1/+1 |
* | | | 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 |
| | * | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-10-19 | 1 | -2/+2 |
| | |\ |