php-parser 4.15.5-1 source package in Ubuntu

Changelog

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

  [ Cees-Jan Kiewiet ]
  * [4.x] Add constructor property promotion

  [ Nikita Popov ]
  * Add makeReadonly() to param builder

  [ David Prévot ]
  * Release PHP-Parser 4.15.5
  * Extend clean

 -- David Prévot <email address hidden>  Mon, 12 Jun 2023 13:35:02 +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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-parser_4.15.5-1.dsc 1.8 KiB adc98a879e39b3c11addd07639334ca92af808d8ddf3a295e388c5c6f4b62cb0
php-parser_4.15.5.orig.tar.xz 206.4 KiB 96644450f835a24f1fb121ad5ffca6a7421aad9d99551ee1fd9b1840d0ba336a
php-parser_4.15.5-1.debian.tar.xz 7.1 KiB 1484fbd69988e4025b7d4f8a99f76f6bcc68a3d0f46e0996a072456c52d3fcaf

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.