Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: xp-framework/compiler

9.4.0: Final properties

05 Apr 14:05
Compare
Choose a tag to compare

9.3.3: Callable new fix

02 Mar 09:37
Compare
Choose a tag to compare
  • Fixed callable new syntax when using a variable or expression, e.g.
    new $class(...). See also php/php-src#12336
    (@thekid)

9.3.2: Match expressions fix

02 Nov 16:33
Compare
Choose a tag to compare

9.3.1: References & reflection fix

05 Oct 07:39
Compare
Choose a tag to compare

9.3.0: PHP 8.4 emitter

01 Sep 13:02
Compare
Choose a tag to compare
  • 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)

9.2.0: Asymmetric visibility

27 Aug 18:31
Compare
Choose a tag to compare

9.1.1: Forward compatibility fix

27 Aug 18:23
Compare
Choose a tag to compare
  • Forward compatibility with newer xp-framework/ast releases - @thekid

9.1.0: Property hooks

15 Jun 08:57
Compare
Choose a tag to compare

9.0.0: XP 12 compatibility

23 Mar 22:09
Compare
Choose a tag to compare
  • Merged PR #179: XP 12 compatibility, dropping PHP 7.0 - 7.3 support!
    (@thekid)
  • Removed deprecated lookup() from lang.ast.emit.GeneratedCode
    (@thekid)

8.17.2: Implicitely nullable type fix

23 Mar 18:55
Compare
Choose a tag to compare