-
Notifications
You must be signed in to change notification settings - Fork 67
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
Add streams API, ProcessGlobals, FileGlobals and SapiGlobals #249
Conversation
This is akin to ExecutorGlobals, but for the process globals
@ptondereau do you know what config / version to build the bingings from? I think that's why this is failing! |
Add support for SapiGlobals
Hey @joehoyle if you want to update the doc binding, you need to use the latest stable version of PHP with debug mode. |
This allows extensions to register and unregister custom stream wrappers
Mind rebasing pls? |
@danog ah thanks, was also just fixing conflicts but looks like you got it! I was struggling to regenerate docsrs_bindings. I'm using homebrew [email protected]` but it seems that's not actually a ZEND_DEBUG build of php |
Yeah I just compiled php-src from source with |
Ah ok cool, yup got that now. However it looks like maybe the ones in the repo are generated from Linux? I'm seeing some additions for Darwin when I'm running it under macos |
This is akin to ExecutorGlobals, but for the process globals