php-parser 3.1.3-1 source package in Ubuntu

Changelog

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

  [ Maks Rafalko ]
  * Correctly determine Type of Node when PHP-Parser's namespaces are prefixed

  [ Nikita Popov ]
  * Release PHP-Parser 3.1.3

  [ David Prévot ]
  * Track version 3

 -- David Prévot <email address hidden>  Sat, 30 Dec 2017 15:02:28 +0530

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

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-parser_3.1.3-1.dsc 1.7 KiB 0d1ab5b0853269fac569c54ac06c76cc8c6ba98e7f06a7fc603bb7fe6d686cfb
php-parser_3.1.3.orig.tar.gz 186.4 KiB 9ae09f4cf99dd1345c40d1a3f3cb33444ea84a8a92bcd5fd6831827b99446b30
php-parser_3.1.3-1.debian.tar.xz 9.1 KiB dc932cf500714b96c91f48c7f598e7611d3a8811ac82c59fb57d9859234b0e37

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.