php-parser 4.16.0-1 source package in Ubuntu

Changelog

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

  [ Nikita Popov ]
  * Add Name::getParts(), deprecate Name::$parts
  * Release PHP-Parser 4.16.0

 -- David Prévot <email address hidden>  Sun, 25 Jun 2023 18:14:53 +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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-parser_4.16.0-1.dsc 1.8 KiB 1285f4b97c02a5cac3f72e96489dc67bda19a34790a778a7438be4d3244ad818
php-parser_4.16.0.orig.tar.xz 206.5 KiB b5063d28521cfb1ea087585500f5dc58648b2cd0af6f64adad29e99fdd3e54e9
php-parser_4.16.0-1.debian.tar.xz 7.1 KiB 553b2983a67914a411e83ba8d469699b15caaab30d191a9d19e76014b4d10e5e

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.