summaryrefslogtreecommitdiffstats
path: root/system/libraries/Session/drivers/Session_memcached_driver.php
AgeCommit message (Expand)AuthorFilesLines
2015-02-11Fix undefined variable notice in Session redis, memcached driversAndrey Andreev1-1/+1
2015-02-04Revert "Fixed return values types in session drivers"Gabriel Potkány1-1/+1
2015-02-04Fixed return values types in session driversGabriel Potkány1-1/+1
2015-02-04Fixed inconsistent return typesGabriel Potkány1-1/+1
2015-01-21Remove closing blocks at end of PHP filesvlakoff1-3/+0
2015-01-19[ci skip] feature/session (#3073): Add missing method docblocksAndrey Andreev1-0/+66
2015-01-12[ci skip] Remove PHP version from license notices and bump yearAndrey Andreev1-3/+3
2014-11-11[ci skip] Update system/libraries/Session/ with the MIT license noticeAndrey Andreev1-17/+28
2014-11-10#3073 (feature/session): Enable Memcached::OPT_BINARY_PROTOCOLAndrey Andreev1-0/+1
2014-11-10#3073 (feature/session): (Try to) fix memcached driverAndrey Andreev1-1/+1
2014-10-31#3073 (feature/session): Fix session_regenerate_id() issuesAndrey Andreev1-3/+23
2014-10-06feature/session (#3073): Refactor configuration & fix cookie expiry timesAndrey Andreev1-13/+6
2014-09-02feature/session (#3073): Add Memcached session driverAndrey Andreev1-0/+287