| Name: | php-nikic-php-parser |
|---|---|
| Version: | 2.1.1 |
| Release: | 1.el7 |
| Architecture: | noarch |
| Group: | Development/Libraries |
| Size: | 577195 |
| License: | BSD |
| RPM: | php-nikic-php-parser-2.1.1-1.el7.noarch.rpm |
| Source RPM: | php-nikic-php-parser-2.1.1-1.el7.src.rpm |
| Build Date: | Thu Nov 30 2017 |
| Build Host: | x86-ol7-builder-03.us.oracle.com |
| Vendor: | Oracle America |
| URL: | https://github.com/nikic/PHP-Parser |
| Summary: | A PHP parser written in PHP |
| Description: | This is a PHP 5.2 to PHP 7.0 parser written in PHP. Its purpose is to simplify static code analysis and manipulation. This package provides the library version 2. The php-PHPParser package provides the library version 1 and the php-parse command. Documentation: https://github.com/nikic/PHP-Parser/tree/master/doc Autoloader: /usr/share/php/PhpParser2/autoload.php |
- update to 2.1.1
- drop exec right in doc, fix rpmlint
- fix test suite, add upstream patch
- initial package, version 2.1.0 - drop patches merged upstream - open https://github.com/nikic/PHP-Parser/issues/271 issue with test/code/parser/expr/new.test
- initial package, version 2.0.1 - open https://github.com/nikic/PHP-Parser/pull/268 make the autoloader more PSR-4 - open https://github.com/nikic/PHP-Parser/pull/269 support -h and --help standard options