Download List

프로젝트 설명

Scache is a different approach for PHP session data management. It provides a generic key-value data cache to use for transient session data storage. Scache also provides a shared keyspace, shared counters, and simple cache features. Scache's difference to other implementations is a tree-structured keyspace where one can easily operate only on required parts of stored session data and also invalidate groups of stored data by expiring whole subtrees. Despite its name, scache is not a cache. Scache stores all session data inserted until data is deliberately destroyed and so reduces the need to redundantly store the same data somewhere else. Scache consists of a daemon and a PHP extension.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-12-24 17:23
0.90.7

개체 지향된 클래스 인터페이스는 PHP 확장에 추가 되었습니다. 사소한 버그 수정, 문서 업데이트 및 빌드 프로세스를 개선 했다.
An object oriented class interface was added to the PHP extension. There were minor bugfixes, documentation updates, and build process improvements.

2011-11-29 20:20
0.90.6

Scached 백엔드에 키를 나열 하는 것에 대 한 지원입니다.
Support for listing keys on the scached backend.

2011-11-09 08:09
0.90.5

이 릴리스는 세션 이름 바꾸기에 대 한 지원, 몇 가지 사소한 버그 수정 및 SIGPIPE는 특정 상황에서 종료 하려면 scached 발생 처리 누락 된 중요 한 수정 프로그램을 추가 합니다. 오류 수정 되었습니다 보고 및 그에 따라 업데이트 하는 문서. 제발 모두 데몬과 PHP 확장을 업데이트 해야 합니다 그래서 프로토콜 변경 된 note.
This release adds support for session renaming, some minor bugfixes, and an important fix for missing SIGPIPE handling which caused scached to exit on certain situations. Error reporting has been revised and the documentation updated accordingly. Please note that the protocol has changed, so both the daemon and the PHP extension must be updated.

2011-10-07 02:24
0.90.4

캐시 기능 구조적된 keyspaces를 지원 하기 위해 재 작 성 되었습니다 했다. 몇몇 버그 수정 및 고정된 포장 추가 되었습니다.
Cache features have been rewritten to support structured keyspaces. Some bugfixes and fixed packaging have been added.

Project Resources