-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Add event manager to session for it is needed. #6818
Conversation
Wonder why the PR's taking so long? Zendcon ? |
I'm not quite sure why the session validator uses the event manager; forms don't use it for validation. |
@Ocramius ping? |
@harikt validation into Zend\Session is manage with events The question is, why eventmanager is a suggested dependency and not a required dep? |
@Ocramius it will be nice to understand the issue than merging a PR which mentions it fixes #issue-number . Frankly I expect a bit more review before anything being merged like this. |
Indeed that is because I'm trying to get as much as possible done while I have time for it, so there will be mistakes, and I rely on the community to report those (like in this particular case). To be specific, what happened is that I put some trust on @gianarb because I know him personally, which is indeed my mistake, so I also didn't go and check the issue myself, but simply limited myself to reviewing and merging. I'm sorry if this has caused any disappointment, please do tell if you feel like I should revert the merge and merge this PR instead, I think that correct attribution is very relevant. |
@gianarb happens, it was also my fault: I just want a clean resolution in the end. |
@Ocramius maybe is your fault but I'm crazy |
@Ocramius only thing I felt sad was I did pinged you on irc. Anyway the disappointment was only for a short time . So now I don't feel any problem. Anyway you could not merge this PR for I deleted the entire repo :) . |
I still have references to everything :-) |
no problem. Let us leave it. Thanks! |
…ent-manager-dependency' Close zendframework/zendframework#6877 Close zendframework/zendframework#6818
…ent-manager-dependency' into develop Close zendframework/zendframework#6877 Close zendframework/zendframework#6818 Forward Port zendframework/zendframework#6877 Forward Port zendframework/zendframework#6818
When downloading zend-session and trying to use it as standalone with the script
throws
I struggled to understand the documentation, may be better usage of standalone should be promoted.
Thanks