php-db 1.10.0-1build2 source package in Ubuntu

Changelog

php-db (1.10.0-1build2) impish; urgency=medium

  * No change rebuild for PHP 8.0 and newer php-pear

 -- Bryce Harrington <email address hidden>  Wed, 26 May 2021 03:32:40 +0000

Upload details

Uploaded by:
Bryce Harrington
Uploaded to:
Impish
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Impish: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-db_1.10.0.orig.tar.xz 80.0 KiB 50882c6dbb1f5a1dbecb6f5dd2ad4c34375c4ad3542e96cc6219e52218b25c74
php-db_1.10.0-1build2.debian.tar.xz 4.8 KiB 862a0b285f84b3495161848d7069daae1325f9ff17a3e0357202f9e2b332ff5f
php-db_1.10.0-1build2.dsc 2.0 KiB 9cca8612f14d2ab9d01e042d27c3ed6f631374ff04ee801a55c104f5549f3674

View changes file

Binary packages built by this source

php-db: 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.
 .
 Drivers for the following extensions pass
 the complete test suite and provide
 interchangeability when all of DB's
 portability options are enabled:
 .
 fbsql, ibase, informix, msql, mssql,
 mysql, mysqli, oci8, odbc, pgsql,
 sqlite and sybase.
 .
 There is also a driver for the dbase
 extension, but it can't be used
 interchangeably because dbase doesn't
 support many standard DBMS features.
 .
 DB is compatible with PHP 5 and PHP 7.