Jump to letter: [
ABCDEFGHIJLMNOPRSTVWXYZ
]
php-pear-DB - PEAR: Database Abstraction Layer
DB is a database abstraction layer providing:
* an OO-style query API
* portability features that make programs written for one DBMS work with
other DBMS's
* a DSN (data source name) format for specifying database servers
* prepare/execute (bind) emulation for databases that don't support it natively
* a result object for each query response
* portable error codes
* sequence emulation
* sequential and non-sequential row fetching as well as bulk fetching
* formats fetched rows as associative arrays, ordered arrays or objects
* row limit support
* transactions support
* table information interface
* DocBook and phpDocumentor API documentation
DB layers itself on top of PHP's existing database extensions.
Packages
Latest: php-pear-DB-1.7.14-8.rhel6.fio.src.rpm
Name |
Epoch |
Version |
Release |
Arch |
Size |
Built |
php-pear-DB |
0 |
1.7.14 |
8.rhel6.fio |
src |
141 KiB |
2014-01-10 23:04:58 |
Changelog:
- * 2013-08-05 - Remi Collet <remi[AT]fedoraproject[DOTORG]> - 1.7.14-8
- xml2changelog need simplexml
- * 2013-08-04 - Fedora Release Engineering <rel-eng[AT]lists.fedoraproject[DOTORG]> - 1.7.14-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
- * 2013-02-22 - Remi Collet <remi[AT]fedoraproject[DOTORG]> - 1.7.14-6
- fix metadata location, FTBFS #914358
- * 2013-02-14 - Fedora Release Engineering <rel-eng[AT]lists.fedoraproject[DOTORG]> - 1.7.14-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- * 2012-08-14 - Remi Collet <remi[AT]fedoraproject[DOTORG]> - 1.7.14-4
- rebuilt for new pear_testdir