php-db 1.9.2-1 source package in Ubuntu

Changelog

php-db (1.9.2-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * Drop patches
  * Simplify get-orig-source target
  * Use standard gpg layout
  * Use proper team name
  * Use proper pkg-php-tools substitutions
  * Fix copyright syntax
  * Simplify test call
  * Provide CI tests
  * Update Standards-Version to 3.9.7
  * Build with recent pkg-php-tools for the PHP 7.0 transition

 -- David Prévot <email address hidden>  Wed, 16 Mar 2016 14:43:11 -0400

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
php
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-db_1.9.2-1.dsc 1.5 KiB 7194fa84d705d11ddf69c91809e6f66cf9b562443b0fe8cf3c096f75c8b26377
php-db_1.9.2.orig.tar.gz 130.7 KiB 09a32b3eb7242accd61a8d8270596ab7486d2d63d2612ad51def696f7f2bd1b1
php-db_1.9.2-1.debian.tar.xz 3.9 KiB 5219e0199b42a9f1c5d3d49b5b118225862b5ffd80ae7b37788ae85073ec108f

No changes file available.

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.