Skip to content

9.3.0: PHP 8.4 emitter

Compare
Choose a tag to compare
@thekid thekid released this 01 Sep 13:02
· 65 commits to master since this release
  • Fixed checks for property hooks emulation with asymmetric visibility
    (@thekid)
  • Added PHP 8.4 emitter which natively emits property hooks and asymmetric
    visibility syntax. This is integration-tested with PHP 8.4.0 Beta 4.
    See https://github.com/php/php-src/blob/php-8.4.0beta4/NEWS
    (@thekid)
  • Changed emitter to use native readonly classes in PHP 8.2, fixing an
    inconsistency with accessing undefined properties
    (@thekid)