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: Vendini/php-memcached
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 616b1fc
Choose a head ref
  • 7 commits
  • 7 files changed
  • 1 contributor

Commits on Nov 17, 2012

  1. Removed unused memcached.ini option

    After the merge of commits 5ff9516 and faf84af
    the memcached.sess_num_replicas option is no longer used
    Mitch Hagstrand committed Nov 17, 2012
    Configuration menu
    Copy the full SHA
    71c9d7c View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2013

  1. Fixed tests after chanage to php_memc_do_serverlist_callback()

    The php function getServerList() no longer returns a weight value. The tests have been updated to reflect this change.
    
    The need for this change is result of commenting out "add_assoc_long(array, "weight", instance->weight);" in php_memcached.c
    Mitch Hagstrand committed Jan 11, 2013
    Configuration menu
    Copy the full SHA
    3c7aa25 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2013

  1. Merge branch 'php-memcached-master'

    Mitch Hagstrand committed Jan 30, 2013
    Configuration menu
    Copy the full SHA
    6fc0aee View commit details
    Browse the repository at this point in the history
  2. Merge branch 'FixTestsAfterWeightRemoved'

    Mitch Hagstrand committed Jan 30, 2013
    Configuration menu
    Copy the full SHA
    3cd8abe View commit details
    Browse the repository at this point in the history
  3. Merge branch 'FixIssue53'

    Mitch Hagstrand committed Jan 30, 2013
    Configuration menu
    Copy the full SHA
    dcea32c View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2013

  1. Merge branch 'msgpack'

    Mitch Hagstrand committed Jan 31, 2013
    Configuration menu
    Copy the full SHA
    0cc2949 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2013

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