This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
Releases: facebookarchive/xhp-php5-extension
Releases · facebookarchive/xhp-php5-extension
PHP 5.6 compatibility improvements, ->: operator, nested array specifications
- The runtime is now a separate repository: https://github.com/facebook/xhp-lib
- ->: operator for attribute access is now supported (copied from HHVM)
- (new foo())->doSomething() is now supported (PHP 5.6)
- ... operator is now supported (PHP 5.6)
- support nested array specifications - eg array<array<string, int>>