You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #9493 Document host parameter and external parameters in "How to Use PdoSessionHandler..." (pueppiblue, javiereguiluz)
This PR was submitted for the master branch but it was merged into the 3.4 branch instead (closes#9493).
Discussion
----------
Document host parameter and external parameters in "How to Use PdoSessionHandler..."
I recently had the use case to store sessions via pdo on a docker grid.
I noticed the `doctrine/pdo_session_storage.rst` documentation is missing the option
to configure a host on the PdoSessionHandler and that
the service configuration does not use external environment parameters.
- add host parameter to first argument
useful when database is on another host e.g. docker grid
- wrap parameter values in %env()%
- add note how to use external parameters
Commits
-------
d49d8a7 Remove some unneeded changes
a7c3344 Don't use env vars in all config examples
8ea2380 add more trailing comma on last array element #9493ba5fa52 add trailing comma on last array element #9493e291746 codestyle
cd24113 add documentation for external parameters and pdo host parameter
0 commit comments