Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release > by-pkgid > 52ee2d1d3cf87f7b0e3afea5008761a8 > files > 8

php-ast-1.0.1-1.mga7.i586.rpm

<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.10.5" 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">
 <name>ast</name>
 <channel>pecl.php.net</channel>
 <summary>Extension exposing PHP 7 abstract syntax tree</summary>
 <description>php-ast exports the AST internally used by PHP 7.
     php-ast is significantly faster than PHP-Parser, because the AST construction is implemented in C.
     However, php-ast may only parse code that is syntactically valid on the version of PHP it runs on.</description>
 <lead>
  <name>Nikita Popov</name>
  <user>nikic</user>
  <email>nikic@php.net</email>
  <active>yes</active>
 </lead>
 <date>2019-02-11</date>
 <time>09:25:13</time>
 <version>
  <release>1.0.1</release>
  <api>1.0.1</api>
 </version>
 <stability>
  <release>stable</release>
  <api>stable</api>
 </stability>
 <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
 <notes>
- Fix compatibility with (currenty) PHP 7.4 and PHP 8.0.
- Support BINARY_COALESCE as a flag of AST_ASSIGN_OP for the `??=` operator added in PHP 7.4.
- Add AST version 70 (experimental):
- Version 70 adds AST_PROP_GROUP with type information for property groups.
- Version 70 adds AST_CLASS_NAME for `Foo::class`. Previously this used AST_CLASS_CONST
 </notes>
 <contents>
  <dir name="/">
   <file md5sum="246dca079d6ce840d953d97b498249d2" name="tests/001.phpt" role="test" />
   <file md5sum="8e9b4e3d0404b8a74eea2de751f3a7ff" name="tests/array_destructuring_old.phpt" role="test" />
   <file md5sum="7e2a1f915a38a9c94633c525713cf196" name="tests/array_destructuring.phpt" role="test" />
   <file md5sum="5ff4cef3b8b98d5272dd76f1b3975028" name="tests/assign_ops.phpt" role="test" />
   <file md5sum="5365d941731521a2aef21cc9b037d696" name="tests/ast_dump_with_linenos.phpt" role="test" />
   <file md5sum="a71b0b888cdde9dbb1dc53104a9965c3" name="tests/binary_ops.phpt" role="test" />
   <file md5sum="8d07cc640120826e097dea7e95124139" name="tests/by_ref_destructuring.phpt" role="test" />
   <file md5sum="206b940e2fdadc540d67aed3f9cab522" name="tests/class_consts.phpt" role="test" />
   <file md5sum="382e5168064b9607dc7298fff98a496b" name="tests/class_name_version_50.phpt" role="test" />
   <file md5sum="4af310df2ee5e2aad2c76d0c5c8a21ec" name="tests/class_name_version_70.phpt" role="test" />
   <file md5sum="526f9c70fc3b649a7d0faf7d572d4656" name="tests/class.phpt" role="test" />
   <file md5sum="fb5009b860f550ee45833877b34abf37" name="tests/class_types.phpt" role="test" />
   <file md5sum="1e58743b83aa7d425db898263dada454" name="tests/closure_use_vars.phpt" role="test" />
   <file md5sum="ff11ed136dfec31ef01b0ea68d2c3a51" name="tests/coalesce.phpt" role="test" />
   <file md5sum="37804b438ed9a4a333ea75d9b655b4b2" name="tests/constructor.phpt" role="test" />
   <file md5sum="eee13eb99fdd30692a648ae6180a080d" name="tests/decl_ids.phpt" role="test" />
   <file md5sum="6b049d852ca0189d69abf647b6cee38a" name="tests/decl_normalization.phpt" role="test" />
   <file md5sum="d41d8cd98f00b204e9800998ecf8427e" name="tests/empty_file.php" role="test" />
   <file md5sum="c906c013c70ee2c4ade38e02e5788377" name="tests/empty_file_parse.phpt" role="test" />
   <file md5sum="b9d7955449e4c51fdaa5c814a908516b" name="tests/eval_include.phpt" role="test" />
   <file md5sum="d3bbb45292048b1a0654944660b35163" name="tests/functions_dont_use.phpt" role="test" />
   <file md5sum="583f01a97027e3168db1fbdb1815358b" name="tests/generator_flag.phpt" role="test" />
   <file md5sum="b98e424e041c20002af34ccaf0f1ca6f" name="tests/get_kind_name.phpt" role="test" />
   <file md5sum="1da8b916821d66d94b240dc957d9b904" name="tests/get_supported_versions.phpt" role="test" />
   <file md5sum="cdbf90b3588c1b7f947005296a485d98" name="tests/invalid_file.php" role="test" />
   <file md5sum="a1efdd9765ed0b0ea2c8874dcbfbddac" name="tests/magic_constants.phpt" role="test" />
   <file md5sum="2a3b1964d343a0a8feb1f084289034d5" name="tests/metadata.phpt" role="test" />
   <file md5sum="2799fdd8aa4b592f08c990db2308adf0" name="tests/multi_catch.phpt" role="test" />
   <file md5sum="9ed65466036380f4b992b8bf837e3010" name="tests/multiple_final_modifiers.phpt" role="test" />
   <file md5sum="02b3dcefe1990e5504e887f54ef1fd4b" name="tests/named_children.phpt" role="test" />
   <file md5sum="03856e531bab73013b81fdfba4bf3de9" name="tests/name_node.phpt" role="test" />
   <file md5sum="099e18f03f43ef709237ec7e462f1058" name="tests/nested_stmt_lists.phpt" role="test" />
   <file md5sum="f4485e57728f93315ba7333c78ad7c29" name="tests/nop_statements.phpt" role="test" />
   <file md5sum="48e39bf0826acc23aba278580981630e" name="tests/nullable_types.phpt" role="test" />
   <file md5sum="594f895c05910f2c52ccd86ba70cbeba" name="tests/object_type.phpt" role="test" />
   <file md5sum="04bcbe4bebc7465667470ffcfaebe55f" name="tests/params.phpt" role="test" />
   <file md5sum="5ce0b88e399c850d6da5d41b570fce21" name="tests/parse_code_parse_error.phpt" role="test" />
   <file md5sum="200dc558b54563c5f5c065f1c3742dea" name="tests/parse_file_not_existing.phpt" role="test" />
   <file md5sum="c6cd1706c701294a1c1257166658c6fc" name="tests/parse_file_parse_error.phpt" role="test" />
   <file md5sum="e46d16819474fe0a8b28404780b273b3" name="tests/parse_file.phpt" role="test" />
   <file md5sum="b5b2c376cb54991bc9d29da9a48ef2be" name="tests/php74_ast_assign_coalesce.phpt" role="test" />
   <file md5sum="9823224f7b0f524820753def4ff9a823" name="tests/php74_ordinary_class.phpt" role="test" />
   <file md5sum="de60ce7806d64100cb28aaab1516af76" name="tests/php74_type_hints.phpt" role="test" />
   <file md5sum="3d94472402ab88ec5a90a3e33a0bdde4" name="tests/prop_doc_comments.phpt" role="test" />
   <file md5sum="38b6294bef532daeed418d2fbbca60b5" name="tests/stmt_list.phpt" role="test" />
   <file md5sum="6ce522a570b55c0bf11263d96847aff4" name="tests/try_catch_finally.phpt" role="test" />
   <file md5sum="e38823cfbf96f785d0473d36069466a5" name="tests/type_hints.phpt" role="test" />
   <file md5sum="1b251dbac52d2885f1eb538e89d9fe31" name="tests/unary_ops.phpt" role="test" />
   <file md5sum="b17f2c3c2575db98c053b5596e7773fe" name="tests/use_declarations.phpt" role="test" />
   <file md5sum="76ed7f04c0a8f5d84fd3aab03e410709" name="tests/valid_file.php" role="test" />
   <file md5sum="afa1bd7b7f520e3d98c827aacb25dad0" name="tests/version_errors.phpt" role="test" />
   <file md5sum="0a4d5ec80d91e06f84fc8db36dd04023" name="tests/zpp_errors.phpt" role="test" />
   <file md5sum="f1408f6b42a84424216cd6c704d9703e" name="config.m4" role="src" />
   <file md5sum="23bd6a8832d6e2fccd4e9ca26fa9b08e" name="config.w32" role="src" />
   <file md5sum="f67b856c6de64c954f539166e5db9351" name="util.php" role="doc" />
   <file md5sum="875ecf91129b126bbc73958054b650ff" name="ast.c" role="src" />
   <file md5sum="eff4c5c50150d76ed9adcc31a7bae707" name="ast_data.c" role="src" />
   <file md5sum="4f805c1bd6a58ce13edc29bf8f815dbe" name="ast_str_defs.h" role="src" />
   <file md5sum="38bd690b2daf630cbae5e010dd64d2f3" name="ast_stub.php" role="doc" />
   <file md5sum="a5c6446acfd7f3170fa312948076b516" name="LICENSE" role="doc" />
   <file md5sum="1955eb8ea82019c4168a2e1c1df664d0" name="php_ast.h" role="src" />
   <file md5sum="b9a83322898a53f71e46263d594f9bb8" name="README.md" role="doc" />
   <file md5sum="1955eb8ea82019c4168a2e1c1df664d0" name="php_ast.h" role="src" />
  </dir>
 </contents>
 <dependencies>
  <required>
   <php>
    <min>7.0.0</min>
   </php>
   <pearinstaller>
    <min>1.10.0</min>
   </pearinstaller>
  </required>
 </dependencies>
 <providesextension>ast</providesextension>
 <extsrcrelease />
 <changelog>
  <release>
   <date>2018-10-21</date>
   <version>
    <release>1.0.0</release>
    <api>1.0.0</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
   <notes>
