-
Notifications
You must be signed in to change notification settings - Fork 7.9k
ext/spl: Remove spl_engine.h header #14418
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
df4e94d
to
e643ee8
Compare
To be honest, I found the old code clearer. |
Somewhat related #14254. |
It might make sense to have a better API provided by Zend to instantiate an object and run the constructor (e.g. Moreover, I don't really like having other extensions using SPL headers (knowing that with the current state of iterators some extension will include them anyway) |
Having a better API that instantiates would be very welcome. |
e643ee8
to
3fd2257
Compare
Improved the PR after the merging of #14440 |
This doesn't really make the calling code clearer and it is barely used on top of that.
3fd2257
to
573a363
Compare
This doesn't really make the calling code clearer and it is barely used on top of that.