php-db 1.9.2-2ubuntu1 source package in Ubuntu

Changelog

php-db (1.9.2-2ubuntu1) bionic; urgency=medium

  * debian/patches/php72_has_deprecated_count_of_noncountables.patch:
    PHP7.2 has deprecated count() on non-Countable objects.

 -- Nishanth Aravamudan <email address hidden>  Tue, 06 Feb 2018 20:19:57 -0800

Upload details

Uploaded by:
Nish Aravamudan
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe web

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-db_1.9.2.orig.tar.gz 130.7 KiB 09a32b3eb7242accd61a8d8270596ab7486d2d63d2612ad51def696f7f2bd1b1
php-db_1.9.2-2ubuntu1.debian.tar.xz 5.0 KiB 03a9c96ce1ded13453d1453ca310c7fa3412325e4002de0d39f6ed243d7071e4
php-db_1.9.2-2ubuntu1.dsc 1.7 KiB 775b293d010b91568e591dcbbc3c6ded00adafdfe56a5e0626ed75a916a5f42e

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.