hhvm icon indicating copy to clipboard operation
hhvm copied to clipboard

A virtual machine for executing programs written in Hack.

Results 209 hhvm issues
Sort by recently updated
recently updated
newest added

This PR builds `hhvm_clang` nix package with libstdc++ instead of libc++. Test Plan: This PR should not affect `hhvm` nix package, which is built with gcc. The CI job for...

CLA Signed

Previously I added `libgccgit` to the HHVM nix package, in order to add `/nix/store/ykgwb51j5235xdbkqnznm2haygknmwc6-libgccjit-11.3.0/lib/libatomic.so.1` to the library search path so that `find_library` could find `libatomic.so.1`'s full path. However, it is...

CLA Signed

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

CLA Signed

**Is your feature request related to a problem? Please describe.** Our native Debian/Ubuntu deb packages provide some default configuration files at `/etc/hhvm/php.ini` and `/etc/hhvm/server.ini`. However we did not provide the...