openbsd-ports/www/php5/extensions/pkg/DESCR-pdo_pgsql
robert 48abbd4bee - add a fastcgi subpackage to core because now we are able to build
more than one php binaries within one workdir (idea from FreeBSD)
- move pdo_sqlite support from core to extensions and also add a pdo_mysql
and a pdo_sqlite subpackage
- regen patches while here
- bump PKGNAMEs
2007-04-01 21:37:27 +00:00

8 lines
365 B
Plaintext

The PHP Data Objects (PDO) extension defines a lightweight,
consistent interface for accessing databases in PHP.
Each database driver that implements the PDO interface can
expose database-specific features as regular extension functions.
pdo_pgsql is a driver that implements the PHP Data Objects (PDO)
interface to enable access from PHP to PostgreSQL databases.