php-db 1.7.14-3build1 source package in Ubuntu

Changelog

php-db (1.7.14-3build1) xenial; urgency=medium

  * No-change rebuild against php 7

 -- Nish Aravamudan <email address hidden>  Mon, 28 Mar 2016 22:19:19 +0000

Upload details

Uploaded by:
Nish Aravamudan
Sponsored by:
Steve Langasek
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe web

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-db_1.7.14.orig.tar.gz 130.0 KiB a574483fd5c4440a4bf08018e8bcdde7f4619e9b964de2b357bd60733ec5919c
php-db_1.7.14-3build1.debian.tar.xz 5.4 KiB ee10da01132e4710d2046c6a259cb0cbfeb4fdd5ba04421432fd0d70daacb3f9
php-db_1.7.14-3build1.dsc 2.0 KiB b36bca29fee9ef3221be8914e2fe531434326dcb049b12f7e07dd448ab173d40

View changes file

Binary packages built by this source

php-db: PHP 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.
 .
 Drivers for the following extensions pass the complete test suite and
 provide interchangeability when all of the database'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.