php-db 1.9.3-1 source package in Ubuntu

Changelog

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

  * New upstream release.
    + fixed FTBFS with PHP 7.2 (Closes: #889532).
  * DH to version 12.
  * Vcs URLs to Salsa.
  * Updated URLs to HTTPS.
  * rules: removed get-orig-source target.
  * Rules-Requires-Root: no.
  * Standards-Version: 4.5.0.
  * Added myself to Uploaders.

 -- Dmitry Smirnov <email address hidden>  Thu, 13 Feb 2020 14:28:47 +1100

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

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-db_1.9.3-1.dsc 1.9 KiB f8db597cc8c624eebec432c3566a9e27dd926ad5c5d6a8d00313ef17dd9249d9
php-db_1.9.3.orig.tar.xz 79.8 KiB b8893ec595c5d68d8e9120ef5787f6083034b38c8df22c03578f3680f0007b70
php-db_1.9.3-1.debian.tar.xz 4.7 KiB f17f935f13a844a78d75682a627c85001fd9b56a995d898c4e05aaed6cbd0bb8

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.