php-zend-code 4.14.0-1 source package in Ubuntu

Changelog

php-zend-code (4.14.0-1) unstable; urgency=medium

  [ Toon Verwerft ]
  * Return static instance on abstract class setters

  [ David Prévot ]
  * Update standards version to 4.7.0

 -- David Prévot <email address hidden>  Sat, 06 Jul 2024 12:48:44 +0200

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 release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-zend-code_4.14.0-1.dsc 1.8 KiB e47866d19d5baa1a1f5f15cb71fe086e1ad498452c88b22ec02706218bd28039
php-zend-code_4.14.0.orig.tar.xz 96.6 KiB 362a18187adb8ff40beebcc79dc76421fd2735d80f996a766a80554f9251b97e
php-zend-code_4.14.0-1.debian.tar.xz 21.5 KiB 0ad712d5e504cfb4db523d2b8ad5d21999be4a454e5a407c4059787ad8aff964

Available diffs

No changes file available.

Binary packages built by this source

php-zend-code: Laminas Project - Code component

 Extensions to the PHP Reflection API, static code scanning, and code
 generation.
 .
 `Laminas\Code\Generator` provides facilities to generate arbitrary code using
 an object oriented interface, both to create new code as well as to update
 existing code. While the current implementation is limited to generating PHP
 code, you can easily extend the base class in order to provide code generation
 for other tasks: JavaScript, configuration files, Apache Virtual Hosts, etc.
 .
 The Laminas Project is a PHP framework for developing web applications and
 services.