php-db 1.11.0-0.2 source package in Ubuntu

Changelog

php-db (1.11.0-0.2) unstable; urgency=medium

  * disable outdated failing PHP 5 error handler tests.
    Fixing some PHP syntax changes. (closes: 1000596)

 -- Christoph Martin <email address hidden>  Fri, 27 Jan 2023 11:07:07 +0100

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
Lunar release universe web

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-db_1.11.0-0.2.dsc 2.0 KiB 6e0283e0bd7d876cc37b3bb1b809fd0f8f131425b791472b11fe50f6ab9764bb
php-db_1.11.0.orig.tar.gz 129.4 KiB 7b92d1abba0562b3671cc42d2482a89fa1d4d5489163a07b6d8b8bb53d6dfe48
php-db_1.11.0-0.2.debian.tar.xz 6.1 KiB 7f277856d971c612df73025b6ad914731f9b27cbdf29de41316d83bc518b7778

Available diffs

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.