Skip to content

2.13.0: PHP 7.4 features

Compare
Choose a tag to compare
@thekid thekid released this 15 Jun 15:33
· 1045 commits to master since this release
  • Added preliminary PHP 8 support - see #62 (@thekid)
  • Added support for PHP 7.4 features
    • Implemented numeric literal separator, e.g. 1_000_000_000 - see #61
    • Implemented null-colaesce assignment operator ??= - see #58
    • Implemented support PHP 7.4-style short closures with fn - see #60
    • Implemented support for emitting typed properties in PHP 7.4 - see #57
      (@thekid)