summaryrefslogtreecommitdiff
path: root/ext/curl
Commit message (Expand)AuthorAgeFilesLines
* Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-2039-39/+39
* Remove empty sections in testsGabriel Caruso2018-02-143-11/+8
* Remove trailing whitespace in inc filesGabriel Caruso2018-02-101-2/+2
* Use bool instead of boolean while throwing a type errorGabriel Caruso2018-02-041-1/+1
* Use int instead of integer in type errorsGabriel Caruso2018-02-042-8/+8
* Cleanup some tests - remove unnecessary sectionsStanislav Malyshev2018-02-041-1/+1
* Bump libcurl requirement to 7.15.5Nikita Popov2018-02-035-137/+22
* Script to check the sync of cURL constants with online docsBenjamin Morel2018-02-031-0/+321
* Add CURLOPT_REQUEST_TARGET constantBenjamin Morel2018-02-031-0/+7
* Merge branch 'PHP-7.2'Anatol Belski2018-01-121-1/+1
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-01-121-1/+1
| |\
| | * Unify EOLAnatol Belski2018-01-121-53/+53
| | * Extend test, latest cURL ships also with smb and smbsAnatol Belski2018-01-121-1/+1
| | * year++Xinchen Hui2018-01-025-5/+5
| * | year++Xinchen Hui2018-01-025-5/+5
* | | remove false dupXinchen Hui2018-01-081-10/+5
* | | Use GC_ADDREFXinchen Hui2018-01-071-7/+7
* | | year++Xinchen Hui2018-01-025-5/+5
* | | Bump libcurl requirement to 7.12.1Nikita Popov2017-12-195-61/+12
* | | Merge branch 'PHP-7.2'Nikita Popov2017-12-161-1/+1
|\ \ \ | |/ /
| * | Fixed bug #75614Nikita Popov2017-12-161-1/+1
* | | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | | Merge branch 'PHP-7.2'Anatol Belski2017-12-031-0/+11
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2017-12-031-0/+11
| |\ \ | | |/
| | * Fix compat with libcurl 7.56.1+ and file:// wrapperAnatol Belski2017-12-031-0/+11
| | * Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-10-191-2/+2
| | |\
| | | * Escape newline on curl config.m4Ryan Volz2017-10-191-2/+2
* | | | Avoid unnecessary reference-counting on strings.Dmitry Stogov2017-11-161-21/+28
* | | | Merge branch 'PHP-7.2'Joe Watkins2017-09-121-1/+1
|\ \ \ \ | |/ / /
| * | | Fix LDFLAGS getting overwritten (ext/curl)Dylan K. Taylor2017-09-121-1/+1
* | | | Add test for curl_mutli_close on non curl multi resourceMatt Piskorz2017-09-061-0/+25
* | | | Merge branch 'PHP-7.2'Remi Collet2017-08-271-2/+6
|\ \ \ \ | |/ / /
| * | | Improve pkg-config usageRemi Collet2017-08-271-2/+6
* | | | Merge branch 'PHP-7.2'Remi Collet2017-08-251-54/+76
|\ \ \ \ | |/ / /
| * | | Switch from curl-config to pkg-config for curl extensionRemi Collet2017-08-251-54/+76
* | | | Merge branch 'PHP-7.2'Remi Collet2017-08-181-0/+3
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.1' into PHP-7.2Remi Collet2017-08-181-0/+3
| |\ \ \ | | |/ /
| | * | Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-08-181-0/+3
| | |\ \ | | | |/
| | | * Fixed bug #75093 OpenSSL support not detectedRemi Collet2017-08-181-0/+3
* | | | Get rid of all these old package[2].xml files, most of these had no had a rel...Kalle Sommer Nielsen2017-08-171-52/+0
* | | | Refactor php_url struct to save memory dup in common casesXinchen Hui2017-08-061-1/+1
* | | | Add test for curl_share_closeBarry O Sullivan2017-08-041-0/+19
|/ / /
* | | Merge branch 'PHP-7.1' into PHP-7.2Joe Watkins2017-07-251-3/+19
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-07-251-3/+19
| |\ \ | | |/
| | * Fixed finding CURL on systems with multiarch supportCarsten Brandt2017-07-251-3/+19
| * | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-03-271-1/+1
| |\ \ | | |/
| | * deps updated, cherry-pick 88642decf9ab59d206db515990886b0761bfa835Anatol Belski2017-03-271-1/+1
* | | Remove superfluous semicolonsTom Van Looy2017-06-261-1/+1
* | | Fixed wrong usage of old ZPP API.Dmitry Stogov2017-06-192-2/+2
* | | Avoid useless dereferences and separations during paramter passing.Dmitry Stogov2017-06-192-7/+7