48abbd4bee
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
8 lines
355 B
Plaintext
8 lines
355 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_sqlite is a driver that implements the PHP Data Objects (PDO)
|
|
interface to enable access to SQLite 3 databases.
|