Skip to content

Commit 3d85ce0

Browse files
authored
Fix ReflectionExtension::getVersion (nikic#141)
1 parent 7883996 commit 3d85ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.0.4"
10+
#define PHP_AST_VERSION "1.0.5"
1111

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

0 commit comments

Comments
 (0)