- Update to 2.3.0
All database dependent bits are moved to separated pacakges. Some of them
are going to be imported in a few minutes.
- Take maintainership
(Only the first 10 of 96 ports in this commit are shown above. )
Reset maintainership of ports assigned to antonio@php.net after numerous
maintainer-timeouts and no response to email. We hope to see him back.
Hat: portmgr
New port: databases/pear-MDB2 PEAR database abstraction layer
PEAR MDB2 is a merge of the PEAR DB and Metabase php database
abstraction layers.
Note that the API will be adapted to better fit with the
new php5 only PDO before the first stable release.
It provides a common API for all support RDBMS. The main
difference to most other DB abstraction packages is that
MDB2 goes much further to ensure portability.
Currently supported RDBMS:
MySQL
PostGreSQL
Oracle
Frontbase
Querysim
Interbase/Firebird
MSSQL
SQLite
Other soon to follow.
PR: ports/74408
Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>