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-memcached-dev/php-memcached
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4ef6dce
Choose a base ref
...
head repository: RJ/php-memcached
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6d7ccec
Choose a head ref
  • 13 commits
  • 8 files changed
  • 3 contributors

Commits on Feb 2, 2009

  1. register const for ketama-hashing behaviour, which is already support…

    …ed by libmemcached
    RJ committed Feb 2, 2009
    Configuration menu
    Copy the full SHA
    fc7cd3e View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2009

  1. pull from upstream

    RJ committed Feb 3, 2009
    Configuration menu
    Copy the full SHA
    fb69c1a View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2009

  1. Various fixes.

    - Rename certain parameters in the API to be more clear.
    - Allow only strings as the append/prepend value.
    - Remove expiration parameter from append/prepend.
    
    Signed-off-by: Richard Jones <[email protected]>
    andrei authored and RJ committed Feb 9, 2009
    Configuration menu
    Copy the full SHA
    3e10673 View commit details
    Browse the repository at this point in the history
  2. Ignore cscope.out

    Signed-off-by: Richard Jones <[email protected]>
    andrei authored and RJ committed Feb 9, 2009
    Configuration menu
    Copy the full SHA
    4feba81 View commit details
    Browse the repository at this point in the history
  3. Fixes:

    - Allow passing 'null' for callbacks
    - get() with cas token fetching wasn't erroring out properly
    
    Signed-off-by: Richard Jones <[email protected]>
    andrei authored and RJ committed Feb 9, 2009
    Configuration menu
    Copy the full SHA
    fa4250c View commit details
    Browse the repository at this point in the history
  4. Use markdown.

    Signed-off-by: Richard Jones <[email protected]>
    Andrei Zmievski authored and RJ committed Feb 9, 2009
    Configuration menu
    Copy the full SHA
    a44af26 View commit details
    Browse the repository at this point in the history
  5. Fix markdown.

    Signed-off-by: Richard Jones <[email protected]>
    Andrei Zmievski authored and RJ committed Feb 9, 2009
    Configuration menu
    Copy the full SHA
    5f4aca7 View commit details
    Browse the repository at this point in the history
  6. Forgot getStats().

    Signed-off-by: Richard Jones <[email protected]>
    Andrei Zmievski authored and RJ committed Feb 9, 2009
    Configuration menu
    Copy the full SHA
    8c12442 View commit details
    Browse the repository at this point in the history
  7. Check for server key length.

    Signed-off-by: Richard Jones <[email protected]>
    Andrei Zmievski authored and RJ committed Feb 9, 2009
    Configuration menu
    Copy the full SHA
    53d99a8 View commit details
    Browse the repository at this point in the history
  8. Fix bug #15896 (Memcached setMulti error)

    Signed-off-by: Richard Jones <[email protected]>
    Andrei Zmievski authored and RJ committed Feb 9, 2009
    Configuration menu
    Copy the full SHA
    1535c70 View commit details
    Browse the repository at this point in the history
  9. Release 0.1.2.

    Signed-off-by: Richard Jones <[email protected]>
    Andrei Zmievski authored and RJ committed Feb 9, 2009
    Configuration menu
    Copy the full SHA
    15c51f2 View commit details
    Browse the repository at this point in the history
  10. Bludgeon bug #15896 (Memcached setMulti error) into submission.

    Signed-off-by: Richard Jones <[email protected]>
    Andrei Zmievski authored and RJ committed Feb 9, 2009
    Configuration menu
    Copy the full SHA
    95aaa1f View commit details
    Browse the repository at this point in the history
  11. Release 0.1.3.

    Signed-off-by: Richard Jones <[email protected]>
    Andrei Zmievski authored and RJ committed Feb 9, 2009
    Configuration menu
    Copy the full SHA
    6d7ccec View commit details
    Browse the repository at this point in the history
Loading