This repository was archived by the owner on Jan 13, 2022. It is now read-only.
This repository was archived by the owner on Jan 13, 2022. It is now read-only.
Hack Incompatibility #853
Open
Description
The current 5.x and master branches are incompatible with Hack. Within release 5.6.1 the incompatibility stems from two distinct issues:
-
The Collection class had a namespace conflict with Hack's
HH\Collection
(https://docs.hhvm.com/hack/reference/interface/HH.Collection/). -
The
parse_str()
PHP function is disabled by default in Hack due to security concerns. Furthermore, PHP is deprecating the function in PHP 7.2+.
Is there interest in maintaining compatibility with Hack and PHP within this project, or would it be preferable for the Hack fork to be published on Packagist separately.
Metadata
Metadata
Assignees
Labels
No labels