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

Why I need to configure swoole as an example with --enable-swoole-pgsql if my php has pgsql drivers already #5626

Closed
kvelaro opened this issue Dec 17, 2024 · 4 comments

Comments

@kvelaro
Copy link

kvelaro commented Dec 17, 2024

Please answer these questions before submitting your issue.

  1. What did you do? If possible, provide a simple script for reproducing the error.

./configure --help to see additional options

  1. What did you expect to see?

expect to see supported options

  1. What did you see instead?

supported options

  1. What version of Swoole are you using (show your php --ri swoole)?

latest

  1. What is your machine environment used (show your uname -a & php -v & gcc -v) ?

linux_x64

@kvelaro
Copy link
Author

kvelaro commented Dec 17, 2024

There are also another options which come unclear to me, is there any pure documentation on these options?

@NathanFreeman
Copy link
Member

If you want to use coroutine-based PDO for PostgreSQL, you need to specify --enable-swoole-pgsql. If you don't need to use it, you can omit this specification.

@NathanFreeman
Copy link
Member

https://wiki.swoole.com/en/#/environment?id=general-parameters
You can see the documentation, but some content related to Swoole 6.0 is still under writing and will be updated later.

@kvelaro
Copy link
Author

kvelaro commented Dec 17, 2024

Thank you so much
Closing this issue as answer received

@kvelaro kvelaro closed this as completed Dec 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants