Skip to content
This repository has been archived by the owner on Sep 9, 2019. It is now read-only.

4.0.0: Enter PHP 5.5

Compare
Choose a tag to compare
@thekid thekid released this 08 Nov 17:46
· 40 commits to master since this release

PHP 5.6

  • Implemented power operator ** in PHP syntax - @thekid

PHP 5.5

  • Merged PR #43: Add support for ::class resolution - @thekid
  • Allowed dereferencing of constant arrays and strings - @thekid
  • Changed ARM blocks to use try / finally in PHP 5.5+ - @thekid
  • Changed code to emit native finally statement in PHP 5.5+ - @thekid
  • Merged PR #40: support for generators / yield - @thekid
  • Changed default emitter to "php5.5" - @thekid

PHP 5.4

  • Merged PR #46: Add function type syntax - @thekid
  • Merged PR #45: Make lambda capturing explicit when using PHP - @thekid
  • Merged PR #44: Implement short array and map syntax in PHP - @thekid
  • Merged PR #41: Fix capturing of local variables in lambdas - @thekid

Other

  • Fixed forward compatibility with XP 6.6.0 - @thekid