php-parser 4.14.0-1ubuntu1 source package in Ubuntu
Changelog
php-parser (4.14.0-1ubuntu1) kinetic; urgency=medium * Merge with Debian unstable (LP: #1979240). 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. -- Athos Ribeiro <email address hidden> Mon, 20 Jun 2022 16:58:14 -0300
Upload details
- Uploaded by:
- Athos Ribeiro
- Uploaded to:
- Kinetic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
php-parser_4.14.0.orig.tar.xz | 204.3 KiB | eeeab8a30cdf7aa1b02bd7cb50d0759bb24931b5212fdf5d372a16a9858445f5 |
php-parser_4.14.0-1ubuntu1.debian.tar.xz | 8.4 KiB | 9d1cdd9d4f2f4313b14902c79a4ffc213f81d5a59a377d38c93e8afc787449f9 |
php-parser_4.14.0-1ubuntu1.dsc | 2.2 KiB | fc67acc6eeba15dc8721e502f20e9fc4c1872086cd01ccb1d9dbd057b84730d2 |
Available diffs
- diff from 4.13.2-1ubuntu1 to 4.14.0-1ubuntu1 (29.5 KiB)
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.