Missing php-pgsql: Call to undefined function pg_connect() #13
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The current build lacks proper support for PostgresSQL which breaks the container when trying to use it:
The following Dockerfile fixes the issue by compiling the extension and activating it:
Thanks for the report! I added your changes to the image.