Skip to content

Commit 66b258d

Browse files
authored
Back to 1.1.3dev (#244)
1 parent 152b420 commit 66b258d

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

package.xml

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,16 @@
2020
</lead>
2121
<date>2024-08-10</date>
2222
<version>
23-
<release>1.1.2</release>
24-
<api>1.1.2</api>
23+
<release>1.1.3dev</release>
24+
<api>1.1.3dev</api>
2525
</version>
2626
<stability>
2727
<release>stable</release>
2828
<api>stable</api>
2929
</stability>
3030
<license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
3131
<notes>
32-
- Fix compilation errors in PHP 8.4.
33-
- In version 110, `AST_PARAM` and `AST_PROP_ELEM` nodes have a `hooks` node for property hooks (https://wiki.php.net/rfc/property-hooks)
34-
- In version 110, `AST_CLOSURE` and `AST_ARROW_FUNC` nodes have no `name`.
32+
- TBD
3533
</notes>
3634
<contents>
3735
<dir name="/">
@@ -157,6 +155,24 @@
157155
<extsrcrelease />
158156
<changelog>
159157
<release>
158+
<date>2024-08-10</date>
159+
<version>
160+
<release>1.1.2</release>
161+
<api>1.1.2</api>
162+
</version>
163+
<stability>
164+
<release>stable</release>
165+
<api>stable</api>
166+
</stability>
167+
<license uri="https://github.com/nikic/php-ast/blob/master/LICENSE">BSD-3-Clause</license>
168+
<notes>
169+
- Fix compilation errors in PHP 8.4.
170+
- In version 110, `AST_PARAM` and `AST_PROP_ELEM` nodes have a `hooks` node for property hooks (https://wiki.php.net/rfc/property-hooks)
171+
- In version 110, `AST_CLOSURE` and `AST_ARROW_FUNC` nodes have no `name`.
172+
</notes>
173+
</release>
174+
<release>
175+
<date>2023-11-12</date>
160176
<version>
161177
<release>1.1.1</release>
162178
<api>1.1.1</api>

php_ast.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
extern zend_module_entry ast_module_entry;
88
#define phpext_ast_ptr &ast_module_entry
99

10-
#define PHP_AST_VERSION "1.1.2"
10+
#define PHP_AST_VERSION "1.1.3dev"
1111

1212
#ifdef PHP_WIN32
1313
# define PHP_AST_API __declspec(dllexport)

0 commit comments

Comments
 (0)