Commit Graph

  • 733319eb1d Update matrix strategy key name Zach Borboa 2021-11-26 23:38:47 -05:00
  • eb13430bf6 Merge pull request #696 from zachborboa/master Zach Borboa 2021-11-26 13:38:41 -05:00
  • c975670b97 Run psalm on PHP >= 7.1 Zach Borboa 2021-11-26 00:07:30 -05:00
  • d79fb1689f Skip running static analysis checks on future releases Zach Borboa 2021-11-25 23:52:55 -05:00
  • b27c29b5ec Fix psalm UndefinedClass errors Zach Borboa 2021-11-25 23:16:35 -05:00
  • 23ce1726b3 Fix psalm error: InvalidParamDefault Zach Borboa 2021-11-25 20:25:08 -05:00
  • 5087a6b6d8 Add static analysis checks to continuous integration Zach Borboa 2021-11-25 19:32:50 -05:00
  • d0ea9779c4 Merge pull request #695 from zachborboa/master Zach Borboa 2021-11-25 14:34:25 -05:00
  • 8b16eb7207 Add PHP 8.1 to list of compatible versions Zach Borboa 2021-11-25 14:05:58 -05:00
  • 04637b3058 Move PHP 8.1 out of future release Zach Borboa 2021-11-25 13:42:01 -05:00
  • 66d92b9324 Merge pull request #694 from zachborboa/master Zach Borboa 2021-11-25 12:15:40 -05:00
  • c4ee562d5f Remove additional uses of function_exists() where no longer necessary Zach Borboa 2021-11-25 11:36:35 -05:00
  • 9c03d19715 Remove some uses of function_exists() where no longer necessary Zach Borboa 2021-11-25 11:11:32 -05:00
  • 9c08d0b2a1 Merge pull request #693 from zachborboa/master Zach Borboa 2021-11-24 23:55:46 -05:00
  • 21564e7429 Allow test failures on future PHP releases to fail more quietly Zach Borboa 2021-11-24 23:12:31 -05:00
  • 9d78953513 Add PHP 8.2 to continuous integration tests Zach Borboa 2021-11-24 22:01:44 -05:00
  • 13a5718d18 Allow future PHP releases to fail continuous integration tests Zach Borboa 2021-11-24 22:01:06 -05:00
  • 71c75a4638 Add PHP 8.1 to continuous integration tests Zach Borboa 2021-11-24 21:01:42 -05:00
  • 8626b78ef2 Merge pull request #692 from zachborboa/master Zach Borboa 2021-11-24 21:00:22 -05:00
  • 35721c1859 Replace inline format list with block format list Zach Borboa 2021-11-24 20:36:59 -05:00
  • 3d0209d3b3 php8.1 ReturnTypeWillChange Eirik Besteland 2021-11-24 23:44:07 +01:00
  • 5c865c33ee Merge pull request #689 from zachborboa/master Zach Borboa 2021-11-24 08:47:46 -05:00
  • 44bb1c6b80 Merge branch 'tgerakitis-master' Zach Borboa 2021-11-23 23:25:17 -05:00
  • 7dae1c6b54 Update server test names Zach Borboa 2021-11-23 23:24:54 -05:00
  • e999cb4e25 Fix #686: Build url without using data parameter Also for PATCH, PUT & SEARCH requests Theodoros-Franz Gerakitis 2021-11-23 09:14:47 +01:00
  • 522c829211 Merge pull request #688 from zachborboa/master Zach Borboa 2021-11-23 22:22:21 -05:00
  • 31a65e2dfb Remove void return type when running tests on PHP 7.0 Zach Borboa 2021-11-23 21:53:32 -05:00
  • 860645c623 Add option to skip slow tests using an environment variable Zach Borboa 2021-11-23 20:37:33 -05:00
  • 8340a4c0ca Bump version: 9.4.0 → 9.5.0 9.5.0 Zach Borboa 2021-11-21 14:12:30 -05:00
  • 92a8f3bbe2 Fix #686: Build url without using data parameter Zach Borboa 2021-11-20 23:43:44 -05:00
  • 2973f50df8 Determine request method using helper method Zach Borboa 2021-11-20 23:13:10 -05:00
  • 3d9acedb66 Correct the post/redirect/get logic when using MultiCurl::addPost() Zach Borboa 2021-11-20 22:17:32 -05:00
  • 0c8eab3083 Fix empty request headers value Zach Borboa 2021-11-20 15:43:36 -05:00
  • cc4891ce55 Fix count() on null Zach Borboa 2021-11-19 22:54:34 -05:00
  • 2c73d6321e Fix #684: Add GET request with port specified Zach Borboa 2021-10-03 18:32:45 -04:00
  • 3bc40c0138 Fix typo Zach Borboa 2021-09-23 21:28:18 -04:00
  • b12fedd018 Merge pull request #683 from zachborboa/master Zach Borboa 2021-09-21 16:23:17 -04:00
  • 37655237ac Fix PHP CodeSniffer method name warnings Zach Borboa 2021-09-21 15:58:39 -04:00
  • bd85374938 Add PHPCompatibility ruleset to coding standards check Zach Borboa 2021-09-21 11:12:01 -04:00
  • a4d91d28ba Run check coding standard commands from the project root directory Zach Borboa 2021-09-21 14:40:55 -04:00
  • 5c0a351e41 Unify continuous integration and run scripts more closely Zach Borboa 2021-09-21 10:42:56 -04:00
  • 1c6d297478 Merge pull request #682 from zachborboa/master Zach Borboa 2021-09-15 07:22:41 -04:00
  • a4f4223b98 Implement Curl::setStop() for stopping requests early Zach Borboa 2021-09-15 05:49:25 -04:00
  • 6146e764f6 Ensure Curl::rawResponse is a string Zach Borboa 2021-09-15 03:11:11 -04:00
  • 5b7a9593be Fix response length calculation when curl_exec() returns false on failure Zach Borboa 2021-09-15 02:03:24 -04:00
  • 108268bbf4 Display hint at content length determination Zach Borboa 2021-09-14 10:31:49 -04:00
  • 0db3c1b227 Fix #675: Use paths with leading slashes Zach Borboa 2021-09-14 09:32:45 -04:00
  • e6de01c8c3 Bump version: 9.3.1 → 9.4.0 9.4.0 Zach Borboa 2021-09-04 14:28:24 -04:00
  • a8714527e6 Increase tolerance of request start time Zach Borboa 2021-08-19 20:18:04 -04:00
  • 06124e84ed Simplify updating readme methods Zach Borboa 2021-08-07 19:50:52 -04:00
  • b632753ff6 Merge pull request #680 from zachborboa/master Zach Borboa 2021-08-07 18:50:27 -04:00
  • 8bc9d6dd71 Fix parsing paths with Cyrillic characters Zach Borboa 2021-08-07 17:52:34 -04:00
  • eadd466f66 Fix parsing schemeless url Zach Borboa 2021-08-07 17:48:47 -04:00
  • 25e9126f77 Make Url::parseUrl() and Url::percentEncodeChars() static functions. Zach Borboa 2021-08-06 19:31:33 -04:00
  • 45c09153fc Bump version: 9.3.0 → 9.3.1 9.3.1 Zach Borboa 2021-08-05 06:49:22 -04:00
  • 620bf40691 Move ArrayUtil tests under ArrayUtilTest Zach Borboa 2021-07-26 21:48:17 -04:00
  • 712f3555bc Merge pull request #678 from zachborboa/master Zach Borboa 2021-07-26 21:28:15 -04:00
  • c51b175748 Increase amount of time drift allowed Zach Borboa 2021-07-26 20:44:33 -04:00
  • cd825550b2 Fix Curl::downloadFileName not being correctly set Zach Borboa 2021-07-26 11:16:24 -04:00
  • 285b4f02e6 Update tests to more closely match one another Zach Borboa 2021-07-26 10:29:24 -04:00
  • 7af4a8d383 Fix some errors caused by using strict types Zach Borboa 2021-07-26 10:08:44 -04:00
  • bb1a190071 Use strict types Zach Borboa 2021-07-26 00:48:18 -04:00
  • 6ceabf7293 Clean up Zach Borboa 2021-07-26 00:35:01 -04:00
  • 4353baa2f2 Fix floor() returning float instead of integer Zach Borboa 2021-07-26 00:14:52 -04:00
  • 73dfde67e2 Modernize type casting Zach Borboa 2021-07-25 23:53:32 -04:00
  • 1ac43b2972 Use strict parameters Zach Borboa 2021-07-25 23:49:30 -04:00
  • 98a18bc086 Use strict comparison Zach Borboa 2021-07-25 23:45:52 -04:00
  • daa8bf2aea Use library method in example Zach Borboa 2021-07-23 22:07:40 -04:00
  • 52a92d71a2 Bump version: 9.2.0 → 9.3.0 9.3.0 Zach Borboa 2021-07-23 21:56:47 -04:00
  • 23d80e48f5 Update changelog Zach Borboa 2021-07-23 21:55:33 -04:00
  • 038c015f2c Update diagnostic output wording Zach Borboa 2021-07-21 10:47:18 -04:00
  • 1226bb1a6c Implement option to capture output of Curl::diagnose() Zach Borboa 2021-07-20 23:28:20 -04:00
  • 7348de72f3 Clean up Zach Borboa 2021-07-20 23:10:20 -04:00
  • 18e76855c2 Fix assertion Zach Borboa 2021-07-20 23:01:40 -04:00
  • a9592df07a Add example showing Curl::diagnose() usage Zach Borboa 2021-07-20 22:32:51 -04:00
  • 3b51359268 Add additional request details in Curl::diagnose() Zach Borboa 2021-07-20 22:22:15 -04:00
  • b1faf1e4a0 Fix typos Zach Borboa 2021-07-20 22:17:42 -04:00
  • 2a899465c4 Add method to run basic request diagnostics Zach Borboa 2021-07-18 21:56:03 -04:00
  • 81e27c6d21 Suggest printing instance information when troubleshooting Zach Borboa 2021-07-18 19:01:58 -04:00
  • 8b73ad5b35 Update changelog 9.2.0 Zach Borboa 2021-06-23 10:50:09 -04:00
  • c3b0559eb6 Bump version: 9.1.0 → 9.2.0 Zach Borboa 2021-06-23 10:40:19 -04:00
  • c97c96d5d4 Bump version: 8.9.4 → 8.10.0 8.10.0 php5.x-master Zach Borboa 2021-06-23 10:34:00 -04:00
  • 9c92856c61 Add additional Curl::set* and MultiCurl::set* helper methods Zach Borboa 2021-06-23 10:28:58 -04:00
  • 4a271bd34c Fix badge showing incorrect latest release version Zach Borboa 2021-06-23 10:12:49 -04:00
  • 32c6eac722 Fix typo Zach Borboa 2021-06-23 09:51:56 -04:00
  • d295be6e5e Merge pull request #674 from zachborboa/master Zach Borboa 2021-06-17 11:54:46 -04:00
  • 250421927f Add additional Curl::set* and MultiCurl::set* helper methods Zach Borboa 2021-06-17 11:14:29 -04:00
  • 47bd611647 Fix typo Zach Borboa 2021-06-17 10:24:08 -04:00
  • 871ff24877 Bump version: 8.9.3 → 8.9.4 8.9.4 Zach Borboa 2021-06-12 22:33:06 -04:00
  • 7646101e15 Fix badge showing incorrect latest release version Zach Borboa 2021-06-12 22:27:45 -04:00
  • 5e20ae37fa Unify continuous integration and run scripts more closely Zach Borboa 2021-06-11 08:37:46 -04:00
  • b06af57cb3 Clean up Zach Borboa 2021-06-11 08:24:40 -04:00
  • 919566db1f Merge pull request #672 from zachborboa/master Zach Borboa 2021-06-11 07:21:49 -04:00
  • 8d62a97719 Unify continuous integration and run scripts more closely Zach Borboa 2021-06-11 00:19:33 -04:00
  • b6fdee5360 Run continuous integration on the legacy branch Zach Borboa 2021-06-10 10:32:33 -04:00
  • 380982de56 Merge pull request #671 from ginnerpeace/patch-1 Zach Borboa 2021-06-09 23:30:19 -04:00
  • 767f486699 Fix use '$this' in non-object context ginnerpeace 2021-06-09 23:05:37 -04:00
  • d678025869 Fix missing rsync error: "sh: 2: rsync: not found" Zach Borboa 2021-06-10 20:16:21 -04:00
  • 5425310a53 Fix #670: Add additional checks before attempting to close curl handles Zach Borboa 2021-06-10 20:15:53 -04:00
  • 1b5989f9e9 Run test script when testing inside containers Zach Borboa 2021-06-10 20:10:52 -04:00