php-parser 4.15.2-1 source package in Ubuntu

Changelog

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

  [ Nikita Popov ]
  * Fix parsing of large hex floats containing "e"
  * Adjust tests to work on 32-bit
  * Add more tests for formatting preservation with InlineHTML
  * Release PHP-Parser 4.15.2

  [ David Prévot ]
  * Track debian/bookworm

 -- David Prévot <email address hidden>  Mon, 21 Nov 2022 07:46:50 +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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-parser_4.15.2-1.dsc 2.1 KiB 120872961e46997f60e2e2433bf040050aeaa4f6954b14c0566235db9c6dc5e9
php-parser_4.15.2.orig.tar.xz 205.5 KiB 089abb5312c61e99f8f662e7f269c67e89806e0ddc4e0fff190e68abf6e27fa5
php-parser_4.15.2-1.debian.tar.xz 6.9 KiB fe38078dd008e32ba59d65f4a41d85c0c72cf02af88cd7a71685e8cf2af51ffc

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.