php-parser 1.4.1-2 source package in Ubuntu

Changelog

php-parser (1.4.1-2) unstable; urgency=medium

  * PHP 7.0 transition:
    - Drop 5 from php5
    - Rebuild with recent pkg-php-tools
  * Update Standards-Version to 3.9.7

 -- David Prévot <email address hidden>  Tue, 22 Mar 2016 16:37:44 -0400

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

Yakkety: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-parser_1.4.1-2.dsc 1.6 KiB 12ad5cbef5406cf1efe7941b256fea691a58d8344b1aa8511e2ea9c56e4076ba
php-parser_1.4.1.orig.tar.gz 129.5 KiB 328bd4a49895401803bc8205a2ff5d609f0617e7bac0ab7ef85ebb58bd70928c
php-parser_1.4.1-2.debian.tar.xz 4.9 KiB 1e4330aa5066b7c1bfbb2d3851a9c654bc5a0d2ea361c889c1c1797d65d0d0cd

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.