Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable10] Support phpredis develop branch #28717

Merged
merged 3 commits into from Aug 18, 2017
Merged

[stable10] Support phpredis develop branch #28717

merged 3 commits into from Aug 18, 2017

Commits on Aug 16, 2017

  1. Support phpredis develop branch

    ## Description
    I use the current develop branch from phpredis and they changed its serial to "develop".
    I added a check if  the version is develop if so return true and continue.
    
    ## How Has This Been Tested?
    Tested on 10.0.2 with latest phpredis develop branch
    
    ## Types of changes
    - [x] Bug fix (non-breaking change which fixes an issue)
    - [ ] New feature (non-breaking change which adds functionality)
    - [ ] Breaking change (fix or feature that would cause existing functionality to change)
    
    ## Checklist:
    
    - [ ] My code follows the code style of this project.
    - [ ] My change requires a change to the documentation.
    - [ ] I have updated the documentation accordingly.
    - [x] I have read the **CONTRIBUTING** document.
    - [ ] I have added tests to cover my changes.
    - [ ] All new and existing tests passed.
    redhell committed Aug 16, 2017
    Copy the full SHA
    b324833 View commit details
    Browse the repository at this point in the history
  2. fixed copy and paster error

    redhell committed Aug 16, 2017
    Copy the full SHA
    bb03040 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2017

  1. Copy the full SHA
    22d654c View commit details
    Browse the repository at this point in the history