php-db 1.11.0-1 source package in Ubuntu

Changelog

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

  * Team upload.

  [ William Desportes ]
  * Add a patch to fix test failures
  * Add a patch for PHP 8.2 dynamic properties (Closes: #1033832)

 -- James Valleroy <email address hidden>  Sun, 11 Jun 2023 15:45:06 -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
Mantic release universe web

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-db_1.11.0-1.dsc 2.0 KiB e77167c1e8fe6b40b86cb9e47f6748014bcf93e99eff321c3b49853c539000e9
php-db_1.11.0.orig.tar.gz 129.4 KiB 7b92d1abba0562b3671cc42d2482a89fa1d4d5489163a07b6d8b8bb53d6dfe48
php-db_1.11.0-1.debian.tar.xz 6.9 KiB e2233424a6465f5315b64d1bc1f0fc111bd0bc1654c18f4637450c8a0bcb6d2f

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.