php-proxy-manager 2.11.1+1.0.18-1 source package in Ubuntu

Changelog

php-proxy-manager (2.11.1+1.0.18-1) unstable; urgency=medium

  [ Nicolas Grekas ]
  * Fix deprecations related to implicit nullable types

  [ Arnout Boks ]
  * Fix error when proxying a method with a mixed argument with
    a null default value

  [ David Prévot ]
  * Update versioned Provides

 -- David Prévot <email address hidden>  Sat, 23 Mar 2024 10:43:49 +0100

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular proposed universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-proxy-manager_2.11.1+1.0.18-1.dsc 1.9 KiB e2094077221d2a21348ecbe619b8c58a868aac501fffeb6b36033997548c0343
php-proxy-manager_2.11.1+1.0.18.orig.tar.xz 79.3 KiB 9ee93252271ad89b17d761046e29ab7222a0d665ef10ad5e6efe4288fb57bd17
php-proxy-manager_2.11.1+1.0.18-1.debian.tar.xz 6.1 KiB bed7c316964b44d9d242ae0eec9a56023f2fa1dbeecfa04a7a6aaf47407cc64f

No changes file available.

Binary packages built by this source

php-proxy-manager: library providing utilities to operate with Object Proxies

 This library aims at providing abstraction for generating various
 kinds of proxy classes.
 .
 Currently, this project supports generation of Virtual Proxies and
 Smart References. Additionally, it can generate a small
 high-performance Hydrator class to optimize transition of data from
 and into your objects.