This release is the same as version 0.1.7 with obsolete and deprecated functionality removed.

- Removed AST versions prior to version 50.
- Removed ast\Node\Decl class, which is no longer used.
- Removed AST kinds AST_AND, AST_COALESCE, AST_GREATER, AST_GREATER_EQUAL, AST_OR, AST_SILENCE,
  AST_UNARY_MINUS, and AST_UNARY_PLUS, which are no longer used.
- Removed ASSIGN_* AST flags, which are no longer used.
   </notes>
  </release>
  <release>
   <date>2018-10-06</date>
   <version>
    <release>0.1.7</release>
    <api>0.1.7</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
   <notes>
- Added AST version 60 with the following changes:
  - `AST_FUNC_DECL` and `AST_METHOD` no longer generate a `uses` child. Previously this child was
    always `null`.
  - `AST_CONST_ELEM` now always has a `docComment` child. Previously it was absent on PHP 7.0.
    On PHP 7.0 the value is always `null`.
- Added `ARRAY_ELEM_REF` flag, which is used by `AST_ARRAY_ELEM` for by-reference array elements
  and (since PHP 7.3) for by-reference destructuring. Previously this flag was represented simply
  by the value `1`.
- Deprecated AST versions 40 and 45.
- Fix build against PHP 7.4-dev.
   </notes>
  </release>
  <release>
   <date>2017-10-08</date>
   <version>
    <release>0.1.6</release>
    <api>0.1.6</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
   <notes>
