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: master
Choose a base ref
...
head repository: php-memcached-dev/php-memcached
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: REL1_0
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 4 files changed
  • 3 contributors

Commits on Mar 11, 2010

  1. Release 1.0.1

    Fix build for libmemcached-0.38.
    andreiz committed Mar 11, 2010
    Configuration menu
    Copy the full SHA
    011afc7 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2010

  1. Configuration menu
    Copy the full SHA
    9a48162 View commit details
    Browse the repository at this point in the history
  2. Release 1.0.2.

    andreiz committed May 3, 2010
    Configuration menu
    Copy the full SHA
    f2718be View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2012

  1. Fix setting session expiry when using memcached for sessions.

    This commit fixes a bug where the ini file is incorrectly parsed resulting in the session ttl always being set to 0.
    This leads to never expiring sessions, bloating memcached usage. This is particularly troublesome when using
    CouchBase as a memcached replacement as sessions never expire, consuming all CouchBase storage.
    
    Markus Berthold found and fixed the bug. For more details, see:
    http://www.couchbase.org/forums/thread/using-membase-php-session-handler
    MarkRose committed Jan 3, 2012
    Configuration menu
    Copy the full SHA
    8d8c95b View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2012

  1. Merge pull request #5 from MarkRose/fix-session-timeout

    Fix session timeout
    iliaal committed Nov 3, 2012
    Configuration menu
    Copy the full SHA
    6363a14 View commit details
    Browse the repository at this point in the history
Loading