Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Phalcon\Session\AdapterInterface compatible with SessionHandlerInterface #1795

Merged
merged 3 commits into from Jan 13, 2014
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Updated CHANGELOG
  • Loading branch information
sjinks committed Jan 12, 2014
commit f04064e2f981730b74abe9a2e45464b4a0195075
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@
- Phalcon\Session\Adapter::get() may optionally remove the data from session (#1358)
- Phalcon\Session\Adapter optimizations (#1624)
- Phalcon\Session\Adapter::__destruct() now calls session_write_close() (#1624)
- Phalcon\Session\AdapterInterface is compatible with SessionHandlerInterface (#1108)
- Phalcon\Tag:
- Fixed bugs (#903)
- Fixed radio button generation (#947)
Expand Down