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: phpredis/phpredis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: phpredis/phpredis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release/6.3.0
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 9 files changed
  • 1 contributor

Commits on Nov 5, 2025

  1. Configuration menu
    Copy the full SHA
    ab593f0 View commit details
    Browse the repository at this point in the history
  2. Cloning our objects should not segfault

    In a future release we can actually implement cloning logic along with
    lazy reconnection but for now, just throw a fatal error.
    
    Fixes #1760
    michael-grunder committed Nov 5, 2025
    Configuration menu
    Copy the full SHA
    770034c View commit details
    Browse the repository at this point in the history
  3. Prepare for 6.3.0 GA

    Only functional changes:
    
    * Make it so cloning `Redis`, `RedisCluster` or `RedisArray` will not
      segfault.
    * Fix return types of `RedisCluster` `vetattr` and `vsetattr`.
    michael-grunder committed Nov 5, 2025
    Configuration menu
    Copy the full SHA
    2a0686e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad5c977 View commit details
    Browse the repository at this point in the history
Loading