-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
swoole-6.0.0 and php-8.4 compile error #5634
Comments
Somewhat related to the |
Where did you download the swoole-6.0.0.tgz package from? |
It is the PECL swoole package from: https://pecl.php.net/package/swoole |
The output information when you execute |
https://github.com/swoole/swoole-src/blob/master/ext-src/swoole_redis_server.cc#L163 This might be an outdated version. Please use the code from the GitHub master branch or download the latest PECL package. Compatibility with version 8.4 has been ensured. |
1. What did you do? If possible, provide a simple script for reproducing the error.
Compiled php-8.4.2 from source and tried to compile swoole-6.0.0 using the following steps:
2. What did you expect to see?
The compiled swool.so PHP extension.
3. What did you see instead?
The following compile error:
4. What version of Swoole are you using (show your
php --ri swoole
)?The extension is not present yet because it did not compile.
5. What is your machine environment used (show your
uname -a
&php -v
&gcc -v
) ?The text was updated successfully, but these errors were encountered: