php-parser 4.2.4-1 source package in Ubuntu

Changelog

php-parser (4.2.4-1) unstable; urgency=medium

  [ Nikita Popov ]
  * Release PHP-Parser 4.2.4

  [ Tomas Votruba ]
  * add getProperties() and getConstants() to ClassLike
  * add getTraitUses() method to ClassLike

  [ David Prévot ]
  * Remove obsolete fields Name, Contact from debian/upstream/metadata.

 -- David Prévot <email address hidden>  Mon, 02 Sep 2019 18:12:05 -1000

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

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-parser_4.2.4-1.dsc 1.7 KiB 27b38f87a74b44c0a9f039f05e90d0d76f5f7c5ee2a2c40a22d04b81ab8884ba
php-parser_4.2.4.orig.tar.gz 248.3 KiB ac4fe7feddf9a864c42293d1c35cf6845231f529aab62f577e45e9e08f234da8
php-parser_4.2.4-1.debian.tar.xz 6.1 KiB 55e642708ba2d6af525270594cb51cd731c5832a16236e107dc62dbedf35b30c

Available diffs

No changes file available.

Binary packages built by this source

php-parser: convert PHP code into abstract syntax tree

 PHP Parser’s purpose is to simplify static code analysis and
 manipulation. It turns some PHP code into an abstract syntax tree, and
 vice versa.