-
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
error: ‘php_swoole_serialize’ was not declared in this scope #5652
Labels
Comments
php -v
|
The master branch is still under development for new features. Please do not use the master branch for compilation. |
I tried to clone Swoole like this: Compilation went successfully. But shouldn't the docs be updated then? Please see my pull request: #5655 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please answer these questions before submitting your issue.
What did you do? If possible, provide a simple script for reproducing the error.
https://github.com/swoole/swoole-src
Ran this command:
make && make install
What did you expect to see?
Some success outcome.
What did you see instead?
What version of Swoole are you using (show your
php --ri swoole
)?Used
git clone https://github.com/swoole/swoole-src.git
What is your machine environment used (show your
uname -a
&php -v
&gcc -v
) ?uname -a
Linux us 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
php -v
gcc -v
The text was updated successfully, but these errors were encountered: