Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

fixed Zend\Session\Container::exchangeArray #2987

Closed
wants to merge 1 commit into from
Closed

fixed Zend\Session\Container::exchangeArray #2987

wants to merge 1 commit into from

Conversation

marc-mabe
Copy link
Member

Because of Zend\Session\Container extends ArrayObject which implements that method.
http://php.net/manual/arrayobject.exchangearray.php

It will be used to implement flush() within a session storage adapter of Zend\Cache.
https://github.com/marc-mabe/zf2/blob/feature/cache-session-storage/library/Zend/Cache/Storage/Adapter/Session.php#L104

weierophinney added a commit that referenced this pull request Nov 19, 2012
@ghost ghost assigned weierophinney Nov 19, 2012
weierophinney added a commit to zendframework/zend-session that referenced this pull request May 15, 2015
weierophinney added a commit to zendframework/zend-session that referenced this pull request May 15, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants