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: php-curl-class/php-curl-class
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 12.0.2
Choose a base ref
...
head repository: php-curl-class/php-curl-class
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 12.0.3
Choose a head ref
  • 5 commits
  • 15 files changed
  • 3 contributors

Commits on Nov 21, 2025

  1. Simplify MultiCurl execution loop (#1017)

    * Clean up
    
    * Simplify MultiCurl execution loop
    
    - Removes legacy workarounds
    - Deprecates MultiCurl::setRequestTimeAccuracy()
    - Removes use of CURLM_CALL_MULTI_PERFORM ("As of cURL 7.20.0, this constant is not used")
    zachborboa authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    4b36f45 View commit details
    Browse the repository at this point in the history
  2. Add PHP 8.5 (#1018)

    * Add PHP 8.5 to continuous integration tests
    
    * Use variable
    
    * Add temporary skip
    
    * Allow PHP CS Fixer to run on unsupported PHP versions
    zachborboa authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    c46ef2a View commit details
    Browse the repository at this point in the history
  3. ⬆ Bump actions/checkout from 5 to 6 (#1019)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Zach Borboa <zachborboa@gmail.com>
    dependabot[bot] and zachborboa authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    e819693 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2025

  1. Use WeakMap for active handle tracking (#1020)

    * Use WeakMap for active handle tracking
    
    - Replaces array-based tracking with PHP 8.0 \WeakMap
    - Replaces an O(N) lookup with an O(1) lookup in the MultiCurl execution loop
    
    * Fix tests
    zachborboa authored Nov 22, 2025
    Configuration menu
    Copy the full SHA
    f01d24f View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2025

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