7.0.3: Match expressions fix
- Fixed children() accessor for
match
expressions and conditions, see
xp-framework/compiler#101
(@thekid) - Fixed PHP 8.1 compatiblity by ensuring we do not pass NULL to strlen()
(@thekid)
match
expressions and conditions, see