php-parser 4.10.4-1ubuntu1 source package in Ubuntu

Changelog

php-parser (4.10.4-1ubuntu1) hirsute; 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, 21 Jan 2021 13:39:03 -0800

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-parser_4.10.4.orig.tar.gz 267.1 KiB 8c5ac14482da505751e7dc9d86803b44482c78637c3ebf5531eb87bb41332472
php-parser_4.10.4-1ubuntu1.debian.tar.xz 8.1 KiB 5132103efae569852fcc21f14ccd307095ae76dc0ebb2af197ef38d76bd715fb
php-parser_4.10.4-1ubuntu1.dsc 2.2 KiB 492703e47e6d22dc871f1a5f9e30cb324eb579f1db80000894b260b42eb1fc20

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.