php-parser 4.18.0-1 source package in Ubuntu

Changelog

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

  [ xjaja ]
  * Don't drop class statements before error (#952)

  [ Nikita Popov ]
  * Add forward-compatibility ParserFactory methods
  * Release PHP-Parser 4.18.0

  [ Ondrej Mirtes ]
  * Fix NameResolver for class constant native type

 -- David Prévot <email address hidden>  Thu, 14 Dec 2023 09:14:17 +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

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-parser_4.18.0-1.dsc 1.8 KiB 343a3ab5543be0f52c57020ce270116fe98df6100337b899158db47737236d22
php-parser_4.18.0.orig.tar.xz 208.2 KiB 0ca3f4bb7820df3e901fb652bb982cd41f482b03c0fd6335c31b524185f59865
php-parser_4.18.0-1.debian.tar.xz 11.9 KiB b33d310be7a264c80d423a5ca0c4e52ed547154c2492aac1ed228407a9794fa2

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.