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

Commit eec9da990e7344af985735ec53d73325579931eb appended the http header from the stream context to the curl list of headers. This was done to allow a SoapClient to be constructed with a stream context...

CLA Signed

The PHP implementation of memcached cannot get/decompress values that were set/compressed by the HHVM implementation of memcached. This is because the HHVM compressed payload uses the "old-style" format that php-memcache...

CLA Signed

This should address #7950 by syncing the methods from ext_memcached.php to memcached.hhi I also noticed there were also some strict-type inconsistencies in ext_memcached.php like: https://github.com/facebook/hhvm/blob/master/hphp/runtime/ext/memcached/ext_memcached.php#L341 But since this file appears...

CLA Signed
GH Review: review-needed
Import Started

The ability to use the ARMv8 crc instructions was added by PR#7556. They are enabled only if an option is added to the cmake command line. This makes a minor...

CLA Signed
GH Review: review-needed

This updates the register usage so these macros can be used on ARMv8 hosts.

CLA Signed
GH Review: review-needed

Use hphp/test/run --xml to get an junit-like xml output. Useful on e.g Jenkins as it can plot those results to a time series, so a regression is easily spotted.

CLA Signed
GH Review: review-needed

Summary: Implemented protobuf extension. php extension git address:https://github.com/allegro/php-protobuf Generate php protobuf files you need to run using HHVM,e.g: hhvm protoc-gen-php.php foo.proto

CLA Signed
GH Review: review-needed
Import Started

CLA Signed
GH Review: review-needed

Change-Id: Ifd99d64466657e0c0d0517312835fa8b0e173f2e Add fb_lazy_stat() and fb_lazy_readlink() function, for faster access to file system information.

CLA Signed
GH Review: review-needed

(1)add eval and create_function compile num monitor (call check-health command),monitor name is EvaledUnits(eval num) and CreateFuncs(create_function num) in check-health command (2)add option Eval.EnableDynamicFuncWarn (default is False),print warning log use eval...

CLA Signed
GH Review: review-needed