doctrine 2.4.8-1 source package in Ubuntu

Changelog

doctrine (2.4.8-1) unstable; urgency=medium

  [ Benjamin Eberlei ]
  * [DCOM-293] Fix security misconfiguration vulnerability allowing
    local remote arbitrary code execution. [CVE-2015-5723]

 -- David Prévot <email address hidden>  Mon, 31 Aug 2015 18:56:11 -0400

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
oldlibs
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-1.dsc 1.9 KiB b8b750ac01bd2bdabe49cf2e02067f081911a76d7886c0d9c1e905214c44d56f
doctrine_2.4.8.orig.tar.gz 446.2 KiB 65d1cb69b62704365c4d2d8e010bb40c62a75c07571d6826009c8f287f729e85
doctrine_2.4.8-1.debian.tar.xz 11.1 KiB 980bbbf322b31343e39bccd9cdd958f725a4692a5da0ecfe46899ee5b641ad31

Available diffs

No changes file available.

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.