doctrine 2.4.8-1ubuntu1 source package in Ubuntu

Changelog

doctrine (2.4.8-1ubuntu1) xenial; urgency=medium

  * d/: update to PHP 7.0 dependencies.
  * LP: #1544316.

 -- Nishanth Aravamudan <email address hidden>  Wed, 10 Feb 2016 14:06:41 -0800

Upload details

Uploaded by:
Nish Aravamudan
Sponsored by:
Martin Pitt
Uploaded to:
Xenial
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
php
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
doctrine_2.4.8.orig.tar.gz 446.2 KiB 65d1cb69b62704365c4d2d8e010bb40c62a75c07571d6826009c8f287f729e85
doctrine_2.4.8-1ubuntu1.debian.tar.xz 11.2 KiB fa23be1bb76a1b4343b17ab78ea722e0fbb449e2e77263fcfdf24a8c9ef4d97e
doctrine_2.4.8-1ubuntu1.dsc 2.3 KiB 7f23d26f77a5d2f67811f378eb89dc2b517c3426c192324ac95205f31d45c9c0

View changes file

Binary packages built by this source

doctrine-orm-doc: tool for object-relational mapping - documentation

 This package provides the documentation for the object-relational
 mapper (ORM) Doctrine component.
 .
 The Doctrine Project provides several libraries primarily focused on
 database storage and object mapping.

php-doctrine-orm: tool for object-relational mapping

 Object-Relational-Mapper for PHP.
 Doctrine 2 is an object-relational mapper (ORM) for PHP that provides
 transparent persistence for PHP objects. It sits on top of a powerful
 database abstraction layer (DBAL). One of its key features is the
 option to write database queries in a proprietary object oriented SQL
 dialect called Doctrine Query Language (DQL), inspired by Hibernates
 HQL. This provides developers with a powerful alternative to SQL that
 maintains flexibility without requiring unnecessary code duplication.
 .
 The Doctrine Project provides several libraries primarily focused on
 database storage and object mapping.