Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: yiisoft/yii2-httpclient
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.16
Choose a base ref
...
head repository: yiisoft/yii2-httpclient
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 18 commits
  • 60 files changed
  • 9 contributors

Commits on Feb 13, 2025

  1. prepare for next release

    samdark committed Feb 13, 2025
    Configuration menu
    Copy the full SHA
    0b4de01 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2025

  1. Fix #250: Fixed `TypeError: stream_get_contents(): Argument #1 ($stre…

    …am) must be of type resource, bool given` in case PHP error reporting is turned off
    shaperman authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    f6a1930 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2025

  1. Fix #251: Fixed `The predefined locally scoped $http_response_header …

    …variable is deprecated` since PHP 8.5
    Arkeins authored Nov 27, 2025
    Configuration menu
    Copy the full SHA
    0440c19 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2026

  1. Fix #253: Fixed curl_close() and curl_multi_close() deprecation s…

    …ince PHP 8.5
    
    Co-authored-by: samdark <47294+samdark@users.noreply.github.com>
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
    3 people authored Jan 10, 2026
    Configuration menu
    Copy the full SHA
    400dc61 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2026

  1. Configuration menu
    Copy the full SHA
    a5844a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    655bfe8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    752c120 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b70d546 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fbf6960 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3db8ec3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e732c7f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2153190 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2026

  1. Configuration menu
    Copy the full SHA
    ec017ea View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2026

  1. Configuration menu
    Copy the full SHA
    eb412af View commit details
    Browse the repository at this point in the history
  2. Enhance documentation, add scripts for composer.json and apply fixe…

    …d `phpdoc-property` annotations. (#257)
    terabytesoftw authored Feb 14, 2026
    Configuration menu
    Copy the full SHA
    9e4b99a View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2026

  1. Added additional keys to Message::getHeaders() to make full HTTP st…

    …atus line details available to `Client::getHeaders()`. (#205)
    zmoddynamics authored Feb 17, 2026
    Configuration menu
    Copy the full SHA
    3e8bc25 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2026

  1. Fix @var annotation for Response::$statusCode and @return annot…

    …ation for `Response::getStatusCode()` (#258)
    mspirkov authored Feb 26, 2026
    Configuration menu
    Copy the full SHA
    82023cf View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2026

  1. Configuration menu
    Copy the full SHA
    5ce58d9 View commit details
    Browse the repository at this point in the history
Loading