-
Notifications
You must be signed in to change notification settings - Fork 101
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
PHP 8 #79
Comments
Used to build just released 8.0 version and getting
|
The issue is https://github.com/websupport-sk/pecl-memcache/blob/NON_BLOCKING_IO_php8/src/php_memcache.h#L70 #80 the related |
Hopefully resolved now, sorry about that |
FYI packaged to Alpinelinux testing repo https://pkgs.alpinelinux.org/packages?name=php8-pecl-memcache&branch=edge it skips few tests because it tricky to run enough services |
Thank you. |
Perhaps this should be closed due to the unhelpful issue title as the module supporting PHP 8.0 is already released. |
https://github.com/nono303/PHP-memcache-dll for Windows binaries |
i disagree that the PHP8 issue is completed, because win32/php_stdint.h is still there in the main branch. Of course you can patch it before building on Windows like @nono303 and I am doing, but that is not as it should be. |
@Jan-E is this the patch that makes the extension build & work on windows? https://github.com/nono303/PHP-memcache-dll/blob/master/php82.patch Unfortunately I have no idea how to test it, but if there is PR I can merge it and tag it with win support |
I am not sure if that is complete. PHP 7.0 up until 7.4 still had win32/php_stdint,h on board, which worked fine. Better to use that than rely on a stdint.h provided by VC14 or VC15. I will test and supply a complete patch later. Might take some time, because I am now going to visit my mother in Rotterdam. Respectable age: she turms 96 on May 3rd. |
#110 fixes building from at least PHP 7.2. I did not try PHP 7.0 and 7.1 yet. |
Hello.
I got errors:
Command:
make
Errors:
Thank you.
The text was updated successfully, but these errors were encountered: