With Swoole 5.1.2 which installation option should i use ? ./configure --with-postgres ? OR ./configure --enable-swoole-pgsql ? #5338
-
In previous versions, i was installing swoole from source code using option ./configure --with-postgres but now in the documentation i see new option ./configure --enable-swoole-pgsql. Which one should i use ? OR should i use both options ? |
Beta Was this translation helpful? Give feedback.
Answered by
leocavalcante
May 27, 2024
Replies: 2 comments
-
Hi, @fakharksa. You should use You can then check your installation with: php --ri swoole | grep pgsql The output should be:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
leocavalcante
-
Great thanks for the prompt response. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, @fakharksa. You should use
--enable-swoole-pgsql
for v5.1.2.You can then check your installation with:
php --ri swoole | grep pgsql
The output should be: