We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Since mbuf is a true global variable
mbuf
php-md4c/md4c.c
Line 75 in 5f94bd5
the extension is not suitable for running with Zend Thread-Safety (ZTS) builds of PHP. See https://www.phpinternalsbook.com/php7/extensions_design/globals_management.html#managing-request-globals for some details.
The text was updated successfully, but these errors were encountered:
Thanks for comment.
Followed the advice given in above link.
Sorry, something went wrong.
Thank you! I found a minor issue (see #6), but otherwise it works. :)
Thanks a lot Christoph for helping out!
No branches or pull requests
Since
mbuf
is a true global variablephp-md4c/md4c.c
Line 75 in 5f94bd5
the extension is not suitable for running with Zend Thread-Safety (ZTS) builds of PHP. See https://www.phpinternalsbook.com/php7/extensions_design/globals_management.html#managing-request-globals for some details.
The text was updated successfully, but these errors were encountered: