php-pgsql: Added

This commit is contained in:
2020-11-30 08:59:55 +01:00
parent 49066ca33e
commit dfb98dfcf8
7 changed files with 211 additions and 0 deletions

5
php-pgsql/README Normal file
View File

@ -0,0 +1,5 @@
This extension enables PHP to connect to and use PostgreSQL databases.
To enable the pgsql extension for php, go to /etc/php.d/pgsql.ini
and uncomment the line:
; extension=pgsql.so