-
Notifications
You must be signed in to change notification settings - Fork 8k
remove wrappers in session ext #18017
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
Conversation
e574e4d
to
1c7ce02
Compare
1c7ce02
to
f7cc969
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is mainly cosmetic, and I'm fine with it, but I don't think many other codeowners for their extensions would approve of such a PR.
I don't want to push it to other extensions. I want to finish PRs that I started in ext/session, and I wanted to get rid of those. I added back comments, although I think that they are redundant to the PHP documentation. But it's fine to keep them. |
The PHP documentation is not the source of truth, the C implementation is. I also just want to be able to understand what the C code does without hoping the PHP docs are sufficiently detailed. |
Removes comment wrappers in session ext. Unnecessary noise and AFAIK they are not used anymore.