Commit Graph

1048 Commits

Author SHA1 Message Date
Zach Borboa cd22b0ceeb Clean up 2018-04-26 19:18:18 -07:00
Zach Borboa 96b3a61d68 Merge pull request #514 from zachborboa/master
Add support for detecting SOAP content-types
2018-04-26 18:14:26 -07:00
Zach Borboa a969fabaa0 Fix #513: Add support for detecting SOAP content-types 2018-04-26 17:59:23 -07:00
Zach Borboa 932b86987f Merge pull request #512 from zachborboa/master
Use correct body in POST requests that use empty arrays for data
2018-04-26 03:22:57 -07:00
Zach Borboa e240b43606 Fix #511: Use correct body in POST requests that use empty data arrays.
This fixes JSON POST requests incorrectly sending a serialized empty
array "[]" instead of an empty request body by default.
2018-04-26 02:49:21 -07:00
Zach Borboa bdcf043917 Merge pull request #510 from zachborboa/master
Run continuous integration tests on version 7.2
2018-04-23 02:38:41 -07:00
Zach Borboa 6ccc08caf7 Run continuous integration tests on version 7.2 2018-04-23 02:20:48 -07:00
Zach Borboa 4b19e0fa02 Bump patch version 8.0.3 2018-04-21 01:28:43 -07:00
Zach Borboa 749327db53 Merge pull request #508 from zachborboa/master
Allow requests with Cyrillic characters in url
2018-04-20 01:16:44 -07:00
Zach Borboa cfad5c4d3c Fix #505: Allow requests with Cyrillic characters in url 2018-04-20 01:03:05 -07:00
Zach Borboa 75597b28c4 Bump patch version 8.0.2 2018-04-09 01:28:13 -07:00
Zach Borboa 7a634a6203 Merge pull request #507 from zachborboa/master
Remove content-length header for PATCH requests when data is empty
2018-04-09 01:27:04 -07:00
Zach Borboa a028011f3d Fix #506: Remove content-length header for PATCH requests when data is empty 2018-04-09 01:03:40 -07:00
Zach Borboa 624a49819d Temporarily allow hhvm continuous integration tests to fail 2018-04-09 00:37:19 -07:00
Zach Borboa 83cd9d14ee Update comment to match new behavior 2018-03-06 22:17:38 -08:00
agapov97 caf1ec2062 multicurl - starting new requests while curls array is not empty and activeCurls array size less than concurrency 2018-02-26 17:21:21 +03:00
Zach Borboa 53c45a6289 Temporarily allow hhvm-nightly continuous integration tests to fail 2018-02-13 23:12:12 -08:00
Zach Borboa 6efebcdcdf Update @return documentation 2018-02-08 08:12:58 -08:00
Zach Borboa bdfe1fcca0 Merge pull request #495 from zachborboa/master
Fix hhvm-nightly unit test failure
8.0.1
2018-01-27 07:40:39 -08:00
Zach Borboa 1d8c3f06da Skip post-redirect-get test on hhvm-nightly 2018-01-27 06:28:51 -08:00
Zach Borboa 7d59f67756 Fix unit test failure due to unresolvable dependencies.
Error 1:
  $ composer require phpunit/phpunit:5.7.*
  Your requirements could not be resolved to an installable set of packages.

Error 2:
  Fatal error: Uncaught Error: unknown class PHPUnit_Framework_TestCase in PHPCurlClassTest.php:9
2018-01-27 05:25:32 -08:00
Zach Borboa 8156a3f402 Bump patch version 2018-01-27 04:41:34 -08:00
Zach Borboa afce677cb0 Clean up 2018-01-27 04:40:38 -08:00
Zach Borboa b6ad72fee4 Merge pull request #494 from zachborboa/master
Fix #493: Build POST data correctly when headers have been set
2018-01-26 01:16:34 -08:00
Zach Borboa 40f7026185 Fix #493: Build POST data correctly when headers have been set.
Call MultiCurl::queueHandle sooner so that headers are correctly set when Curl::buildPostData is called and builds POST data differently depending on the request content-type.
2018-01-26 00:58:37 -08:00
Zach Borboa 44c1539ba6 Fix decoders set on individual instances ignored 2018-01-25 22:49:57 -08:00
Zach Borboa 21729d22a9 Use Curl::setCookies in favor Curl::setCookie in loop 2018-01-25 21:20:11 -08:00
Zach Borboa 50927dd294 Rename callbacks 2018-01-25 20:29:55 -08:00
Zach Borboa aa74a1cea4 Clean up 2018-01-25 19:52:20 -08:00
Zach Borboa e2b3f7abfe Merge pull request #491 from zachborboa/master
Fix #490: Allow malformed response header to be parsed without error
2018-01-09 02:13:36 -08:00
Zach Borboa cbacd9a68b Fix #490: Allow malformed response header to be parsed without error 2018-01-09 01:58:51 -08:00
Zach Borboa d0747c41a3 Enable error reporting when running PHPUnit tests (regardless of system's php.ini setting) 2018-01-09 01:39:12 -08:00
Zach Borboa dc8282d086 Bump major version 8.0.0 2017-11-01 23:07:25 -07:00
Zach Borboa ef4468d36f Fix #305: Implement Curl::getResponseCookies() 2017-11-01 22:59:25 -07:00
Zach Borboa 44a5322689 Fix #481: Improve the compressed transfer example 2017-10-25 23:13:15 -07:00
Zach Borboa fc49b8253a Add trailing slashes to directories 2017-10-23 21:22:40 -07:00
giansalex b91a1bf1b5 append security & readme 2017-10-21 09:51:32 -05:00
giansalex e8efdddf7a add gitattributes 2017-10-19 16:45:04 -05:00
Zach Borboa a470ce9cf1 Clean up 2017-10-12 23:27:17 -07:00
Zach Borboa e59990b744 Use full example for enabling verbose mode 2017-10-11 07:25:53 -07:00
Zach Borboa 90d0d9d51f Merge pull request #477 from zachborboa/master
Fix subsequent request hanging after a PUT request
2017-10-11 00:34:17 -07:00
Zach Borboa 0347facabc Allow spaces after comma 2017-10-11 00:20:13 -07:00
Zach Borboa 05a5af9b8e Fix #472: Reset request content-length to fix subsequent request hanging after a PUT request 2017-10-11 00:01:20 -07:00
Zach Borboa 0634f4449a Link to troubleshooting doc 2017-10-10 22:26:19 -07:00
Zach Borboa 1be886c107 Add troubleshooting doc 2017-10-10 22:21:30 -07:00
Zach Borboa 7fdccc7c7d Merge pull request #474 from zachborboa/master
Add basic support for requests using relative paths
2017-10-09 20:35:30 -07:00
Zach Borboa 7bce2d9606 Clean up 2017-10-09 19:33:10 -07:00
Zach Borboa ce9ff3c7ec Fix #347: Add basic support for requests using relative paths 2017-10-09 19:30:36 -07:00
Zach Borboa dd8493d6b6 Fix @return in doccomment 2017-09-13 23:53:22 -07:00
Zach Borboa 65c5a598ab Clean up 2017-09-11 22:32:47 -07:00