File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66
77## [ Unreleased] - xxxx-xx-xx
88
9- ## [ 1.8.0] - 2025-09-24
9+ ## [ 1.8.0] - 2025-09-28
1010### Added
1111- Enabled PHP 8.5 support [ #160 ] ( https://github.com/phalcon/php-zephir-parser/issues/160 )
12+ - Added full support for object variable declaration [ #37 ] ( https://github.com/phalcon/php-zephir-parser/issues/37 )
13+ - Added support for single letter classes [ #166 ] ( https://github.com/phalcon/php-zephir-parser/issues/166 )
1214
1315## [ 1.7.0] - 2024-11-23
1416### Added
Original file line number Diff line number Diff line change 1- 1.7 .0
1+ 1.8 .0
Original file line number Diff line number Diff line change 2424 </stability >
2525 <license uri =" https://github.com/zephir-lang/php-zephir-parser/blob/development/LICENSE" >MIT</license >
2626 <notes >
27- Wed, Sep 24 , 2025 - Zephir Parser 1.8.0
27+ Wed, Sep 28 , 2025 - Zephir Parser 1.8.0
2828
2929 = Added:
3030
3131 - Enabled support for PHP 8.5
32+ - Added full support for object variable declaration
33+ - Added support for single letter classes
3234 </notes >
3335 <contents >
3436 <dir name =" /" >
7173 <file name =" constant.phpt" role =" test" />
7274 <file name =" interface.phpt" role =" test" />
7375 <file name =" method-visibility.phpt" role =" test" />
76+ <file name =" single-letter-class.phpt" role =" test" />
77+ <file name =" single_letter_class.phpt" role =" test" />
7478 </dir >
7579
7680 <dir name =" comments" >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ extern zend_module_entry zephir_parser_module_entry;
1515#define phpext_zephir_parser_ptr &zephir_parser_module_entry
1616
1717#define PHP_ZEPHIR_PARSER_NAME "zephir_parser"
18- #define PHP_ZEPHIR_PARSER_VERSION "1.7 .0"
18+ #define PHP_ZEPHIR_PARSER_VERSION "1.8 .0"
1919#define PHP_ZEPHIR_PARSER_AUTHOR "Zephir Team and contributors"
2020#define PHP_ZEPHIR_PARSER_DESCRIPTION "The Zephir Parser delivered as a C extension for the PHP language."
2121
You can’t perform that action at this time.
0 commit comments