File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ XP Compiler ChangeLog
3
3
4
4
## ?.?.? / ????-??-??
5
5
6
+ * Added PHP 8.4 emitter which feature-checks for both property hooks
7
+ and asymmetric visibility RFCs, deciding whether to natively emit or
8
+ use virtual properties
9
+ (@thekid )
6
10
* Changed emitter to use native readonly classes in PHP 8.3, fixing an
7
11
inconsistency with accessing undefined properties
8
12
(@thekid )
Original file line number Diff line number Diff line change @@ -91,8 +91,9 @@ Usage: xp compile <in> [<out>]
91
91
lang.ast.emit.PHP74
92
92
lang.ast.emit.PHP80
93
93
lang.ast.emit.PHP81
94
- lang.ast.emit.PHP82 [* ]
95
- lang.ast.emit.PHP83
94
+ lang.ast.emit.PHP82
95
+ lang.ast.emit.PHP83 [* ]
96
+ lang.ast.emit.PHP84
96
97
lang.ast.syntax.php.Using [* ]
97
98
98
99
@FileSystemCL< ./vendor/xp-lang/php-is-operator/src/main/php>
You can’t perform that action at this time.
0 commit comments