Skip to content
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

fix #307 uv 和 swoole 同时启用的时候会提示 uv 找不到 #308

Merged
merged 4 commits into from
Jan 5, 2024

Conversation

minbaby
Copy link
Contributor

@minbaby minbaby commented Jan 5, 2024

What does this PR do?

Checklist before merging

If your PR involves the changes mentioned below and completed the action, please tick the corresponding option.
If a modification is not involved, please skip it directly.

  • If it's a extension or dependency update, make sure adding related extensions in src/global/test-extensions.php.
  • If you changed the behavior of static-php-cli, add docs in static-php/static-php-cli-docs .
  • If you updated config/xxxx.json content, run bin/spc dev:sort-config xxx.

@crazywhalecc crazywhalecc added bug Something isn't working kind/extension Issues related to extensions labels Jan 5, 2024
@crazywhalecc crazywhalecc merged commit 269e95e into crazywhalecc:main Jan 5, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working kind/extension Issues related to extensions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

uv 和 swoole 同时启用的时候会导致 uv 找不到,分开各自编译都是ok的
2 participants