- Added ast\get_metadata() function, which returns an array of ast\Metadata objects, one for each
  AST kind. The metadata contains information such as the supported flags for the kind.
- Added ast\get_supported_versions() function, which provides an array of currently supported AST
  versions.
   </notes>
  </release>
  <release>
   <date>2017-07-19</date>
   <version>
    <release>0.1.5</release>
    <api>0.1.5</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
   <notes>
- Fix issue #51: Make nullable array/callable have a flag of 0 in inner element, in version 40.
- Added a constructor for the ast\Node class.
- Added ast\flags\FUNC_GENERATOR constant, which is used since PHP 7.1.
- Added ast\flags\FUNC_RETURNS_REF constant, intended to supersede ast\flags\RETURNS_REF.
- Added ast\flags\CLOSURE_USE_REF constant, used by AST_CLOSURE_VAR nodes. Previously &quot;1&quot; was used.
- Added version 45 with the following changes (PHP 7.2 support):
  - An `object` type annotation now returns an `AST_TYPE` with `TYPE_OBJECT` flag, rather than
    treating `object` as a class name.
- Added version 50 with the following changes:
  - `ast\Node\Decl` nodes are no longer generated. AST kinds `AST_FUNCTION`, `AST_METHOD`,
    `AST_CLOSURE` and `AST_CLASS` now also use the normal `ast\Node` class. The `name` and
    `docComment` properties are now represented as children. The `endLineno` is still represented as
    an (undeclared) property.
  - An integer `__declId` has been added to declaration nodes of kind `AST_FUNCTION`, `AST_METHOD`,
    `AST_CLOSURE` and `AST_CLASS`. The `__declId` uniquely identifies a declaration within the
	parsed code and will remain the same if the code is parsed again. This is useful to distinguish
	closures declared on the same line, or multiple conditional declarations using the same name.
	The ID is not unique across different codes/files.
  - `\ast\parse_file` will now consistently return an empty statement list (similar to
    `\ast\parse_code`) if it is was passed a zero-byte file. Previously, it would return `null`.
   </notes>
  </release>
  <release>
   <date>2017-01-25</date>
   <version>
    <release>0.1.4</release>
    <api>0.1.4</api>
   </version>
   <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
   <notes>
0.1.4 release
   </notes>
  </release>
  <release>
   <date>2017-01-18</date>
   <version>
    <release>0.1.3</release>
    <api>0.1.3</api>
   </version>
   <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
   <notes>
0.1.3 release
   </notes>
  </release>
  <release>
   <date>2017-08-04</date>
   <version>
    <release>0.1.2</release>
    <api>0.1.2</api>
   </version>
   <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
   <notes>
0.1.2 release
   </notes>
  </release>
  <release>
   <date>2017-12-04</date>
   <version>
    <release>0.1.1</release>
    <api>0.1.1</api>
   </version>
   <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
   <notes>
0.1.1 release
   </notes>
  </release>
  <release>
   <date>2017-12-04</date>
   <version>
    <release>0.1.0</release>
    <api>0.1.0</api>
   </version>
   <license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
   <notes>
0.1.0 release
   </notes>
  </release>
 </changelog>
</package>