-
|
Hi guys, I just want to know how can I install a php version with postgres driver if it really is possible. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
|
It probably works by adding the |
Beta Was this translation helpful? Give feedback.
-
|
or you can use it by setting the |
Beta Was this translation helpful? Give feedback.
-
|
Nice, I put --with-pdo-pgsql on bin/install, and it worked pretty well for me. I've tried many thanks for the tip ^^ |
Beta Was this translation helpful? Give feedback.
-
|
My pleasure. |
Beta Was this translation helpful? Give feedback.
It probably works by adding the
--with-pdo-pgsqloption here, but I'm not familiar with PHP and don't know.