php-parser 3.1.4-1 source package in Ubuntu

Changelog

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

  [ Nikita Popov ]
  * Fix pretty printing of -(-$x) and +(+$x)
  * Release PHP-Parser 3.1.4

  [ Miguel Piedrafita ]
  * Update license year

  [ David Prévot ]
  * Move project repository to salsa.d.o
  * Update Standards-Version to 4.1.3
  * Update copyright (years)
  * Declare branch in Vcs-Git

 -- David Prévot <email address hidden>  Tue, 27 Feb 2018 21:40:47 -1000

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
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-parser_3.1.4-1.dsc 1.7 KiB 122bb39c3507881bcd21dc487c009c076b8c30d5a474f0b27feef9dc0295efe5
php-parser_3.1.4.orig.tar.gz 186.5 KiB 11af097cccf088370b3ea767f582c19d00f7235caaa1dc309dc515e834d73e4b
php-parser_3.1.4-1.debian.tar.xz 9.2 KiB 1f3aeb9a3ebbe1f4ff917b9c53f0c7778541cdd98d8adf4fcfcde8519139bdd5

Available diffs

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.