File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
<package packagerversion =" 1.9.1" version =" 2.0" xmlns =" http://pear.php.net/dtd/package-2.0" xmlns : tasks =" http://pear.php.net/dtd/tasks-1.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd" >
3
3
<name >ast</name >
4
4
<channel >pecl.php.net</channel >
5
- <summary >Extension exposing PHP 7 abstract syntax tree</summary >
6
- <description >php-ast exports the AST internally used by PHP 7.
5
+ <summary >Extension exposing PHP 7+ abstract syntax tree</summary >
6
+ <description >php-ast exports the AST internally used by PHP 7+ .
7
7
php-ast is significantly faster than PHP-Parser, because the AST construction is implemented in C.
8
8
However, php-ast may only parse code that is syntactically valid on the version of PHP it runs on.</description >
9
9
<lead >
You can’t perform that action at this time.
0 commit comments