php-parser 4.13.2-1ubuntu1 source package in Ubuntu

Changelog

php-parser (4.13.2-1ubuntu1) jammy; urgency=medium

  * Merge with Debian unstable. Remaining changes:
    - d/p/0003-Disable-new-test-cases-not-yet-32-bit-compatible.patch:

      + Disable two new test cases in order to fix proposed migration
        blockage on armhf due to autopkgtest failures. Upstream indicates
        these new test cases have not been verified to work with 32-bit.
  	(LP #1878102)
    - d/p/0004-Disable-CodeParsingTest-due-to-integer-syntax.patch:
      + Disable another test case that is not yet 32-bit compatible, to fix
        proposed migration blockage on armhf.

 -- Bryce Harrington <email address hidden>  Thu, 03 Mar 2022 14:54:31 -0800

Upload details

Uploaded by:
Bryce Harrington
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-parser_4.13.2.orig.tar.xz 203.7 KiB c3f7be36ec1671ebe762d10499568de7a0d5ded5c0935fa22b753ebecd564b24
php-parser_4.13.2-1ubuntu1.debian.tar.xz 8.2 KiB c7233dcaeccc208dc5cc37c7d11af140a3700e3533b91f2a965ae35426d8ace1
php-parser_4.13.2-1ubuntu1.dsc 2.2 KiB 0edd39eada4d47c5114dbc172916487503c8f736059dc7a3fbdf271e2b26bd64

View changes file

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.