php-parser 4.2.2-2ubuntu0.1 source package in Ubuntu

Changelog

php-parser (4.2.2-2ubuntu0.1) focal; urgency=medium

  * d/p/disable-broken-test-case-in-EmulativeTest.patch,
    d/p/skip-EmulativeTest-testErrorAfterEmulation.patch,
    d/p/skip-LexerTest-testError.patch, d/p/skip-PrettyPrinterTest.patch:
    Disable parser/lexer test cases that fail on focal and may cause
    unnecessary migration blockage.
    (LP: #1878102)
  * d/p/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.
    (LP: #1895878)

 -- Bryce Harrington <email address hidden>  Wed, 30 Sep 2020 22:14:10 +0000

Upload details

Uploaded by:
Bryce Harrington
Uploaded to:
Focal
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal proposed universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-parser_4.2.2.orig.tar.gz 245.8 KiB 93ee2a16eb9b9b8691edd9dfabc25489332f5b8988ff04a6833b7fe21b88d5a8
php-parser_4.2.2-2ubuntu0.1.debian.tar.xz 8.0 KiB 6f5a047dfa8d9bc9b676cdc59cafe23518d9bcc3e093432ef2723f268a67a2b8
php-parser_4.2.2-2ubuntu0.1.dsc 2.1 KiB 0a7908d03dd2f9cdd87d359f4266e830f0f5aa1ca3d4fe07429ba19b0727ff7a

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.