php-parser 4.15.4-1 source package in Ubuntu

Changelog

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

  [ Nikita Popov ]
  * Fix formatting preservation for alternative elseif/else syntax
  * Release PHP-Parser 4.15.4

 -- David Prévot <email address hidden>  Mon, 06 Mar 2023 08:19:26 +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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-parser_4.15.4-1.dsc 1.8 KiB 4cf451d9d4164c44d6b86079938ea31f2880d670e93afe5d87bbb224b5f81e74
php-parser_4.15.4.orig.tar.xz 206.3 KiB 3fc974804ea2d7e32a8e5b8c714e818cdad0c115198bd2a081bd0c8c46db37ac
php-parser_4.15.4-1.debian.tar.xz 7.0 KiB e984ef371706f552435816ae3d46606c293d7fc10164defbd53e867265e225ef

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.