This repository was archived by the owner on Jan 31, 2020. It is now read-only.
This repository was archived by the owner on Jan 31, 2020. It is now read-only.
Documentation clarifications - ext/session vs. ext-session, and "entry of" vs. "entry in" #125
Open
Description
The documentation at https://docs.zendframework.com/zend-session/config/
says
Zend\Session\Config\StandardConfig provides the base interface for configuring sessions when not leveraging ext/session
What is ext/session? Do they mean the "PHP session extension"?
If so, I'll do a PR with a global search/replace, because that really threw me off.
Also, https://docs.zendframework.com/zend-session/container/ says:
Each instance of Zend\Session\Container corresponds to an entry of the Zend\Session\Storage, where the namespace is used as the key.
What's meant by "corresponds to an entry of"? Do they mean "is an entry in"?